1. 9c66170 Rename signed fields to signed portion by Jeff Thompson · 11 years ago
  2. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  3. 145e225 Change type of ndn_MetaInfo.finalBlockID to struct ndn_NameComponent. 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. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  7. 7ed3e27 Implement encoding/decoding SignedInfo content Type. by Jeff Thompson · 11 years ago
  8. ae8a6f8 FIx bug in ndn_encodeBinaryXmlData: need to return error for an error, not success. by Jeff Thompson · 11 years ago
  9. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  10. 2d4698a In ndn_decodeBinaryXmlData, added signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  11. aa02071 In ndn_encodeBinaryXmlData, return signedFieldsBeginOffset and signedFieldsEndOffset by Jeff Thompson · 11 years ago
  12. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  13. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  14. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  15. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  16. 968c197 Fix bug in encodeSignedInfo: Need return 0. by Jeff Thompson · 11 years ago
  17. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (85%) from ndn-cpp/c/encoding/BinaryXMLContentObject.c]
  18. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  19. 2bcece3 In encodeSignedInfo, implement timestamp by Jeff Thompson · 11 years ago
  20. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  21. de6fc6a Implemented encode and decodeBinaryXMLContentObject by Jeff Thompson · 11 years ago
  22. 4069ce9 Added encode and decode stubs. Need to implement. by Jeff Thompson · 11 years ago