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