summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07gettables: documentation changes to pass the provider context.Pauli
2020-08-07Add new APIs to get PKCS12 secretBag OID and valueJon Spillett
2020-08-06apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad
2020-08-06Update copyright yearMatt Caswell
2020-08-04openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb
2020-08-04Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis
2020-08-01DESERIALIZER: Refactor the constructor setting APIRichard Levitte
2020-08-01DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte
2020-08-01DESERIALIZER: Rethink password handlingRichard Levitte
2020-07-30Add OSSL_CMP_MSG_write(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb
2020-07-30apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli
2020-07-30Export crm_new() of cmp_msg.c under the name OSSL_CMP_CTX_setup_CRM()Dr. David von Oheimb
2020-07-30Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb
2020-07-28Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb
2020-07-24Update EVP_EncodeInit.podRead Hughes
2020-07-24SERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set_passphrase_cb()Richard Levitte
2020-07-24SERIALIZER: Add functions to deserialize into an EVP_PKEYRichard Levitte
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-24KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-23Test RSA oaep in fips modeShane Lontis
2020-07-22document the deprecation of the '-public-key-methods' option to listPauli
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-22Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann
2020-07-21Avoid errors with a priori inapplicable protocol boundsViktor Dukhovni
2020-07-21DOC: Fix SSL_CTX_set_cert_cb.pod and SSL_CTX_set_client_cert_cb.podRichard Levitte
2020-07-21Add ERR_raise() errors to fips OSSL_provider_init and self tests.Shane Lontis
2020-07-20man3: Drop warning about using security levels higher than 1.Dimitri John Ledkov
2020-07-19Added missing ';' after methods in the synopsis section of pod filesShane Lontis
2020-07-17doc: Fix documentation of EVP_EncryptUpdate().Pauli
2020-07-16x509_vfy.c: Improve key usage checks in internal_verify() of cert chainsDr. David von Oheimb
2020-07-16Update copyright yearRichard Levitte
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-16doc: remove unused engine tracing optionPauli
2020-07-16Document that ENGINE_add_conf_module() was deprecated.Pauli
2020-07-16Document that exdata for ENGINES is deprecated.Pauli
2020-07-16Document that the ENGINE_[sg]_ex_data() calls are reprecated.Pauli
2020-07-16RAND: document that the ENGINE RAND override is deprecated.Pauli
2020-07-16ENGINESDIR: document that this configuration is deprecated.Pauli
2020-07-16doc: document that the engine initialisation options are deprecated.Pauli
2020-07-16doc: deprecate ENGINE documentationPauli
2020-07-16apps: document the deprecation of the -engine optionPauli
2020-07-16engine: document the engine app as deprecatedPauli
2020-07-16apps/list: deprecate engine supportPauli
2020-07-16Add SSL_get[01]_peer_certificate()Todd Short