1. 80d671f security: dissolve private header security/impl/openssl.hpp by Davide Pesavento · 2 years, 2 months ago
  2. 273ea01 build: require OpenSSL >= 1.1.1 by Davide Pesavento · 2 years, 5 months ago
  3. 35c6379 security: convert more functions to span by Davide Pesavento · 2 years, 6 months ago
  4. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 7 months ago
  5. 94dfcf1 tests: disable most HMAC tests with OpenSSL 3.0 until we adapt our code by Davide Pesavento · 2 years, 10 months ago
  6. ea9e43e tests: add testing of PKCS #8 private keys encrypted with AES and 3DES by Davide Pesavento · 2 years, 10 months ago
  7. fbb6990 security: encode EC public key with named curve by Junxiao Shi · 4 years, 3 months ago
  8. 56a812d security: add HMAC support in KeyChain and SigningInfo by laqinfan · 5 years ago
  9. 1bac111 security: make PrivateKey::getKeySize() work in all cases by Davide Pesavento · 5 years ago
  10. 48f9724 security: add PrivateKey::loadRaw() for HMAC keys by laqinfan · 5 years ago
  11. 0fe72ea security: add HMAC support to SignerFilter and VerifierFilter by Laqin Fan · 5 years ago
  12. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  13. 74daf74 Rename 'tests/unit-tests' directory to 'tests/unit' by Davide Pesavento · 6 years ago[Renamed (99%) from tests/unit-tests/security/transform/private-key.t.cpp]
  14. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  15. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  16. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  17. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 7 years ago
  18. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  19. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  20. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  21. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago