1. 03616c9 In PublisherPublicKeyDigest, make the value a Blob. by Jeff Thompson · 11 years ago
  2. 4c9c045 Make KeyLocator.keyData_ a Blob. by Jeff Thompson · 11 years ago
  3. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  4. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  5. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  6. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  7. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/key-chain.cpp]
  8. 3af7e79 Added C crypto.c for digestSha256 by Jeff Thompson · 11 years ago
  9. 2a66dec Fix typo in defaultSign: need to pass wireFormat. by Jeff Thompson · 11 years ago
  10. 8efe5ad In sign and defaultSign, added wireFormat argument. by Jeff Thompson · 11 years ago
  11. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  12. 63d0269 Renamed KeyLocator keyOrCertificate to keyData by Jeff Thompson · 11 years ago
  13. 192e86b For decoding keys, use a temporary pointer since d2i updates it. by Jeff Thompson · 11 years ago
  14. 1e90d8c Added KeyChain::selfVerifyData. by Jeff Thompson · 11 years ago
  15. faaa237 In BinaryXmlEncoder, use DynamicUCharVector. by Jeff Thompson · 11 years ago
  16. 3c73da4 Added sign which takes publicKeyDer and privateKeyDer by Jeff Thompson · 11 years ago
  17. 3df8137 Added the default private key and finish implementing defaultSign. by Jeff Thompson · 11 years ago
  18. ecc1a82 Use buffer for freshContent by Jeff Thompson · 11 years ago
  19. 8bee610 Added digestSha256 which uses SHA256_CTX and writes to a buffer. by Jeff Thompson · 11 years ago
  20. b81192e Change to use openssl/evp.h by Jeff Thompson · 11 years ago
  21. ade5bda Temporarily comment out openssl code by Jeff Thompson · 11 years ago
  22. 47c93cf Added key-chain.cpp by Jeff Thompson · 11 years ago