1. b752300 make: In ndn-cpp-config.h, to avoid polluting the global name space, generate NDN_CPP_HAVE_BOOST_FUNCTION etc. instead of HAVE_BOOST_FUNCTION, etc. by Jeff Thompson · 11 years ago
  2. 29ce310 security: In KeyChain constructor, added PolicyManager. Use in sign(). by Jeff Thompson · 11 years ago
  3. 3e5acfb tests: Simplify to create IdentityManager with make_shared<MemoryIdentityStorage>(). by Jeff Thompson · 11 years ago
  4. 8184227 security: MemoryIdentityStorage: Implemented addIdentity, setDefaultIdentity. by Jeff Thompson · 11 years ago
  5. 40f361a security: Make the KeyChain constructor take an IdentityManager. by Jeff Thompson · 11 years ago
  6. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  7. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  8. 96eccf0 tests: Use MemoryIdentityStorage and MemoryPrivateKeyStorage. by Jeff Thompson · 11 years ago
  9. 5dd9853 tests: Only verify the freshly-signed data. by Jeff Thompson · 11 years ago
  10. 51755b3 tests: Added using namespace ptr_lib, remove ptr_lib::. by Jeff Thompson · 11 years ago
  11. 707b77d tests: Always use ptr_lib::shared_ptr<Data> so we can verify. by Jeff Thompson · 11 years ago
  12. 1f0bb0c Rename KeyChain.sign to signData. by Jeff Thompson · 11 years ago
  13. db008cc tests: Change to use verifyData with callbacks. by Jeff Thompson · 11 years ago
  14. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  15. 20af073 Make Signature an abstract base class and added subclass Sha256WithRsaSignature. Change Data.signature to a pointer to a Signature. by Jeff Thompson · 11 years ago
  16. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  17. 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
  18. 03616c9 In PublisherPublicKeyDigest, make the value a Blob. by Jeff Thompson · 11 years ago
  19. 4c9c045 Make KeyLocator.keyData_ a Blob. by Jeff Thompson · 11 years ago
  20. 18db5a5 In Data.getContent, return Blob. by Jeff Thompson · 11 years ago
  21. 85db6d7 Make MetaInfo.finalBlockID a Name::Component. by Jeff Thompson · 11 years ago
  22. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  23. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  24. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  25. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago
  26. 1cf72e9 If KeyLocator is a KeyName, allow the key name data to be omitted. by Jeff Thompson · 11 years ago
  27. 17882b4 Use relative paths for local includes. by Jeff Thompson · 11 years ago
  28. 0d2dc3e In dumpData, show the timestamp UTC time. by Jeff Thompson · 11 years ago
  29. debd8ee In dumpData, show the signedInfo.type. by Jeff Thompson · 11 years ago
  30. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  31. 63d0269 Renamed KeyLocator keyOrCertificate to keyData by Jeff Thompson · 11 years ago
  32. 1e90d8c Added KeyChain::selfVerifyData. by Jeff Thompson · 11 years ago
  33. ade5b1e In defaultSign, added hint for setting the current time. by Jeff Thompson · 11 years ago
  34. 3df8137 Added the default private key and finish implementing defaultSign. by Jeff Thompson · 11 years ago
  35. ecc1a82 Use buffer for freshContent by Jeff Thompson · 11 years ago
  36. b81192e Change to use openssl/evp.h by Jeff Thompson · 11 years ago
  37. 535751b In dumpData, show the key hex value by Jeff Thompson · 11 years ago
  38. ca62eb2 In dumpData, just show the number of key bytes by Jeff Thompson · 11 years ago
  39. 61c4ecf Added dumpData by Jeff Thompson · 11 years ago
  40. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  41. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (74%) from tests/test-encode-decode-ContentObject.cpp]
  42. 27e02cd Comment out boost time functions for now. by Jeff Thompson · 11 years ago
  43. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  44. 40d67ce Experiment with date_time by Jeff Thompson · 11 years ago
  45. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  46. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago