1. ea9e43e tests: add testing of PKCS #8 private keys encrypted with AES and 3DES by Davide Pesavento · 2 years, 10 months ago
  2. fbb6990 security: encode EC public key with named curve by Junxiao Shi · 4 years, 3 months ago
  3. 56a812d security: add HMAC support in KeyChain and SigningInfo by laqinfan · 5 years ago
  4. 1bac111 security: make PrivateKey::getKeySize() work in all cases by Davide Pesavento · 5 years ago
  5. 48f9724 security: add PrivateKey::loadRaw() for HMAC keys by laqinfan · 5 years ago
  6. 0fe72ea security: add HMAC support to SignerFilter and VerifierFilter by Laqin Fan · 5 years ago
  7. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  8. 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]
  9. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  10. 06f1bdf security: use EVP_DigestSign* routines in SignerFilter by Davide Pesavento · 7 years ago
  11. f45fa21 security: simplify PrivateKey implementation and improve error handling by Davide Pesavento · 7 years ago
  12. 941fd8c security: insert OpenSSL initialization call in PrivateKey::loadPkcs8 by Luca Keidel · 7 years ago
  13. a84f464 Cleanup iostream includes by Davide Pesavento · 7 years ago
  14. 1ece2e3 security: Renaming EcdsaKeyParams to EcKeyParams by Spyridon Mastorakis · 9 years ago
  15. b263f15 security: Add signing/verification support in transformation by Yingdi Yu · 9 years ago
  16. 202a2e9 security: Add wrapper for public/private key in transformation by Yingdi Yu · 9 years ago