summaryrefslogtreecommitdiffstats
path: root/doc/man7
AgeCommit message (Expand)Author
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17EVP_KDF-KB man page: fixup ABI/API changeArthur Gautier
2021-03-17doc: remove TODOs about redesigning the AEAD APIPauli
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-12doc: note that get_params and set_params calls should return true if the para...Pauli
2021-03-12doc: document the additional params argument to the various init() callsPauli
2021-03-12doc: add params argument to key manager's gen_init callPauli
2021-03-11Update copyright yearMatt Caswell
2021-03-11core: add up_ref callback for OSSL_CORE_BIOPauli
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-09EVP_KDF-KB man page: Fix typo in the example codeArthur Gautier
2021-03-09Reword repeated words.Shane Lontis
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell
2021-03-03DOCS: Fix provider-mac.pod and the docs of our implementationsRichard Levitte
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-02-28doc: update documenation with params argument on DRBG instantiate callsPauli
2021-02-28doc: document additional argument to KDF derive callsPauli
2021-02-28core: add param argument to KDF derive callPauli
2021-02-28doc: update provider-mac documentation to account for the additional init() a...Pauli
2021-02-28doc: update KMAC doc to not say that the `KEY\' parameter needs to be set bef...Pauli
2021-02-28siphash: Add the C and D round parameters for SipHash.Pauli
2021-02-26changes to match the updated context gettable/settable calls for ciphersPauli
2021-02-26doc: changes to match the updated context gettable/settable calls for MACsPauli
2021-02-26doc: changes to match the updated context gettable/settable callsPauli
2021-02-26doc: note changes to rand gettable/settable provider callPauli
2021-02-26doc: note changes to digest gettable/settable provider callsPauli
2021-02-24Allow the sshkdf type to be passed as a single characterRichard Levitte
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz
2021-02-23RAND_METHOD deprecation: documentationPauli
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-17doc: document the two new RAND functionsPauli
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis
2021-02-10Change the ASN1 variant of x942kdf so that it can test acvp data.Shane Lontis
2021-02-05provider-signature.pod: Fix formatting.Tomas Mraz
2021-01-28Fix parameter types in sshkdfJuergen Christ
2021-01-28Update copyright yearRichard Levitte
2021-01-26Clean away unnecessary length related OSSL_PARAM key namesRichard Levitte
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-15Document openssl thread-safetyRich Salz
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Document the core_thread_start upcallMatt Caswell
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb