summaryrefslogtreecommitdiff
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Fixed EVP_PKEY_CTX_set_ec_paramgen_curve_nid() for SM2 in ENGINEsYuan, Shuai2023-05-152-1/+43
* Fixed TLS1.3 handshake issue for legacy engine API.Yuan, Shuai2023-05-111-0/+4
* param->ctrl translation: Fix evp_pkey_ctx_setget_params_to_ctrl()Richard Levitte2023-05-011-0/+1
* param->ctrl translation: Fix fix_ec_paramgen_curve_nid()Richard Levitte2023-05-011-1/+14
* pbe: sort stack before using findPauli2023-05-011-0/+2
* Erase temporary buffer in EVP_PKEY_get_bn_param()Anatolii Lishchynskyi2023-04-041-1/+8
* Avoid calling into provider with the same iv_len or key_lenTomas Mraz2023-04-031-0/+8
* Incorrect null pointer checkafshinpir2023-03-311-1/+1
* Coverity 1524597: null pointer dereferencePauli2023-03-301-7/+11
* `EVP_PKEY_CTX_dup` segmentation fault fixafshinpir2023-03-271-8/+20
* translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz2023-03-271-0/+60
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-152-9/+74
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-153-20/+21
* Add missing assignment to EVP_get_digestbynid()ndossche2023-03-151-1/+1
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22
* Fix cast.Pauli2023-03-061-1/+1
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-242-2/+33
* Fix potential NULL pointer dereference in function evp_pkey_asn1_ctrlzhailiangliang2023-02-231-2/+8
* Fix error check on default_check() helper functionndossche2023-02-081-1/+1
* Fix incomplete checks for EVP_CIPHER_asn1_to_paramNiels Dossche2023-01-252-2/+2
* Fix BIO_f_cipher() flushingMatt Caswell2022-12-221-1/+8
* Refine the documents of several APIsPeiwei Hu2022-12-161-2/+2
* rsa: Add option to disable implicit rejectionHubert Kario2022-12-121-0/+6
* Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang2022-11-241-1/+2
* Propagate selection all the way on key exportSimo Sorce2022-11-152-16/+25
* rand: add set0 calls for the private and public DRBGsPauli2022-11-021-2/+2
* Add translation for ECX group parameterJuergen Christ2022-10-131-1/+36
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-123-5/+5
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-0529-133/+83
* Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell2022-10-031-0/+2
* Fix usage of custom EVP_CIPHER objectsMatt Caswell2022-10-032-4/+7
* ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb2022-09-301-1/+1
* Add HPKE DHKEM provider support for EC, X25519 and X448.slontis2022-09-232-20/+73
* EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS providerTomáš Mráz2022-09-161-3/+10
* Add support for PBE using hmacWithSM3K12022-09-151-0/+3
* evp: Use functions instead of direct structure field referencesTianjia Zhang2022-08-222-26/+33
* evp: Simplify ARIA aead cipher definitionTianjia Zhang2022-08-221-9/+9
* Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli2022-08-031-5/+10
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+24
* evp: make all _is_a functions accept and handle a NULL argumentPauli2022-07-179-12/+18
* crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb2022-07-141-47/+35
* Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis2022-07-121-3/+8
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-3/+0
* Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala2022-06-281-1/+1
* Fix a mem leak in evp_pkey_export_to_providerK12022-06-151-2/+4
* Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()Tomas Mraz2022-06-101-2/+5
* Fix a mem leak in evp_pkey_copy_downgraded()Matt Caswell2022-06-081-1/+7
* Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang2022-06-022-4/+12
* Fix code format: BLOCK_CIPHER_customJiuhai Zhang2022-06-021-3/+3
* Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu2022-05-271-1/+1