1. 0c52603 tests: use decorators to label test data generators by Davide Pesavento · 5 months ago
  2. 49e1e87 Replace Boost.MPL with Mp11 by Davide Pesavento · 8 months ago
  3. f81de71 security: make HMAC compatible with OpenSSL 3 by Varun Patil · 12 months ago
  4. 47ce2ee Refactor and modernize namespace declarations by Davide Pesavento · 1 year, 2 months ago
  5. f6b4589 util: remove ndn::optional, use std::optional directly by Davide Pesavento · 1 year, 4 months ago
  6. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 1 month ago
  7. 258d51a encoding: make Block convertible to span by Davide Pesavento · 2 years, 4 months ago
  8. df8fd8a name: convert to span by Davide Pesavento · 2 years, 5 months ago
  9. aee2ada interest: remove deprecated setDefaultCanBePrefix() by Davide Pesavento · 2 years, 5 months ago
  10. fbea4fc encoding: convert to span by Davide Pesavento · 2 years, 5 months ago
  11. 35c6379 security: convert more functions to span by Davide Pesavento · 2 years, 6 months ago
  12. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  13. 94dfcf1 tests: disable most HMAC tests with OpenSSL 3.0 until we adapt our code by Davide Pesavento · 2 years, 10 months ago
  14. 809f754 security: remove redundant overloads of verifySignature() and verifyDigest() by Davide Pesavento · 3 years, 4 months ago
  15. f2cae61 Drop unnecessary v2 namespace qualifications by Davide Pesavento · 3 years, 4 months ago
  16. aef53b6 security: Generalize signature verification to allow digest-sha256 by Justin Labry · 3 years, 4 months ago
  17. 4c1ad4c tests: refactor common test infrastructure and fixtures by Davide Pesavento · 3 years, 8 months ago
  18. e36aae1 security: fix extraction of signed portion during Data signature verification by Eric Newberry · 3 years, 10 months ago
  19. b74bbda security: sign and verify new signed Interest format by Eric Newberry · 4 years, 1 month ago
  20. 09236c2 security: Rename security/v2/* to security/* by Alexander Afanasyev · 4 years, 1 month ago
  21. bc997e5 security: add HMAC support in verification helpers by laqinfan · 5 years ago
  22. 77d9e81 security: remove unused KeyClass and AclType enums by Davide Pesavento · 5 years ago
  23. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  24. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed (99%) from tests/unit-tests/security/verification-helpers.t.cpp]
  25. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  26. 2bea5c4 tests: revamp Face integrated tests by Junxiao Shi · 7 years ago
  27. fe1239a security: merge SIGNER_TYPE_PIB_* into SIGNER_TYPE_ID and SIGNER_TYPE_KEY by Junxiao Shi · 7 years ago
  28. 574aa86 security: Add a set of signature verification helpers by Alexander Afanasyev · 7 years ago