aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-304-65/+145
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-0/+4
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-263-54/+112
* Add type_name member to provided methods and use itTomas Mraz2021-04-2619-42/+104
* EVP: evp_keymgmt_util_try_import() should clean up on failed importRichard Levitte2021-04-231-9/+16
* Trivial shortcuts for EVP_PKEY_eq()Tomas Mraz2021-04-231-0/+6
* Update copyright yearMatt Caswell2021-04-2220-20/+20
* Fix typosMichaM2021-04-221-2/+2
* asn1: fix indentationPauli2021-04-211-2/+8
* Fix compile errors on s390.Juergen Christ2021-04-201-0/+4
* Remove a TODO(3.0) from keymgmt_lib.cMatt Caswell2021-04-191-4/+0
* Detect low-level engine and app method based keysTomas Mraz2021-04-192-4/+41
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-1/+2
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-1834-35/+152
* Standard style for all EVP_xxx_free routinesRich Salz2021-04-1810-88/+93
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-3/+3
* SipHash: Fix CTRL API for the digest size.Pauli2021-04-161-0/+8
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-152-0/+25
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-152-4/+4
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-154-39/+9
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-152-5/+7
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-154-1/+20
* Add some additional NULL checks to prevent segfaults.Shane Lontis2021-04-141-0/+2
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-41/+22
* Update copyright yearMatt Caswell2021-04-088-8/+8
* property: check return values from the property locking calls.Pauli2021-04-081-3/+4
* evp: fix coverity 1473631: argument cannot be negativePauli2021-04-081-3/+4
* evp: fix coverity 1451509: argument cannot be negativePauli2021-04-081-1/+5
* evp: fix coverity 1451510: argument cannot be negativePauli2021-04-081-1/+5
* evp: fix coverity 1472682: argument cannot be negativePauli2021-04-081-1/+5
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-38/+0
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-0210-0/+76
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-0212-64/+89
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-2/+2
* Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz2021-04-011-2/+1
* EVP_PKEY_CTRL_CIPHER can be used with encrypt/decrypt with GOSTTomas Mraz2021-04-011-1/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-2/+19
* EVP: One stray comma removed in crypto/evp/ctrl_params_translate.cRichard Levitte2021-03-311-1/+1
* evp: fix coverity 1474469: negative returnPauli2021-03-301-3/+3
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-281-0/+55
* evp: fix coverity 1473378: unchecked return valuePauli2021-03-261-2/+3
* evp: fix coverity 1467500 & 1467502: unchecked return valuesPauli2021-03-261-7/+9
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-2/+31
* enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli2021-03-242-2/+6
* evp: fix coverity 1473380: copy into fixed size bufferPauli2021-03-211-1/+1
* evp: fix coverity 1473381 - dereference after null checkPauli2021-03-201-2/+8
* evp: fix coverity 1445872 - dereference after null checkPauli2021-03-201-1/+6
* evp: fix coverity 1470561: resource leakPauli2021-03-201-0/+1
* EVP_PKEY_get_*_param should work with legacyTomas Mraz2021-03-191-6/+2
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-16/+51