1. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  2. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  3. 57e0036 face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. by Alexander Afanasyev · 8 years ago
  4. 641de4c security: Fix signing by identity (ECDSA) by José Quevedo · 8 years ago
  5. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  6. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  7. 281689a security: Unify TPM creation by Yingdi Yu · 9 years ago
  8. 34a3763 security: Canonize PIB and TPM scheme names by Alexander Afanasyev · 9 years ago
  9. 0711380 security: Refactoring creation of SecPublicInfo and SecTpm during KeyChain creation by Alexander Afanasyev · 9 years ago
  10. 6147ef4 tools: ndnsec-delete reports success or failure by Yingdi Yu · 10 years ago
  11. 4154634 security: Pair-up Tpm and Pib in KeyChain by Yingdi Yu · 10 years ago
  12. 6ab6781 security: Allow KeyChain to sign interest using SHA256 digest by Yingdi Yu · 10 years ago
  13. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  14. 4a55705 security: Update Signature abstraction to match 0.1.1 spec by Yingdi Yu · 10 years ago
  15. aab7966 security: Ensure that KeyChain::getDefaultCeritifcate() does not return 0 by Alexander Afanasyev · 10 years ago
  16. 9d9d599 security: Enable exporting/importing ECDSA key by Yingdi Yu · 10 years ago
  17. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  18. c8f883c security: Add ECDSA signature signing and validation by Yingdi Yu · 10 years ago
  19. 7036ce2 security: Add KeyParams to support multiple types of keys. by Yingdi Yu · 10 years ago
  20. 0f5fb69 security: Include timestamp and nonce in signed interest and provide timestamp checking in ValidatorConf by Yingdi Yu · 10 years ago
  21. 0eb5d72 security+tools: Allow user to explicitly specify the cert name prefix before 'KEY' component in ndnsec-certgen by Yingdi Yu · 10 years ago
  22. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  23. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  24. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  25. f56c68f security: Construct KeyChain from configuration file. by Yingdi Yu · 10 years ago
  26. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 10 years ago
  27. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  28. 736708b build: Fixing and suppressing all warnings by Alexander Afanasyev · 11 years ago
  29. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  30. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  31. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  32. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  33. 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
  34. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  35. 1596639 security: In key-chain.cpp, added a static utility function verifySha256WithRsaSignature. by Jeff Thompson · 11 years ago
  36. 09324ed security: In key-chain.cpp, need to qualify func_lib with ndn namespace. by Jeff Thompson · 11 years ago
  37. 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
  38. 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
  39. cda349e security: Implement certificate checking in KeyChain::verifyData. by Jeff Thompson · 11 years ago
  40. f309aa6 security: In KeyChain::verifyData, actually check policyManager_->requireVerify and skipVerifyAndTrust. Use of ValidationRequest is still not implemented by Jeff Thompson · 11 years ago
  41. 56e6265 security: Fix bug in KeyChain::signByIdentity: Need to send the wireFormat to signByCertificate. by Jeff Thompson · 11 years ago
  42. 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]
  43. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago