summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Use OCSP-specific error code for clarityDmitry Belyavskiy2021-05-011-0/+1
* Add library context and property query support into the PKCS12 APIJon Spillett2021-04-305-1/+120
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-1/+2
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-282-31/+2
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-11/+0
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-283-17/+16
* Add X509 version constants.David Benjamin2021-04-281-0/+9
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-282-0/+5
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-271-2/+6
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-1/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-263-1/+10
* Remove an unused parameterRich Salz2021-04-221-1/+1
* Some compilers define __STDC_VERSION__ in c++Niclas Rosenvik2021-04-221-1/+2
* Add RUN_ONCE support to zlib initTodd Short2021-04-222-2/+1
* Fix typosMichaM2021-04-221-3/+3
* Add missing argname for keymgmt_gettable_params and keymgmt_settable_params p...Nicola Tuveri2021-04-221-2/+4
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-212-1/+2
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-0/+3
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-0/+1
* 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