1. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  2. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  3. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  4. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  5. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 10 years ago
  6. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  7. 736708b build: Fixing and suppressing all warnings by Alexander Afanasyev · 11 years ago
  8. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  9. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  10. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  11. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  12. ce11576 In all .cpp files, remove using namespace ndn::ptr_lib and explicitly use ptr_lib::shared_ptr and make_shared. by Jeff Thompson · 11 years ago
  13. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  14. 1596639 security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature. by Jeff Thompson · 11 years ago
  15. 09324ed security: In key-chain.cpp, need to qualify func_lib with ndn namespace. by Jeff Thompson · 11 years ago
  16. 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
  17. 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
  18. cda349e security: Implement certificate checking in KeyChain::verifyData. by Jeff Thompson · 11 years ago
  19. f309aa6 security: In KeyChain::verifyData, actually check policyManager_->requireVerify and skipVerifyAndTrust. Use of ValidationRequest is still not implemented by Jeff Thompson · 11 years ago
  20. 56e6265 security: Fix bug in KeyChain::signByIdentity: Need to send the wireFormat to signByCertificate. by Jeff Thompson · 11 years ago
  21. 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]
  22. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago