1. 5ee8ec0 security: code cleanup and doxygen improvements in tpm::BackEndOsx by Davide Pesavento · 6 years ago
  2. b55e5d3 interest: declare default CanBePrefix setting by Junxiao Shi · 6 years ago
  3. 5c1c444 security: Improve reliability of TPM BackEnd RandomKeyId test case by Junxiao Shi · 6 years ago
  4. 31fd467 security: Correctly handle Sha256-signed Command Interests by Alexander Afanasyev · 6 years ago
  5. 57d02b6 security: Fix bug preventing customization of KeyChain's TPM on macOS by Alexander Afanasyev · 6 years ago
  6. db4da5e Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  7. 72c0c64 encoding: provide FormattedOutputFunction for Block by Junxiao Shi · 6 years ago
  8. ebfe4a2 meta-info: allow typed name component in FinalBlockId by Junxiao Shi · 6 years ago
  9. 8a8c01b tests: fix several instances of the most vexing parse by Davide Pesavento · 6 years ago
  10. 0f83080 util: add literal operators for duration types by Davide Pesavento · 7 years ago
  11. 720f3ba security: add support for BLAKE2 hash function by Davide Pesavento · 7 years ago
  12. 82d6a4c security: fix error handling in KeyChain::importSafeBag() by Davide Pesavento · 7 years ago
  13. 7e6f6f8 encoding: avoid UB when casting to tlv::SignatureTypeValue by Davide Pesavento · 7 years ago
  14. a1302f6 security: enable direct fetch for data sig validation by Zhiyi Zhang · 7 years ago
  15. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  16. 5759be3 security: Identity/Key comparison operators by Junxiao Shi · 7 years ago
  17. c4a0176 security: fix bugs in keylocator checker of validator config by Zhiyi Zhang · 7 years ago
  18. eaa93f4 security: fix AES IV length check in transform::BlockCipher by Davide Pesavento · 7 years ago
  19. 8a14b9b security: use EVP_DigestVerify* routines in VerifierFilter by Davide Pesavento · 7 years ago
  20. 8aad372 security: add missing out-of-line destructors for transform classes by Davide Pesavento · 7 years ago
  21. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  22. cafa402 security: use DES-EDE3-CBC to encrypt private keys in PKCS #8 format by Davide Pesavento · 7 years ago
  23. c3dfc24 security: move {Rsa,Ec,Aes}KeyParamsInfo into namespace detail by Davide Pesavento · 7 years ago
  24. 1c31a71 security: simplify/cleanup PublicKey implementation by Davide Pesavento · 7 years ago
  25. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  26. b88c6bf tests: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  27. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 7 years ago
  28. 6fd26cf security: Allow key for root namespace identity by Alexander Afanasyev · 7 years ago
  29. 6aff024 security: Allow reloading ValidationPolicyConfig / ValidatorConfig by Alexander Afanasyev · 7 years ago
  30. 605671d signature: disallow encoding invalid SignatureInfo by Junxiao Shi · 7 years ago
  31. adc7184 security: Remove old security framework by Alexander Afanasyev · 8 years ago
  32. e5a19b8 security: Convert ValidatorConfig to ValidationPolicyConfig by Alexander Afanasyev · 8 years ago
  33. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  34. 2bea5c4 tests: revamp Face integrated tests by Junxiao Shi · 7 years ago
  35. 6158f47 tests: eliminate cryptopp use from Test{Signer,Verifier}Filter by Davide Pesavento · 7 years ago
  36. 6938e34 util: rename digest.hpp to sha256.hpp by Junxiao Shi · 7 years ago
  37. 6dfeffe mgmt: Switch nfd::Controller to use v2::Validator interface by Alexander Afanasyev · 8 years ago
  38. 10b24be util: deprecate crypto::computeSha256Digest() by Davide Pesavento · 7 years ago
  39. 0cf887d build: Change HAVE_OSX_SECURITY to a more general HAVE_OSX_FRAMEWORKS by Alexander Afanasyev · 7 years ago
  40. 9333887 security: Add ValidationPolicyCommandInterest by Alexander Afanasyev · 8 years ago
  41. b54aa57 security: Add general interface to chain validation policies by Alexander Afanasyev · 7 years ago
  42. 6bf48a0 security: Remove ValidatorRegex by Alexander Afanasyev · 8 years ago
  43. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  44. 794f687 security+util: mark all pimpl unique_ptrs const by Davide Pesavento · 7 years ago
  45. 1709aa7 security: Restore automatic key ID generation for symmetric keys by Alexander Afanasyev · 8 years ago
  46. a10b2ff security: Correct KeyChain::addCertificate semantics by Alexander Afanasyev · 8 years ago
  47. 5af04a7 security: Fix certificate loop detection in v2::Validator by Alexander Afanasyev · 8 years ago
  48. 95c8070 security: Integrate fetching certificates using Certificate Bundle by Manika Mittal · 8 years ago
  49. 2a6d45a security: implement operator== for SigningInfo by Nick Gordon · 8 years ago
  50. fe1239a security: merge SIGNER_TYPE_PIB_* into SIGNER_TYPE_ID and SIGNER_TYPE_KEY by Junxiao Shi · 8 years ago
  51. ba2cf39 security: Add CertificateFetcherDirectFetch by Alexander Afanasyev · 8 years ago
  52. 7bc10fa security: Abstract certificate fetching from v2::Validator by Alexander Afanasyev · 8 years ago
  53. 7e72141 security: Add v2::Validator implementation by Alexander Afanasyev · 8 years ago
  54. 574aa86 security: Add a set of signature verification helpers by Alexander Afanasyev · 8 years ago
  55. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  56. 609f061 security: Add CertificateCache by Qiuhan Ding · 9 years ago
  57. 4caa0cc security: Add trust anchor container by Qiuhan Ding · 9 years ago
  58. f837917 security: Make self-signed certificate valid from 1970-01-01 to now()+20 years by Alexander Afanasyev · 8 years ago
  59. 70244f4 Switch to new KeyChain where possible by Alexander Afanasyev · 8 years ago
  60. 1b58a03 security: Add CommandInterestSigner by Alexander Afanasyev · 8 years ago
  61. fc99b51 tests: Implement IdentityManagementV2Fixture for v2::KeyChain by Alexander Afanasyev · 8 years ago
  62. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  63. d6d78aa security: Allow Identity and Key abstractions to be used in SigningInfo by Alexander Afanasyev · 8 years ago
  64. fe4733a security: Add new v2::KeyChain by Yingdi Yu · 9 years ago
  65. c95f564 security: Return *this from SigningInfo setters by Alexander Afanasyev · 8 years ago
  66. 5f1820e security: Implement operator<< for v2::Certificate by Alexander Afanasyev · 8 years ago
  67. 48becde security: Enable validator fetch cert directly from interest sender by Zhiyi Zhang · 8 years ago
  68. cbe72b0 security: Change the ownership model of Pib and its related entities by Yingdi Yu · 9 years ago
  69. 0399768 security: Make addKey/Cert behavior of PibImpl consistent by Yingdi Yu · 9 years ago
  70. 7b3b5e9 security: Separate TPM locator modification and database resetting in PIB by Yingdi Yu · 9 years ago
  71. 6ee2d36 security: Adapt PIB to NDN Certificate Format version 2.0 by Yingdi Yu · 9 years ago
  72. 0b60e7a security: Add new TPM framework by Yingdi Yu · 9 years ago
  73. 97709c0 security: Move PIB-related code into security/pib/ by Alexander Afanasyev · 8 years ago
  74. c08d7d6 security: Add interface to request different key id generation by Yingdi Yu · 9 years ago
  75. f4bb5c7 security: Add NDN Certificate 2.0 by Zhiyi Zhang · 9 years ago
  76. 10bf63a security: Correct ValidityPeriod::isValid check by Yingdi Yu · 9 years ago
  77. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  78. 99832d4 security: ValidatorConfig FacesFixture bugfix by Zhiyi Zhang · 8 years ago
  79. 433686c security: Clean up certfiles in ValidatorConfig test suite by Zhiyi Zhang · 8 years ago
  80. 4ce0bcf util: io::load accepts base64 encoding without newlines by Junxiao Shi · 8 years ago
  81. 160701a util: ndn::io::loadBlock and saveBlock by Junxiao Shi · 8 years ago
  82. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  83. ba6baaf security: StreamSource throws upon istream::fail() by Junxiao Shi · 8 years ago
  84. 198c381 security: Validator::verifySignature don't throw on Interest with malformed signature by Junxiao Shi · 8 years ago
  85. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  86. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago
  87. 8751661 security: Add BlockCipher in transformation by Yingdi Yu · 9 years ago
  88. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  89. 41abef8 tests: plug memory leak in SecuritySecTpmFile/RandomGenerator by Davide Pesavento · 8 years ago
  90. dc2d6d2 security: CommandInterestValidator by Junxiao Shi · 8 years ago
  91. 85d9083 tests: move makeInterest/makeData/etc to ndn::tests namespace by Junxiao Shi · 8 years ago
  92. 3e62a83 security: Add SafeBag by Zhiyi Zhang · 9 years ago
  93. d12fb97 security: Add hmac calculation support in transformation by Yingdi Yu · 9 years ago
  94. ae73427 security: Add digest calculation support in transformation by Yingdi Yu · 9 years ago
  95. 38317e5 security: Add base64 and hex encoding/decoding support in transformation by Yingdi Yu · 9 years ago
  96. 3168c30 security: Add transformation sink/source by Yingdi Yu · 9 years ago
  97. 044bb7e security: ValidatorConfig rule evaluates all checkers by Zhiyi Zhang · 8 years ago
  98. d5827ce util: make SegmentFetcher test suite run faster by Junxiao Shi · 8 years ago
  99. cf49055 tests: Extending Face test cases by Alexander Afanasyev · 8 years ago
  100. e4f8c3b tests: Enable isolation of KeyChain during run of unit/integrated tests by Alexander Afanasyev · 8 years ago