1. 5ee8ec0 security: code cleanup and doxygen improvements in tpm::BackEndOsx by Davide Pesavento · 6 years ago
  2. 426d500 encoding: update number assignments by Junxiao Shi · 6 years ago
  3. 68b5385 docs: update code-style rule 2.24 by Junxiao Shi · 6 years ago
  4. 3b101d0 Use std::move in more places by Davide Pesavento · 6 years ago
  5. b55e5d3 interest: declare default CanBePrefix setting by Junxiao Shi · 6 years ago
  6. 54d74c2 security: correct ValidationPolicy docs by Junxiao Shi · 6 years ago
  7. 31fd467 security: Correctly handle Sha256-signed Command Interests by Alexander Afanasyev · 6 years ago
  8. 57d02b6 security: Fix bug preventing customization of KeyChain's TPM on macOS by Alexander Afanasyev · 6 years ago
  9. db4da5e Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  10. ebfe4a2 meta-info: allow typed name component in FinalBlockId by Junxiao Shi · 6 years ago
  11. 5df42a8 security: minor cleanup by Davide Pesavento · 7 years ago
  12. 0f83080 util: add literal operators for duration types by Davide Pesavento · 7 years ago
  13. 82d6a4c security: fix error handling in KeyChain::importSafeBag() by Davide Pesavento · 7 years ago
  14. 45ab9a9 regex: modernize and simplify code by Davide Pesavento · 7 years ago
  15. 7e6f6f8 encoding: avoid UB when casting to tlv::SignatureTypeValue by Davide Pesavento · 7 years ago
  16. a1302f6 security: enable direct fetch for data sig validation by Zhiyi Zhang · 7 years ago
  17. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  18. c4a0176 security: fix bugs in keylocator checker of validator config by Zhiyi Zhang · 7 years ago
  19. 3ce6d4e security: remove dead code in KeyChain::setDefaultCertificate by Davide Pesavento · 7 years ago
  20. c33e1c2 security: remove unused parameter from CertificateRequest constructor by Davide Pesavento · 7 years ago
  21. 8aad372 security: add missing out-of-line destructors for transform classes by Davide Pesavento · 7 years ago
  22. 464da53 tools: Fix bugs in cert-gen by Alexander Afanasyev · 7 years ago
  23. 6aff024 security: Allow reloading ValidationPolicyConfig / ValidatorConfig by Alexander Afanasyev · 7 years ago
  24. adc7184 security: Remove old security framework by Alexander Afanasyev · 8 years ago
  25. e5a19b8 security: Convert ValidatorConfig to ValidationPolicyConfig by Alexander Afanasyev · 8 years ago
  26. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  27. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 7 years ago
  28. 10b24be util: deprecate crypto::computeSha256Digest() by Davide Pesavento · 7 years ago
  29. 830ba97 security: provide getKeyLocatorName helper function by Junxiao Shi · 7 years ago
  30. 0cf887d build: Change HAVE_OSX_SECURITY to a more general HAVE_OSX_FRAMEWORKS by Alexander Afanasyev · 7 years ago
  31. 9333887 security: Add ValidationPolicyCommandInterest by Alexander Afanasyev · 8 years ago
  32. b54aa57 security: Add general interface to chain validation policies by Alexander Afanasyev · 7 years ago
  33. cab1696 Wrong exception message in security::v2::KeyChain by Muktadir Chowdhury · 7 years ago
  34. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  35. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 8 years ago
  36. a10b2ff security: Correct KeyChain::addCertificate semantics by Alexander Afanasyev · 8 years ago
  37. 5af04a7 security: Fix certificate loop detection in v2::Validator by Alexander Afanasyev · 8 years ago
  38. 95c8070 security: Integrate fetching certificates using Certificate Bundle by Manika Mittal · 8 years ago
  39. fe1239a security: merge SIGNER_TYPE_PIB_* into SIGNER_TYPE_ID and SIGNER_TYPE_KEY by Junxiao Shi · 8 years ago
  40. ba2cf39 security: Add CertificateFetcherDirectFetch by Alexander Afanasyev · 8 years ago
  41. 7bc10fa security: Abstract certificate fetching from v2::Validator by Alexander Afanasyev · 8 years ago
  42. 7e72141 security: Add v2::Validator implementation by Alexander Afanasyev · 8 years ago
  43. 7f20d6e build+src: mark destructor virtual in classes with virtual functions by Davide Pesavento · 8 years ago
  44. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  45. 609f061 security: Add CertificateCache by Qiuhan Ding · 9 years ago
  46. 4caa0cc security: Add trust anchor container by Qiuhan Ding · 9 years ago
  47. f837917 security: Make self-signed certificate valid from 1970-01-01 to now()+20 years by Alexander Afanasyev · 8 years ago
  48. 83eb1cc security: Simplify (unify) implementation of v2::KeyChain::selfSign by Alexander Afanasyev · 8 years ago
  49. d6d78aa security: Allow Identity and Key abstractions to be used in SigningInfo by Alexander Afanasyev · 8 years ago
  50. fe4733a security: Add new v2::KeyChain by Yingdi Yu · 9 years ago
  51. 5f1820e security: Implement operator<< for v2::Certificate by Alexander Afanasyev · 8 years ago
  52. 0399768 security: Make addKey/Cert behavior of PibImpl consistent by Yingdi Yu · 9 years ago
  53. 6ee2d36 security: Adapt PIB to NDN Certificate Format version 2.0 by Yingdi Yu · 9 years ago
  54. f4bb5c7 security: Add NDN Certificate 2.0 by Zhiyi Zhang · 9 years ago
  55. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago