1. 3f0a507 DER encoding: in Certificate::printCertificate, print the time ISO string. by Jeff Thompson · 11 years ago
  2. 4affbf5 code style: Don't use std:: inside .cpp files. by Jeff Thompson · 11 years ago
  3. 6154ae2 DER encoding: Implement CertificateExtension::toDerBlob. by Jeff Thompson · 11 years ago
  4. 6759833 DER encoding: implement Certificate::printCertificate(). by Jeff Thompson · 11 years ago
  5. 68192a3 DER encoding: implement Certificate::encode. by Jeff Thompson · 11 years ago
  6. 0799671 DER encoding: implement PublicKey::toDer(). by Jeff Thompson · 11 years ago
  7. 415da1e DER encoding: Added CertificateDataVisitor and use in Certificate::decode. by Jeff Thompson · 11 years ago
  8. 2d47db7 DER encoding: Define InputIterator and OutputIterator in der.hpp and use as in the original. by Jeff Thompson · 11 years ago
  9. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  10. a5dc351 security: Implement most of Certificate.cpp by Jeff Thompson · 11 years ago
  11. 7ff36fe code style: member variables end with _ by Jeff Thompson · 11 years ago
  12. a92861a DER encoding: Implement DerNode and subclasses. by Jeff Thompson · 11 years ago
  13. 6fe345d security: IdentityCertificate: Need to define the virtual destructor. by Jeff Thompson · 11 years ago
  14. 84cfe1d DER encoding: Temporarily comment out calls to DER functions until they are defined. by Jeff Thompson · 11 years ago
  15. 258a402 security: CertificateExtension: Temporarily include stdexcept. by Jeff Thompson · 11 years ago
  16. 173fd43 security: Implement IdentityCertificate. by Jeff Thompson · 11 years ago
  17. 958bf9b security: Added headers for der encoding. Added CertificateExtension and CertificateSubjectDescription. by Jeff Thompson · 11 years ago
  18. 31b5c2f encoding: Move oid support from security/certificate to encoding. by Jeff Thompson · 11 years ago
  19. 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
  20. e7e069b security: Implement interface to IdentityManager. by Jeff Thompson · 11 years ago
  21. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  22. c057343 security: Added PublicKey and OID classes. by Jeff Thompson · 11 years ago