summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Detect low-level engine and app method based keysTomas Mraz2021-04-195-1/+6
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-182-11/+28
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-2/+2
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-0/+5
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-4/+4
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-152-9/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-157-6/+7
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-156-1/+11
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-0/+1
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-131-1/+2
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-1/+0
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-13/+4
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+0
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-122-0/+15
* Add additional KMAC errorPauli2021-04-121-0/+1
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-091-1/+1
* Update copyright yearMatt Caswell2021-04-087-7/+7
* Add a constant time zero check function for 64-bit integersAmitay Isaacs2021-04-081-0/+5
* numbers: Define 128-bit integers if compiler supportsAmitay Isaacs2021-04-081-0/+10
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-0/+4
* property: check return values from the property locking calls.Pauli2021-04-082-2/+2
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-0/+1
* Check for integer overflow in i2a_ASN1_OBJECT and error out if found.Pauli2021-04-072-1/+2
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-6/+8
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-022-0/+11
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+2
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-023-2/+7
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-2/+10
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+1
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-1/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-014-1/+5
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-312-5/+5
* Added guarding #ifndef/#define to avoid duplicate include of crypto/types.hRandall S. Becker2021-03-311-4/+10
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-0/+2
* Fix typo in bio.h.inNan Xiao2021-03-291-1/+1
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-284-0/+5
* Fix Build issue on Oracle Linux x64Shane Lontis2021-03-281-2/+0
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-262-3/+3
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Fix a windows build breakFdaSilvaYY2021-03-241-2/+2
* Fix usages of const EVP_MD.Shane Lontis2021-03-223-0/+6
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+5
* Make ossl_d2i_PUBKEY_legacy() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-193-1/+24
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-197-1/+46
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-0/+24
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-0/+12
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+5