1. d5f9166 Move e_os.h to include/internal by Richard Levitte · 3 years, 1 month ago
  2. f58bb2d Properly return error on EVP_PKEY_CTX_set_dh_nid and EVP_PKEY_CTX_set_dhx_rfc5114 by Tomas Mraz · 3 years, 1 month ago
  3. e304aa8 Fix typos by Dimitris Apostolou · 3 years, 2 months ago
  4. 6f87463 Fix EVP_PKEY_CTX_get_rsa_pss_saltlen() not returning a value by Tom Cosgrove · 3 years, 3 months ago
  5. 09d9126 Fix for a segv interrupt that occurs when fix_dh_rfc5114 is called with by Phil Mesnier · 3 years, 4 months ago
  6. 944fcfc Fix incorrect return check of BN_bn2nativepad by PW Hu · 3 years, 4 months ago
  7. 9224221 ctrl_params_translate: Fix leak of BN_CTX by Tomas Mraz · 3 years, 4 months ago
  8. 0ec7384 Multiple fixes for getting pub key from legacy DH PKEY by Tomas Mraz · 3 years, 7 months ago
  9. 5cdeb99 ctrls: add missing control string translation for key -> priv for HMAC by Pauli · 3 years, 7 months ago
  10. daf4b24 Fix compile warning with GCC 11. by Juergen Christ · 3 years, 8 months ago
  11. 5e56f45 evp: fix coverity 1473380 Copy into fixed size buffer (STRING_OVERFLOW) by Pauli · 3 years, 8 months ago
  12. 3f61706 evp: fix Coverity 1485669 improper use of negative value by Pauli · 3 years, 9 months ago
  13. ed576ac Rename all getters to use get/get0 in name by Tomas Mraz · 3 years, 9 months ago
  14. 3bcc933 Teach EVP_PKEYs to say whether they were decoded from explicit params by Matt Caswell · 3 years, 9 months ago
  15. 7c14d0c Rename the field 'provctx and data' to 'algctx' inside some objects containing by Shane Lontis · 3 years, 9 months ago
  16. 5678420 Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc. by Dr. David von Oheimb · 3 years, 10 months ago
  17. f925315 Add convenience functions and macros for asymmetric key generation by Dr. David von Oheimb · 4 years ago
  18. f1ffaae Fixes related to separation of DH and DHX types by Shane Lontis · 3 years, 10 months ago
  19. ad57a13 Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt() by Richard Levitte · 4 years ago
  20. 34ed733 SipHash: Fix CTRL API for the digest size. by Pauli · 3 years, 10 months ago
  21. 0cfbc82 Deprecate the EVP_PKEY controls for CMS and PKCS#7 by Tomas Mraz · 3 years, 11 months ago
  22. 0a4a48a EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOST by Tomas Mraz · 3 years, 11 months ago
  23. b24b72d EVP: One stray comma removed in crypto/evp/ctrl_params_translate.c by Richard Levitte · 3 years, 11 months ago
  24. abded2c evp: fix coverity 1473380: copy into fixed size buffer by Pauli · 4 years ago
  25. b6d1bd4 evp: fix coverity 1473381 - dereference after null check by Pauli · 4 years ago
  26. 3e6a0d5 Reword repeated words. by Shane Lontis · 4 years ago
  27. 7bc0fdd Make the EVP_PKEY_get0* functions have a const return type by Matt Caswell · 4 years ago
  28. b0aae91 Remove RSA SSLv23 padding mode by Rich Salz · 4 years ago
  29. 32ab57c Fix external symbols related to ec & sm2 keys by Shane Lontis · 4 years ago
  30. 7415ffe Use strcasecmp when comparing kdf_type by Tomas Mraz · 4 years ago
  31. 13f91a7 EVP: Adapt the RSA specific EVP_PKEY_CTX setter / getter functions by Richard Levitte · 4 years, 1 month ago
  32. 9a1c4e4 EVP: Implement data-driven translation between known ctrl and OSSL_PARAMs by Richard Levitte · 4 years, 1 month ago