summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
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
2021-02-23make updateRichard Levitte
2021-02-23Generate doc/build.info with 'make update' rather than on the flyRichard Levitte
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-23RAND_METHOD deprecation: documentationPauli
2021-02-23EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte
2021-02-22Note that the OSSL_CORE_MAKE_FUNC macro is reservedMatt Caswell
2021-02-22Document the OSSL_PARAM_DEFN macroMatt Caswell
2021-02-22Add documentation for the macro OPENSSL_VERSION_PREREQMatt Caswell
2021-02-22Document OPENSSL_LH_flush()Matt Caswell
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-19CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb
2021-02-19doc: remove notes section in OSSL_ENCODER.podPauli
2021-02-18rfc2606 compliant example domains for x509v3_config.podGeorg Höllrigl
2021-02-18Various improvements of doc/man5/x509v3_config.podgeorg-x
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2021-02-18Update copyright yearMatt Caswell
2021-02-18DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad
2021-02-17apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17[doc/man3][OSSL_ENCODER] Move NOTES to the bottomNicola Tuveri