summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-05-01man: s_server: fix text repetition in -alpn descriptionHubert Kario
2021-05-01APPS: Document the core of the opt_ APIRich Salz
2021-04-30Update OSSL_STORE_attach() documentation to indicate it increases the ref_cou...Shane Lontis
2021-04-30Document the API breaking constification changesTomas Mraz
2021-04-30remove end of line whitespacePauli
2021-04-30Add library context and property query support into the PKCS12 APIJon Spillett
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Add X509 version constants.David Benjamin
2021-04-28OPENSSL_sk functions are effectively already documentedTomas Mraz
2021-04-28Improve the implementation of X509_STORE_CTX_get1_issuer()Tomas Mraz
2021-04-27Deprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().Shane Lontis
2021-04-27Doc updates for DH/DSA examplesShane Lontis
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-26Documentation fix for openssl-verify certificatesKlaas van Schelven
2021-04-24APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb
2021-04-22BIO_s_connect.pod: Improve doc of BIO_set_conn_hostname() etc.Dr. David von Oheimb
2021-04-22Remove an unused parameterRich Salz
2021-04-22Update copyright yearMatt Caswell
2021-04-21DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-19PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb
2021-04-19Add the function OSSL_LIB_CTX_get0_global_default()Matt Caswell
2021-04-19Change the semantics of OSSL_LIB_CTX_set0_default() NULL handlingMatt Caswell
2021-04-19Add DHX FIPS 186-4 domain parameter validation exampleTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-16lifecycle: update master lifecycle transition spreadsheet fixing the ettable ...Pauli
2021-04-16lifecycle: correct [sg]ettable to [sg]etPauli
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-15Remove keymgmt_copy function from the provider APITomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-14apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb
2021-04-14openssl-cmp.pod.in: Fix missing provider options descriptionDr. David von Oheimb
2021-04-14bio: note that BIO_sprintf null terminates on insufficient space.Pauli
2021-04-14doc: Fix formattingJakub Wilk
2021-04-13Add FIPS Self test for AES_ECB decryptShane Lontis
2021-04-12Remove the function EVP_PKEY_set_alias_typeMatt Caswell
2021-04-12Update KTLS documentationMatt Caswell
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-12kmac: update the documention for the customisation string maximum lengthPauli
2021-04-09Fix typos in x509.podNan Xiao
2021-04-09Small fixes and cleanups of provider API documentationTomas Mraz
2021-04-09provider-decoder.pod: Documentation of provider side decoder APITomas Mraz
2021-04-08PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb