aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-0/+2
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-284-0/+99
* Add X509 version constants.David Benjamin2021-04-281-4/+6
* OPENSSL_sk functions are effectively already documentedTomas Mraz2021-04-281-8/+15
* Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz2021-04-281-7/+14
* Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis2021-04-273-12/+17
* Doc updates for DH/DSA examplesShane Lontis2021-04-272-9/+14
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-263-60/+222
* Add type_name member to provided methods and use itTomas Mraz2021-04-266-12/+44
* Documentation fix for openssl-verify certificatesKlaas van Schelven2021-04-261-5/+5
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-1/+1
* BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.Dr. David von Oheimb2021-04-223-23/+17
* Remove an unused parameterRich Salz2021-04-221-3/+3
* Update copyright yearMatt Caswell2021-04-2212-12/+12
* DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb2021-04-211-3/+6
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-211-1/+28
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-202-23/+24
* PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb2021-04-194-1/+14
* Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell2021-04-191-6/+14
* Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell2021-04-191-1/+3
* Add DHX FIPS 186-4 domain parameter validation exampleTomas Mraz2021-04-192-11/+53
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-182-7/+31
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-172-11/+11
* lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...Pauli2021-04-161-0/+0
* lifecycle: correct [sg]ettable to [sg]etPauli2021-04-161-4/+4
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-155-3/+77
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-13/+16
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-10/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-3/+4
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-2/+9
* apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2021-04-141-0/+12
* openssl-cmp.pod.in: Fix missing provider options descriptionDr. David von Oheimb2021-04-141-2/+10
* bio: note that BIO_sprintf null terminates on insufficient space.Pauli2021-04-141-4/+10
* doc: Fix formattingJakub Wilk2021-04-141-1/+1
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-131-1/+3
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-28/+6
* Update KTLS documentationMatt Caswell2021-04-123-17/+27
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-122-10/+6
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-123-1/+66
* kmac: update the documention for the customisation string maximum lengthPauli2021-04-121-1/+1
* Fix typos in x509.podNan Xiao2021-04-091-2/+2
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-0912-27/+35
* provider-decoder.pod: Documentation of provider side decoder APITomas Mraz2021-04-092-0/+343
* PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb2021-04-081-1/+1
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-081-7/+6
* PEM_X509_INFO_read,{_bio}_ex(): Complete documentation in PEM_X509_INFO_read_...Dr. David von Oheimb2021-04-081-10/+20
* Update copyright yearMatt Caswell2021-04-0833-33/+33
* Remove a TODO in EVP_set_default_propertiesMatt Caswell2021-04-081-5/+3
* Update the algorithm fetching documentation linksMatt Caswell2021-04-0814-20/+20
* Update provider.podMatt Caswell2021-04-081-192/+8