1. 6be1a6a security+node: Fixing includes and removing deprecated files by Alexander Afanasyev · 11 years ago
  2. bd5ba40 security: Change in KeyChain creation API by Alexander Afanasyev · 11 years ago
  3. 04b22a9 security: Signature interface change and initial fixes for OSX private key store by Alexander Afanasyev · 11 years ago
  4. e64788e security: Continue porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  5. bf1a67a security: Porting security elements to the updated framework by Alexander Afanasyev · 11 years ago
  6. 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
  7. 71b2f87 Rename key.hpp to key-locator.hpp. Refs #1089. by Jeff Thompson · 11 years ago
  8. 40ada91 security: In IdentityManager::signByCertificate, when setting the KeyLocator keyName, use certificateName.getPrefix(-1) to remove the version number. Refs #1088. by Jeff Thompson · 11 years ago
  9. 7494261 security: Added IdentityCertificate::certificateNameToPublicKeyName and use it in signByCertificate so that it doesn't t need to retrieve the certificate just to get the key name. by Jeff Thompson · 11 years ago
  10. 418b05a security: In IdentityManager::setDefaultCertificateForKey, pass the certificate, not a Name. Make createIdentityCertificate take the certificatePrefix name. by Jeff Thompson · 11 years ago
  11. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/security/identity/identity-manager.cpp]
  12. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago