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. 47ce2ee Refactor and modernize namespace declarations by Davide Pesavento · 1 year, 2 months ago
  4. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 1 month ago
  5. 35c6379 security: convert more functions to span by Davide Pesavento · 2 years, 6 months ago
  6. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  7. 94dfcf1 tests: disable most HMAC tests with OpenSSL 3.0 until we adapt our code by Davide Pesavento · 2 years, 10 months ago
  8. 0fe72ea security: add HMAC support to SignerFilter and VerifierFilter by Laqin Fan · 5 years ago
  9. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  10. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed (98%) from tests/unit-tests/security/transform/verifier-filter.t.cpp]
  11. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  12. 8a14b9b security: use EVP_DigestVerify* routines in VerifierFilter by Davide Pesavento · 7 years ago
  13. 8aad372 security: add missing out-of-line destructors for transform classes by Davide Pesavento · 7 years ago
  14. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  15. 6158f47 tests: eliminate cryptopp use from Test{Signer,Verifier}Filter by Davide Pesavento · 7 years ago
  16. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  17. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  18. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago