aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3
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-283-0/+93
* 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-271-10/+15
* Add type_name member to provided methods and use itTomas Mraz2021-04-265-12/+41
* 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-227-7/+7
* DOC: Clarify EVP_MAC_init() params vs. EVP_MAC_CTX_set_params()Dr. David von Oheimb2021-04-211-3/+6
* Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb2021-04-201-3/+24
* 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 "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-182-7/+31
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-7/+7
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-152-1/+66
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-13/+16
* bio: note that BIO_sprintf null terminates on insufficient space.Pauli2021-04-141-4/+10
* 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-122-1/+60
* 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-0822-22/+22
* Remove a TODO in EVP_set_default_propertiesMatt Caswell2021-04-081-5/+3
* Update the algorithm fetching documentation linksMatt Caswell2021-04-0814-20/+20
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-082-4/+7
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-071-4/+0
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-0211-9/+76
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+9
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+18
* Remove unnecessary BIO_do_handshake()sNan Xiao2021-04-011-5/+0
* 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-011-5/+12
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-311-18/+17
* Fix typo in BIO_push.podNan Xiao2021-03-301-2/+2
* Update deprecated API's in the documentation.Shane Lontis2021-03-3020-94/+335
* Moved build instructions from the man pageAndrey Matyukov2021-03-291-30/+0
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-282-2/+10
* doc: fix style problems with this man pagePauli2021-03-281-16/+16
* doc: add documentation for the X509_PUBKEY_dup() functionPauli2021-03-281-4/+6
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-262-11/+11
* doc: note that MAC lifecycle transitions will be enforced at some pointPauli2021-03-261-1/+10
* doc: note that RAND lifecycle transitions will be enforced at some pointPauli2021-03-261-1/+6
* doc: note that KDF/PRF transitions will be enforced at some future pointPauli2021-03-261-1/+8
* Fix usages of const EVP_MD.Shane Lontis2021-03-222-0/+51
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-0/+65