summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-03-12doc: update PKEY documentation to include the new init functions with paramsPauli
2021-03-12doc: add params argument to key manager's gen_init callPauli
2021-03-11openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb
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-10Fix formatting error of HISTORY section in some manual pages.Tomas Mraz
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-10Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09EVP_KDF-KB man page: Fix typo in the example codeArthur Gautier
2021-03-09Reword repeated words.Shane Lontis
2021-03-09apps/pkcs12: Properly detect MAC setup failureTomas Mraz
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-03-06apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb
2021-03-06OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb
2021-03-04DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte
2021-03-03build.info: Add the possibility to add dependencies on raw targetsRichard Levitte
2021-03-03DOCS: Fix provider-mac.pod and the docs of our implementationsRichard Levitte
2021-03-03doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli
2021-03-03EVP_PKEY_CTX_get/settable_params: pass provider operation contextTomas Mraz
2021-03-03Resolve TODOs in signature implementations.Tomas Mraz
2021-03-02openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb
2021-03-01make updateRichard Levitte
2021-03-01Remove RSA SSLv23 padding modeRich Salz
2021-03-01Generalize schmeme parsing of OSSL_HTTP_parse_url() to OSSL_parse_url()Dr. David von Oheimb
2021-03-01OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb
2021-02-28doc: update documenation with params argument on DRBG instantiate callsPauli
2021-02-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28doc: document additional argument to KDF derive callsPauli
2021-02-28evp: add param argument to KDF derive callPauli
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-28doc: note the additional parameters to EVP_MAC_init()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-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
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-24rand: note that locking needs to be explicitly enabled.Pauli
2021-02-24Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm()Tomas Mraz
2021-02-23make updateRichard Levitte