summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2021-03-03doc: add a note to the RAND_get0_ calls indicating how to set the DRBG type.Pauli
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-28evp: add params argument to EVP_RAND_instantiate()Pauli
2021-02-28evp: add param argument to KDF derive callPauli
2021-02-28doc: note the additional parameters to EVP_MAC_init()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-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-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-19doc: remove notes section in OSSL_ENCODER.podPauli
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-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
2021-02-17[doc/man3] Fix typo in DESCRIPTION of OSSL_ENCODER_propertiesNicola Tuveri
2021-02-15Document the newly added function EVP_PKEY_param_check_quick()Matt Caswell
2021-02-15Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis
2021-02-12Update documentation following deprecation of SRPMatt Caswell
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-02-10Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko
2021-02-10Replace provider digest flags with separate param fieldsShane Lontis
2021-02-10Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.Shane Lontis
2021-02-09x509_vfy.c: Sort out return values 0 vs. -1 (failure/internal error)Dr. David von Oheimb
2021-02-09x509_vfy: Clarify relevance of ctx->error also on successful verificationDr. David von Oheimb
2021-02-09x509_vfy.c: Fix various coding style and documentation style nitsDr. David von Oheimb
2021-02-09CHANGES.md: Mention RSA key generation slowdown related changesTomas Mraz
2021-02-09Deprecate BN_pseudo_rand() and BN_pseudo_rand_range()Tomas Mraz
2021-02-09Enhanced integer parsing in OSSL_PARAM_allocate_from_textPetr Gotthard
2021-02-08Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
2021-02-05EVP: Adapt EVP_PKEY_{set1,get1}_encoded_public_key()Richard Levitte
2021-02-05EVP: Modify the checks in EVP_PKEY_{set,get}_xxx_param() functionsRichard Levitte
2021-02-05EVP: Adapt the other EVP_PKEY_set_xxx_param() functionsRichard Levitte
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb