1. 48becde security: Enable validator fetch cert directly from interest sender by Zhiyi Zhang · 8 years ago
  2. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  3. c152e6f security: add missing virtual destructor to Validator base class by Davide Pesavento · 8 years ago
  4. 198c381 security: Validator::verifySignature don't throw on Interest with malformed signature by Junxiao Shi · 8 years ago
  5. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  6. e6f8751 security: handle Nack in Validator by Teng Liang · 8 years ago
  7. 4e9b069 security: Make Face optional in Validator by Yingdi Yu · 10 years ago
  8. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  9. 4a55705 security: Update Signature abstraction to match 0.1.1 spec by Yingdi Yu · 10 years ago
  10. 5ec0ee3 security: Support ECDSA verification in all related classes. by Yingdi Yu · 10 years ago
  11. d9006e7 security: Add appropriate hooks in Validator by Yingdi Yu · 10 years ago
  12. c8f883c security: Add ECDSA signature signing and validation by Yingdi Yu · 10 years ago
  13. bf6a281 security: rename SignatureSha256 to DigestSha256 by Yingdi Yu · 10 years ago
  14. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  15. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  16. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  17. 96e6406 security: IMPORTANT CHANGE!! Change Validator constructor to accept Face& instead of shared_ptr<Face> by Yingdi Yu · 10 years ago
  18. 4b8c6a2 src: Correcting coding style of security related code. by Yingdi Yu · 10 years ago
  19. 48e8c0c security: Add configuration based validator by Yingdi Yu · 10 years ago
  20. 482ccc5 build: suppress CryptoPP warnings by Junxiao Shi · 10 years ago
  21. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  22. 110881d security: Change SHA256_DIGEST_LENGTH to SHA256_DIGEST_SIZE; by Yingdi Yu · 11 years ago
  23. 2115716 security: Add SignatureSha256 by Yingdi Yu · 11 years ago
  24. 40587c0 security: Add failureInfo in ValidationFailed callback by Yingdi Yu · 11 years ago
  25. fc40d87 security: Add doxygen comments by Yingdi Yu · 11 years ago
  26. 8dceb1d security: Export/Import Identity from/into KeyChain by Yingdi Yu · 11 years ago
  27. 17bc301 security: Add helpers for Command Interest by Yingdi Yu · 11 years ago
  28. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 11 years ago
  29. 0222fba api: Major API change. OnInterest/OnData callbacks now use just references, not shared pointers by Alexander Afanasyev · 11 years ago
  30. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 11 years ago
  31. 9c7ed11 src: Fixing signed/unsigned comparison warnings and removing all warning-suppressing pragmas by Alexander Afanasyev · 11 years ago
  32. 6ac9798 security: Merging SecPolicy into Validator (previously Verifier) by Yingdi Yu · 11 years ago