1. b510e3e Face: in OnInterest callback for registerPrefix, added registeredPrefixId argument. 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. 40f361a security: Make the KeyChain constructor take an IdentityManager. by Jeff Thompson · 11 years ago
  5. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  6. 96eccf0 tests: Use MemoryIdentityStorage and MemoryPrivateKeyStorage. by Jeff Thompson · 11 years ago
  7. 6d7369b Remove keyChain, signerName and byKeyName from registerPrefix. by Jeff Thompson · 11 years ago
  8. e529ace tests: update test-publish to use new registerPrefix which takes the keyChain. by Jeff Thompson · 11 years ago
  9. 51755b3 tests: Added using namespace ptr_lib, remove ptr_lib::. by Jeff Thompson · 11 years ago
  10. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  11. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  12. 1ec4d0e Renamed SignedInfo to MetaInfo. by Jeff Thompson · 11 years ago
  13. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  14. 9cc4be4 Finish implementing registerPrefix. by Jeff Thompson · 11 years ago
  15. f2d2186 Move key-chain to security subdirectory. by Jeff Thompson · 11 years ago
  16. cf624b9 Added test-publish-async.cpp by Jeff Thompson · 11 years ago