aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update CMP header file references in internal CMP documentationDr. David von Oheimb2020-08-212-2/+2
* Re-word null->empty property; improve iteration.count example in property.podDr. David von Oheimb2020-08-211-4/+4
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-204-7/+10
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-209-26/+44
* 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
* Apps: change provider_path option to provider-path.Pauli2020-08-183-4/+4
* provider: disable fall-backs if OSSL_PROVIDER_load() fails.Pauli2020-08-141-3/+10
* Move PKCS#12 KDF to provider.Pauli2020-08-142-0/+88
* 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-122-19/+67
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-124-14/+52
* Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072Shane Lontis2020-08-121-0/+3
* Document EVP_CIPHER_CTX IV accessorsBenjamin Kaduk2020-08-111-0/+66
* Support cipher provider "iv state"Benjamin Kaduk2020-08-111-1/+8
* 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-092-3/+22
* 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-095-20/+66
* Add libctx support to CMS.Shane Lontis2020-08-096-40/+109
* rand_drbg: remove RAND_DRBG.Pauli2020-08-0716-761/+161
* gettables: documentation changes to pass the provider context.Pauli2020-08-079-21/+21
* Add new APIs to get PKCS12 secretBag OID and valueJon Spillett2020-08-075-0/+336
* apps/pkcs12: Change defaults from RC2 to PBES2 with PBKDF2Sahana Prasad2020-08-061-2/+22
* Update copyright yearMatt Caswell2020-08-0658-58/+58
* openssl-cmp.pod.in: Update and extend example using Insta Demo CADr. David von Oheimb2020-08-041-0/+6
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-1/+11
* 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-302-5/+7
* apps/cmp.c: Improve documentation of -recipient optionDr. David von Oheimb2020-07-301-1/+2
* deserialisation: add deserialisation to the base providerPauli2020-07-301-0/+10
* serialisation: Add a built-in base provider.Pauli2020-07-304-4/+115
* 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-307-28/+45
* Deprecate -nodes in favor of -noenc in pkcs12 and req appDr. David von Oheimb2020-07-282-4/+16
* 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
* KEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()Richard Levitte2020-07-241-6/+17
* Add X509 related libctx changes.Shane Lontis2020-07-2415-151/+298
* Test RSA oaep in fips modeShane Lontis2020-07-233-9/+22