summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
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
2021-02-17[doc/man3] Fix typo in DESCRIPTION of OSSL_ENCODER_propertiesNicola Tuveri
2021-02-17doc: document the two new RAND functionsPauli
2021-02-15Document the newly added function EVP_PKEY_param_check_quick()Matt Caswell
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-15Add docs for ASN1_item_sign and ASN1_item_verify functionsShane Lontis
2021-02-12DOCS: Update the internal documentation on EVP_PKEY.Richard Levitte
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-11Match description with actual output of dgstKOBAYASHI Ittoku
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 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-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-07Fix race condition & allow operation cache to grow.Pauli
2021-02-06Add X509_STORE_CTX_verify(), which takes the first untrusted cert as default ...Dr. David von Oheimb
2021-02-05Makefile template: Allow separate generation of .pod.in -> .podRichard Levitte