1. 765abc9 util: backport C++20 std::span and use it in various APIs by Davide Pesavento · 2 years, 8 months ago
  2. 94dfcf1 tests: disable most HMAC tests with OpenSSL 3.0 until we adapt our code by Davide Pesavento · 3 years ago
  3. ea9e43e tests: add testing of PKCS #8 private keys encrypted with AES and 3DES by Davide Pesavento · 3 years ago
  4. fbb6990 security: encode EC public key with named curve by Junxiao Shi · 4 years, 5 months ago
  5. 56a812d security: add HMAC support in KeyChain and SigningInfo by laqinfan · 5 years ago
  6. 1bac111 security: make PrivateKey::getKeySize() work in all cases by Davide Pesavento · 5 years ago
  7. 48f9724 security: add PrivateKey::loadRaw() for HMAC keys by laqinfan · 5 years 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 (99%) from tests/unit-tests/security/transform/private-key.t.cpp]
  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. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  14. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 7 years ago
  15. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  16. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  17. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  18. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago