1. 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]
  2. e9ffe79 code style: Fix indentation for KeyChain::signByIdentity. by Jeff Thompson · 11 years ago
  3. c01e178 security: KeyChain: implement sign for buffers. by Jeff Thompson · 11 years ago
  4. f1ffba8 Data: Change the cached wireEncoding_ to defaultWireEncoding_ so we only cache an encoding using the default wire format. Change getWireEncoding() to getDefaultWireEncoding(). by Jeff Thompson · 11 years ago
  5. 7ff36fe code style: member variables end with _ by Jeff Thompson · 11 years ago
  6. 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
  7. 29ce310 security: In KeyChain constructor, added PolicyManager. Use in sign(). by Jeff Thompson · 11 years ago
  8. 7c5d231 security: KeyChain.verifyData: added default stepCount argument. by Jeff Thompson · 11 years ago
  9. 40f361a security: Make the KeyChain constructor take an IdentityManager. by Jeff Thompson · 11 years ago
  10. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  11. 9296f0c security: Checkpoint after requiring signData to supply the certificateName. by Jeff Thompson · 11 years ago
  12. d4144fe Added using namespace ndn::ptr_lib and remove ptr_lib:: by Jeff Thompson · 11 years ago
  13. 2ce8f49 security: Added initial KeyChain.signData and verifyData by Jeff Thompson · 11 years ago
  14. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  15. 9c66170 Rename signed fields to signed portion by Jeff Thompson · 11 years ago
  16. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  17. ae10809 Change sign to always set the signature object to a new Sha256WithRsaSignature. by Jeff Thompson · 11 years ago
  18. 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
  19. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  20. 4545d71 In Signature, make digestAlgorithm, witness and signature a Blob. by Jeff Thompson · 11 years ago
  21. 03616c9 In PublisherPublicKeyDigest, make the value a Blob. by Jeff Thompson · 11 years ago
  22. 4c9c045 Make KeyLocator.keyData_ a Blob. by Jeff Thompson · 11 years ago
  23. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  24. f4585af Move publisherPublicKeyDigest and keyLocator from MetaInfo to Signature. by Jeff Thompson · 11 years ago
  25. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  26. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  27. 7a67cb6 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/key-chain.cpp]
  28. 3af7e79 Added C crypto.c for digestSha256 by Jeff Thompson · 11 years ago
  29. 2a66dec Fix typo in defaultSign: need to pass wireFormat. by Jeff Thompson · 11 years ago
  30. 8efe5ad In sign and defaultSign, added wireFormat argument. by Jeff Thompson · 11 years ago
  31. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  32. 63d0269 Renamed KeyLocator keyOrCertificate to keyData by Jeff Thompson · 11 years ago
  33. 192e86b For decoding keys, use a temporary pointer since d2i updates it. by Jeff Thompson · 11 years ago
  34. 1e90d8c Added KeyChain::selfVerifyData. by Jeff Thompson · 11 years ago
  35. faaa237 In BinaryXmlEncoder, use DynamicUCharVector. by Jeff Thompson · 11 years ago
  36. 3c73da4 Added sign which takes publicKeyDer and privateKeyDer by Jeff Thompson · 11 years ago
  37. 3df8137 Added the default private key and finish implementing defaultSign. by Jeff Thompson · 11 years ago
  38. ecc1a82 Use buffer for freshContent by Jeff Thompson · 11 years ago
  39. 8bee610 Added digestSha256 which uses SHA256_CTX and writes to a buffer. by Jeff Thompson · 11 years ago
  40. b81192e Change to use openssl/evp.h by Jeff Thompson · 11 years ago
  41. ade5bda Temporarily comment out openssl code by Jeff Thompson · 11 years ago
  42. 47c93cf Added key-chain.cpp by Jeff Thompson · 11 years ago