summaryrefslogtreecommitdiff
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu2022-05-261-2/+2
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-1/+1
* add support for SHA-3 based PRF to PBES2Hubert Kario2022-05-181-0/+4
* Always try locale initialization from OPENSSL_strcasecmpTomas Mraz2022-05-131-2/+0
* int_ctx_new(): Revert extra OPENSSL_init_crypto() callTomas Mraz2022-05-131-2/+1
* evp_md: assert digest is provided for algctx reuseBenjamin Kaduk2022-05-081-2/+9
* EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz2022-05-091-0/+7
* Fix Coverity 1201740 & 1201712: uninitialised valuesPauli2022-05-082-2/+4
* Fix Coverity 1503322, 1503324, 1503328 memory accessesPauli2022-05-061-0/+6
* Fix Coverity 1503325 use after freePauli2022-05-061-0/+2
* Remove the _fetch_by_number functionsPauli2022-05-063-64/+8
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-3/+3
* Remove duplicated #include headersJHH202022-05-042-2/+0
* Update copyright yearMatt Caswell2022-05-0318-18/+18
* fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz2022-05-021-1/+5
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-022-24/+22
* Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy2022-04-291-1/+2
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-224-18/+15