Project

General

Profile

Task #2367

Updated by Anonymous about 9 years ago

In the ndn-cxx security library, there are plans to remove support for encrypt/decrypt and symmetric keys since these aren't part of the NDN protocol.    Also, they have not been implemented yet for this reason.    For example, see https://github.com/named-data/ndn-cxx/blob/54ce66887f1348281e0ffa7511328666276fccf9/src/security/sec-tpm-file.cpp#L454 

 When these are removed in ndn-cxx, also remove in the CCL libraries. jNDN.    (And also remove in NDN-CPP, PyNDN and NDN-JS.)

Back