1. 720f3ba security: add support for BLAKE2 hash function by Davide Pesavento · 7 years ago
  2. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  3. eaa93f4 security: fix AES IV length check in transform::BlockCipher by Davide Pesavento · 7 years ago
  4. 8a14b9b security: use EVP_DigestVerify* routines in VerifierFilter by Davide Pesavento · 7 years ago
  5. 8aad372 security: add missing out-of-line destructors for transform classes by Davide Pesavento · 7 years ago
  6. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  7. 1c31a71 security: simplify/cleanup PublicKey implementation by Davide Pesavento · 7 years ago
  8. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  9. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 7 years ago
  10. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  11. 6158f47 tests: eliminate cryptopp use from Test{Signer,Verifier}Filter by Davide Pesavento · 7 years ago
  12. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  13. 4ce0bcf util: io::load accepts base64 encoding without newlines by Junxiao Shi · 8 years ago
  14. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  15. ba6baaf security: StreamSource throws upon istream::fail() by Junxiao Shi · 8 years ago
  16. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  17. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago
  18. 8751661 security: Add BlockCipher in transformation by Yingdi Yu · 9 years ago
  19. 99b2a00 security: change enum to enum class in security-common.hpp by Yingdi Yu · 9 years ago
  20. d12fb97 security: Add hmac calculation support in transformation by Yingdi Yu · 9 years ago
  21. ae73427 security: Add digest calculation support in transformation by Yingdi Yu · 9 years ago
  22. 38317e5 security: Add base64 and hex encoding/decoding support in transformation by Yingdi Yu · 9 years ago
  23. 3168c30 security: Add transformation sink/source by Yingdi Yu · 9 years ago