summaryrefslogtreecommitdiffstats
path: root/doc/man3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-7/+23
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-2/+2
* Add some encoder and decoder code examplesTomas Mraz2021-03-173-14/+144
* Add a CHANGES entry for EVP_PKEY_public_check() and EVP_KEY_param_check()Matt Caswell2021-03-151-1/+2
* doc: update cipher documentation to include the new init functions with paramsPauli2021-03-111-33/+63
* doc: update digest documentation to include the new init functions with paramsPauli2021-03-111-12/+27
* doc: document param argument to RSA callsPauli2021-03-112-4/+6
* doc: document param argument to cipher init callsPauli2021-03-112-8/+23
* doc: update PKEY documentation to include the new init functions with paramsPauli2021-03-117-18/+52
* Update copyright yearMatt Caswell2021-03-1128-28/+28
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-101-0/+61
* Fix formatting error of HISTORY section in some manual pages.Tomas Mraz2021-03-105-5/+5
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-101-20/+23
* Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell2021-03-101-0/+2
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-091-3/+6
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-4/+18
* Document the change in behaviour of the the low level key getters/settersMatt Caswell2021-03-081-4/+19
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-081-34/+63
* OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb2021-03-061-26/+39
* DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte2021-03-041-1/+5
* doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli2021-03-031-1/+6
* Remove RSA SSLv23 padding modeRich Salz2021-03-013-17/+1
* Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb2021-03-011-12/+22
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-012-38/+92
* evp: add params argument to EVP_RAND_instantiate()Pauli2021-02-281-7/+9
* evp: add param argument to KDF derive callPauli2021-02-281-7/+10
* doc: note the additional parameters to EVP_MAC_init()Pauli2021-02-281-11/+10
* changes to match the updated context gettable/settable calls for ciphersPauli2021-02-261-8/+31
* doc: changes to match the updated context gettable/settable calls for MACsPauli2021-02-261-6/+23
* doc: changes to match the updated context gettable/settable callsPauli2021-02-261-8/+25
* doc: note changes to rand gettable/settable provider callPauli2021-02-261-6/+23
* doc: note changes to digest gettable/settable provider callsPauli2021-02-261-14/+29
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-2414-41/+85
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-2/+9
* rand: note that locking needs to be explicitly enabled.Pauli2021-02-241-0/+6
* Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz2021-02-241-2/+11
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-4/+5
* RAND_METHOD deprecation: documentationPauli2021-02-233-3/+76
* EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte2021-02-231-1/+7
* Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell2021-02-221-0/+38
* Document the OSSL_PARAM_DEFN macroMatt Caswell2021-02-221-14/+23
* Add documentation for the macro OPENSSL_VERSION_PREREQMatt Caswell2021-02-221-4/+12