1. 49e1e87 Replace Boost.MPL with Mp11 by Davide Pesavento · 8 months ago
  2. f81de71 security: make HMAC compatible with OpenSSL 3 by Varun Patil · 12 months ago
  3. 296c3a1 interest+data: add string_view overloads for convenience by Davide Pesavento · 1 year, 2 months ago
  4. 47ce2ee Refactor and modernize namespace declarations by Davide Pesavento · 1 year, 2 months ago
  5. 3fdb02f Use std::string_view in several APIs by Davide Pesavento · 1 year, 3 months ago
  6. f6b4589 util: remove ndn::optional, use std::optional directly by Davide Pesavento · 1 year, 4 months ago
  7. dc3575f Fix handling of `--without-osx-keychain` by Davide Pesavento · 2 years ago
  8. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 1 month ago
  9. e30389c security: various simplifications in KeyChain by Davide Pesavento · 2 years, 1 month ago
  10. 0e768ef security: avoid parsing PIB and TPM locators multiple times by Davide Pesavento · 2 years, 2 months ago
  11. 8e2a61d security: return a span from Certificate::getPublicKey() by Davide Pesavento · 2 years, 2 months ago
  12. 07db073 security: tolerate invalid or unsupported public keys in PIB by Davide Pesavento · 2 years, 2 months ago
  13. 9ee770b security: introduce KeyChain::makeCertificate by Junxiao Shi · 2 years, 3 months ago
  14. 7d72868 security: include certificate name in KeyLocator by Junxiao Shi · 2 years, 3 months ago
  15. aee2ada interest: remove deprecated setDefaultCanBePrefix() by Davide Pesavento · 2 years, 5 months ago
  16. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  17. 94dfcf1 tests: disable most HMAC tests with OpenSSL 3.0 until we adapt our code by Davide Pesavento · 2 years, 10 months ago
  18. 809f754 security: remove redundant overloads of verifySignature() and verifyDigest() by Davide Pesavento · 3 years, 4 months ago
  19. 7371036 tests: rewrite and improve KeyChain signing test case by Davide Pesavento · 3 years, 7 months ago
  20. 4c1ad4c tests: refactor common test infrastructure and fixtures by Davide Pesavento · 3 years, 8 months ago
  21. 81bd696 data: do not encode a Content element if not set by Davide Pesavento · 4 years, 1 month ago
  22. b74bbda security: sign and verify new signed Interest format by Eric Newberry · 4 years, 1 month ago
  23. 09236c2 security: Rename security/v2/* to security/* by Alexander Afanasyev · 4 years, 1 month ago[Renamed (98%) from tests/unit/security/v2/key-chain.t.cpp]
  24. f601e19 security: Add check for success of TPM signing by Alexander Afanasyev · 4 years, 1 month ago
  25. 14c56cd data: add shortcuts to access SignatureType and KeyLocator by Davide Pesavento · 4 years, 2 months ago
  26. a3c8bd1 signature: deprecate Signature in favor of SignatureInfo by Eric Newberry · 4 years, 2 months ago
  27. bc997e5 security: add HMAC support in verification helpers by laqinfan · 5 years ago
  28. 56a812d security: add HMAC support in KeyChain and SigningInfo by laqinfan · 5 years ago
  29. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  30. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed (99%) from tests/unit-tests/security/v2/key-chain.t.cpp]
  31. 57d02b6 security: Fix bug preventing customization of KeyChain's TPM on macOS by Alexander Afanasyev · 6 years ago
  32. 72c0c64 encoding: provide FormattedOutputFunction for Block by Junxiao Shi · 6 years ago
  33. 0f83080 util: add literal operators for duration types by Davide Pesavento · 6 years ago
  34. 82d6a4c security: fix error handling in KeyChain::importSafeBag() by Davide Pesavento · 7 years ago
  35. 0cf887d build: Change HAVE_OSX_SECURITY to a more general HAVE_OSX_FRAMEWORKS by Alexander Afanasyev · 7 years ago
  36. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  37. a10b2ff security: Correct KeyChain::addCertificate semantics by Alexander Afanasyev · 7 years ago
  38. 574aa86 security: Add a set of signature verification helpers by Alexander Afanasyev · 7 years ago
  39. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  40. f837917 security: Make self-signed certificate valid from 1970-01-01 to now()+20 years by Alexander Afanasyev · 7 years ago
  41. fc99b51 tests: Implement IdentityManagementV2Fixture for v2::KeyChain by Alexander Afanasyev · 8 years ago
  42. d6d78aa security: Allow Identity and Key abstractions to be used in SigningInfo by Alexander Afanasyev · 8 years ago
  43. fe4733a security: Add new v2::KeyChain by Yingdi Yu · 9 years ago