1. 140e9cb util: backport C++17 [[nodiscard]] attribute by Davide Pesavento · 6 years ago
  2. 1bac111 security: make PrivateKey::getKeySize() work in all cases by Davide Pesavento · 6 years ago
  3. 48f9724 security: add PrivateKey::loadRaw() for HMAC keys by laqinfan · 6 years ago
  4. 0fe72ea security: add HMAC support to SignerFilter and VerifierFilter by Laqin Fan · 6 years ago
  5. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  6. 24c5a00 impl: rename 'detail' to 'impl' by Junxiao Shi · 6 years ago
  7. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  8. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago[Renamed from src/security/transform/private-key.cpp]
  9. ee77ca0 security: use AES-256 for private key encryption in PKCS #8 export by Davide Pesavento · 6 years ago
  10. 3c7969f security: support 224-bit and 521-bit NIST elliptic curves by Davide Pesavento · 6 years ago
  11. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  12. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  13. c21979d security: deduplicate getting the key type from an EVP_PKEY structure by Davide Pesavento · 7 years ago
  14. cafa402 security: use DES-EDE3-CBC to encrypt private keys in PKCS #8 format by Davide Pesavento · 7 years ago
  15. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  16. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 8 years ago
  17. e178989 src: minor updates to common.hpp and common-pch.hpp by Davide Pesavento · 8 years ago
  18. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  19. 02948ec security: Add support for OpenSSL 1.1.0 API by Alexander Afanasyev · 8 years ago
  20. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 10 years ago