1. ef26ee3 security: bug fixing by Yingdi Yu · 11 years ago
  2. 31b4af2 security: refactoring KeyChain and related classess by Yingdi Yu · 11 years ago
  3. 462688f security: Removing unnecessary wrappers of info from KeyChain by Yingdi Yu · 11 years ago
  4. 2abd73f security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces by Yingdi Yu · 11 years ago
  5. 736708b build: Fixing and suppressing all warnings by Alexander Afanasyev · 11 years ago
  6. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  7. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  8. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  9. 64a3d81 security: Preliminary work with security module changes by Alexander Afanasyev · 11 years ago
  10. ba16b8f Move validation-request.hpp to public API. Moved static verifySha256WithRsaSignature to new Sha256WithRsaHandler::verify. by Jeff Thompson · 11 years ago
  11. cda349e security: Implement certificate checking in KeyChain::verifyData. by Jeff Thompson · 11 years ago
  12. 418b05a security: In IdentityManager::setDefaultCertificateForKey, pass the certificate, not a Name. Make createIdentityCertificate take the certificatePrefix name. by Jeff Thompson · 11 years ago
  13. c01e178 security: KeyChain: implement sign for buffers. by Jeff Thompson · 11 years ago
  14. c69163b security: Change to use IdentityCertificate instead of Certificate where needed. by Jeff Thompson · 11 years ago
  15. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (99%) from ndn-cpp/security/key-chain.hpp]
  16. b63abf5 security: Rename KeyChain.installCertificate to installIdentityCertificate. by Jeff Thompson · 11 years ago
  17. e7e069b security: Implement interface to IdentityManager. by Jeff Thompson · 11 years ago
  18. 79a2d5d security: Added EncryptionManager. by Jeff Thompson · 11 years ago
  19. 29ce310 security: In KeyChain constructor, added PolicyManager. Use in sign(). by Jeff Thompson · 11 years ago
  20. 7c5d231 security: KeyChain.verifyData: added default stepCount argument. by Jeff Thompson · 11 years ago
  21. 40f361a security: Make the KeyChain constructor take an IdentityManager. by Jeff Thompson · 11 years ago
  22. 9296f0c security: Checkpoint after requiring signData to supply the certificateName. by Jeff Thompson · 11 years ago
  23. ffa36f9 documentation: Add class description. by Jeff Thompson · 11 years ago
  24. 8d24fe1 security: In signData, update doc comment. by Jeff Thompson · 11 years ago
  25. 2ce8f49 security: Added initial KeyChain.signData and verifyData by Jeff Thompson · 11 years ago
  26. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  27. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  28. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  29. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  30. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  31. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/key-chain.hpp]
  32. 8efe5ad In sign and defaultSign, added wireFormat argument. by Jeff Thompson · 11 years ago
  33. 1e90d8c Added KeyChain::selfVerifyData. by Jeff Thompson · 11 years ago
  34. 3c73da4 Added sign which takes publicKeyDer and privateKeyDer by Jeff Thompson · 11 years ago
  35. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  36. 3392fd6 Fix typo by Jeff Thompson · 11 years ago
  37. ade5b1e In defaultSign, added hint for setting the current time. by Jeff Thompson · 11 years ago
  38. 3df8137 Added the default private key and finish implementing defaultSign. by Jeff Thompson · 11 years ago
  39. 47c93cf Added key-chain.cpp by Jeff Thompson · 11 years ago