1. fec716d Renamed SignedInfo to MetaInfo (except for encoding binary XML). by Jeff Thompson · 11 years ago
  2. d1427fb Cody style: Replace init with initialize. by Jeff Thompson · 11 years ago
  3. 7ed3e27 Implement encoding/decoding SignedInfo content Type. by Jeff Thompson · 11 years ago
  4. ae8a6f8 FIx bug in ndn_encodeBinaryXmlData: need to return error for an error, not success. by Jeff Thompson · 11 years ago
  5. 7329a13 In KeyLocator, added support for KeyName. by Jeff Thompson · 11 years ago
  6. 2d4698a In ndn_decodeBinaryXmlData, added signedFieldsBeginOffset and signedFieldsEndOffset. by Jeff Thompson · 11 years ago
  7. aa02071 In ndn_encodeBinaryXmlData, return signedFieldsBeginOffset and signedFieldsEndOffset by Jeff Thompson · 11 years ago
  8. adaf923 To avoid warnings on some compilers, return NDN_ERROR_success instead of 0. by Jeff Thompson · 11 years ago
  9. 94ddc27 To avoid warnings on some compilers added extra parens to if ((error = func())) by Jeff Thompson · 11 years ago
  10. a0d18c9 Code style: replace tabs with spaces by Jeff Thompson · 11 years ago
  11. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago
  12. 968c197 Fix bug in encodeSignedInfo: Need return 0. by Jeff Thompson · 11 years ago
  13. 56ec9e2 Major update to rename ContentObject to Data everywhere. by Jeff Thompson · 11 years ago[Renamed (85%) from ndn-cpp/c/encoding/BinaryXMLContentObject.c]
  14. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  15. 2bcece3 In encodeSignedInfo, implement timestamp by Jeff Thompson · 11 years ago
  16. 210b92f Implement timestampMilliseconds by Jeff Thompson · 11 years ago
  17. de6fc6a Implemented encode and decodeBinaryXMLContentObject by Jeff Thompson · 11 years ago
  18. 4069ce9 Added encode and decode stubs. Need to implement. by Jeff Thompson · 11 years ago