summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
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
2020-12-09Fix typo in OPENSSL_malloc.podNan Xiao
2020-12-09rand: add a provider side seed source.Pauli
2020-12-08EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte
2020-12-08EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-12-07Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis
2020-12-05openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and For...Ankita Shetty
2020-12-05openssl.pod: Move verification doc to new doc/man1/openssl-verification-optio...David von Oheimb
2020-12-05PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte
2020-12-05DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte
2020-12-03x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb
2020-12-03apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. David von Oheimb
2020-12-02APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte
2020-12-02openssl dgst: add option to specify output length for XOFDaiki Ueno
2020-12-02ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-01apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb
2020-11-28ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte
2020-11-27Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell
2020-11-26Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz
2020-11-26DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte
2020-11-24Undeprecate the -dsaparam option in the dhparam appMatt Caswell
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-19apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb
2020-11-19Minor improvements of doc for ca and x509 appDr. David von Oheimb
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-18DOC: Fix example in OSSL_PARAM_int.podRichard Levitte
2020-11-18Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell
2020-11-18Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell
2020-11-18Document some SSL DH related functions/macrosMatt Caswell