aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3
Commit message (Expand)AuthorAgeFilesLines
* PEM: Add more library context aware PEM readersRichard Levitte2020-08-201-5/+15
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-17/+26
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-4/+12
* PKCS12_parse(): Clean up code and correct documentationDr. David von Oheimb2020-08-191-4/+8
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-3/+10
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-121-3/+14
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-0/+64
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-123-6/+48
* Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+66
* Add DHX serializationShane Lontis2020-08-111-60/+57
* Add dh_kdf support to providerShane Lontis2020-08-111-11/+16
* Update KDF documentationMatt Caswell2020-08-104-10/+20
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-3/+11
* Add some of the missing CMS API documentationShane Lontis2020-08-096-0/+386
* Add EVP signature with libctx methods.Shane Lontis2020-08-094-62/+93
* Add libctx support to PKCS7.Shane Lontis2020-08-094-20/+63
* Add libctx support to CMS.Shane Lontis2020-08-095-40/+106
* rand_drbg: remove RAND_DRBG.Pauli2020-08-0712-670/+88
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-075-0/+336
* Update copyright yearMatt Caswell2020-08-0656-56/+56
* DESERIALIZER: Refactor the constructor setting APIRichard Levitte2020-08-011-54/+81
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-12/+43
* DESERIALIZER: Rethink password handlingRichard Levitte2020-08-011-26/+20
* Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-2/+8
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-0/+7
* Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb2020-07-301-0/+13
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-304-18/+35
* Update EVP_EncodeInit.podRead Hughes2020-07-241-2/+2
* SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte2020-07-241-1/+1
* SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte2020-07-241-0/+117
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-243-0/+473
* Add X509 related libctx changes.Shane Lontis2020-07-2414-150/+296
* EVP: deprecate the EVP_X_meth_ functions.Pauli2020-07-224-0/+40
* Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann2020-07-2244-73/+73
* Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni2020-07-211-8/+21
* DOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client_cert_cb.podRichard Levitte2020-07-212-18/+15
* man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov2020-07-201-6/+0
* Added missing ';' after methods in the synopsis section of pod filesShane Lontis2020-07-1939-116/+116
* doc: Fix documentation of EVP_EncryptUpdate().Pauli2020-07-171-4/+9
* x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb2020-07-161-6/+8
* Update copyright yearRichard Levitte2020-07-1638-38/+38
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-20/+20
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-164-32/+32
* doc: remove unused engine tracing optionPauli2020-07-161-4/+0
* Document that ENGINE_add_conf_module() was deprecated.Pauli2020-07-161-0/+4
* Document that exdata for ENGINES is deprecated.Pauli2020-07-161-0/+3
* Document that the ENGINE_[sg]_ex_data() calls are reprecated.Pauli2020-07-161-0/+5
* RAND: document that the ENGINE RAND override is deprecated.Pauli2020-07-161-1/+7
* ENGINESDIR: document that this configuration is deprecated.Pauli2020-07-161-1/+2
* doc: document that the engine initialisation options are deprecated.Pauli2020-07-161-8/+16