1. f4330ee tests+Makefile: updates corresponding to refactored KeyChain and related classes by Yingdi Yu · 11 years ago
  2. 3e7788b security+examples+tests: Updating examples and tests for the updated security API by Alexander Afanasyev · 11 years ago
  3. 84c2bd4 tests: Porting forwarding entry test and fixing app tests by Alexander Afanasyev · 11 years ago
  4. de2f6b5 face: Renaming (remove)registerPrefix to (unset)interestFilter by Alexander Afanasyev · 11 years ago
  5. 25ee2f7 tests: In test-publish-async, explicitly use func_lib::ref. Refs #1090. by Jeff Thompson · 11 years ago
  6. 06d1780 tests: Don't use namespace ptr_lib and qualify ptr_lib::shared_ptr explicitly in case the application also uses std::shared_ptr, etc. by Jeff Thompson · 11 years ago
  7. 987395e tests: in test-publish-async, needed to use namespace func_lib for ref. by Jeff Thompson · 11 years ago
  8. a4daaed tests: sign doesn't require a certificate anymore, so don't insert the DEFAULT_CERTIFICATE. by Jeff Thompson · 11 years ago
  9. fe11005 tests: need to include unistd.h to get usleep. by Jeff Thompson · 11 years ago
  10. 2aae234 tests: need to insert the test certificate so that sign will work. by Jeff Thompson · 11 years ago
  11. 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
  12. b510e3e Face: in OnInterest callback for registerPrefix, added registeredPrefixId argument. by Jeff Thompson · 11 years ago
  13. 29ce310 security: In KeyChain constructor, added PolicyManager. Use in sign(). by Jeff Thompson · 11 years ago
  14. 3e5acfb tests: Simplify to create IdentityManager with make_shared<MemoryIdentityStorage>(). by Jeff Thompson · 11 years ago
  15. 40f361a security: Make the KeyChain constructor take an IdentityManager. by Jeff Thompson · 11 years ago
  16. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  17. 96eccf0 tests: Use MemoryIdentityStorage and MemoryPrivateKeyStorage. by Jeff Thompson · 11 years ago
  18. 6d7369b Remove keyChain, signerName and byKeyName from registerPrefix. by Jeff Thompson · 11 years ago
  19. e529ace tests: update test-publish to use new registerPrefix which takes the keyChain. by Jeff Thompson · 11 years ago
  20. 51755b3 tests: Added using namespace ptr_lib, remove ptr_lib::. by Jeff Thompson · 11 years ago
  21. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  22. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  23. 1ec4d0e Renamed SignedInfo to MetaInfo. by Jeff Thompson · 11 years ago
  24. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  25. 9cc4be4 Finish implementing registerPrefix. by Jeff Thompson · 11 years ago
  26. f2d2186 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago
  27. cf624b9 Added test-publish-async.cpp by Jeff Thompson · 11 years ago