summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-01-14Enhance default provider documentationMichael Baentsch
2021-01-14Enable locking on the primary DRBG when we create itMatt Caswell
2021-01-14Document the core_thread_start upcallMatt Caswell
2021-01-14find_issuer(): When returning an expired issuer, take the most recently expir...Dr. David von Oheimb
2021-01-14Make the OSSL_CMP manual conform with man-pages(7)Richard Levitte
2021-01-13Make header references conform with man-pages(7) in all manualsRichard Levitte
2021-01-13Make the OSSL_trace manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PROVIDER manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_HTTP manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_SELF_TEST manual conform with man-pages(7)Richard Levitte
2021-01-13Make the OSSL_PARAM manual conform with man-pages(7)Richard Levitte
2021-01-13x509v3.h.in: Deprecate CTX_TEST and replace it by X509V3_CTX_TESTDr. David von Oheimb
2021-01-13apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb
2021-01-13apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb
2021-01-13apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb
2021-01-13apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2021-01-12Remove duplicate GENERATE declarations for .pod filesRichard Levitte
2021-01-11apps/pkey.c: Forther improve user guidance, also on non-sensical option combi...Dr. David von Oheimb
2021-01-11apps/pkey.c: Re-order help output and option documentationDr. David von Oheimb
2021-01-11apps/pkey.c: Make clear that -passout is not supported for DER outputDr. David von Oheimb
2021-01-09doc/man7/provider.pod: updates providers to use EVP_MD_free() and EVP_CIPHER_...Sahana Prasad
2021-01-09replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire
2021-01-08Adding TLS group name retrievalMichael Baentsch
2021-01-08[crypto/dh] side channel hardening for computing DH shared keysBilly Brumley
2021-01-07Fix set_ciphersuites ignore unknown ciphers.Otto Hollmann
2021-01-07Update copyright yearMatt Caswell
2021-01-05Updated SSL_CTX_new docbazmoz
2021-01-05EVP_SIGNATURE-ED25519.pod: fix typo in algo nameEtienne Millon
2020-12-31Add documentation for CRYPTO_atomic_or and CRYPTO_atomic_loadMatt Caswell
2020-12-23Fix doc-nits for list commandDmitry Belyavskiy
2020-12-17dsa: documentation deprecation changesPauli
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-12-15Document OCSP_REQ_CTX_i2d.Rich Salz
2020-12-15Deprecate OCSP_REQ_CTX_set1_reqRich Salz
2020-12-15Documenting the options deprecatingDmitry Belyavskiy
2020-12-14Fix Segfault in EVP_PKEY_CTX_dup when the ctx has an undefined operation.Shane Lontis
2020-12-13openssl.pod: Fix openSSL options docAnkita Shetty
2020-12-13DOCS: Improve documentation of the EVP_PKEY typeRichard Levitte
2020-12-11DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarationsRichard Levitte
2020-12-11Fix some typos in EVP_PKEY-DH.podMatt Caswell
2020-12-11Add fips self tests for all included kdfShane Lontis
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio...Dr. David von Oheimb
2020-12-10x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey...Dr. David von Oheimb