1. 2381da8 security: In key-chain.cpp, need to use namespace ndn::func_lib to use bind, etc. Refs #1063 by Jeff Thompson · 11 years ago
  2. 9bdeb6d security: in key-chain.cpp for bind with _1, if using std::function, need namespace placeholders. Refs #1063. by Jeff Thompson · 11 years ago
  3. cda349e security: Implement certificate checking in KeyChain::verifyData. by Jeff Thompson · 11 years ago
  4. f309aa6 security: In KeyChain::verifyData, actually check policyManager_->requireVerify and skipVerifyAndTrust. Use of ValidationRequest is still not implemented by Jeff Thompson · 11 years ago
  5. 56e6265 security: Fix bug in KeyChain::signByIdentity: Need to send the wireFormat to signByCertificate. by Jeff Thompson · 11 years ago
  6. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/security/key-chain.cpp]
  7. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago