aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add fips self tests for all included kdfShane Lontis2020-12-111-0/+12
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-2/+6
* openssl-ca.pod.in: Clarify the -extensions/-crlexts options vs. x509_extensio...Dr. David von Oheimb2020-12-101-6/+6
* x509v3_config.pod: Clarify semantics of subjectKeyIdentifier and authorityKey...Dr. David von Oheimb2020-12-101-14/+20
* Fix typo in OPENSSL_malloc.podNan Xiao2020-12-091-1/+1
* rand: add a provider side seed source.Pauli2020-12-092-0/+97
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-0/+46
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-7/+11
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-072-12/+16
* Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separatorShane Lontis2020-12-071-2/+6
* openssl.pod: Carve out Trusted Certificate, Pass Phrase, Name Format, and For...Ankita Shetty2020-12-0539-428/+531
* openssl.pod: Move verification doc to new doc/man1/openssl-verification-optio...David von Oheimb2020-12-055-355/+404
* PEM: Add a more generic way to implement PEM _ex functions for libctxRichard Levitte2020-12-051-11/+28
* DSA: Make DSA_bits() and DSA_size() check that there are key parametersRichard Levitte2020-12-051-8/+11
* x509_vfy.c: Restore rejection of expired trusted (root) certificateDr. David von Oheimb2020-12-032-8/+7
* apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. David von Oheimb2020-12-031-154/+174
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-0220-87/+131
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-0/+5
* ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-2/+2
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-026-126/+197
* apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb2020-12-011-3/+4
* ERR: Drop or deprecate dangerous or overly confusing functionsRichard Levitte2020-11-281-47/+51
* Remove d2i_DHparams.pod and move documentation to d2i_RSAPrivateKey.podMatt Caswell2020-11-272-44/+8
* Documentation improvements for EVP_DigestInit_ex and related functionsTomas Mraz2020-11-261-3/+8
* DOC: Add note on how to terminate an OSSL_PARAM arrayRichard Levitte2020-11-261-2/+12
* Undeprecate the -dsaparam option in the dhparam appMatt Caswell2020-11-241-3/+1
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-205-6/+108
* apps/pkcs12: Clean up the order in which many options are presentedDr. David von Oheimb2020-11-191-2/+3
* Minor improvements of doc for ca and x509 appDr. David von Oheimb2020-11-191-6/+6
* apps/ca: Minor code and doc cleanupDavid von Oheimb2020-11-191-1/+1
* Deprecate RSA harderRichard Levitte2020-11-182-23/+250
* DOC: Fix example in OSSL_PARAM_int.podRichard Levitte2020-11-181-3/+3
* Swap to FIPS186-2 DSA generation outside of the FIPS moduleMatt Caswell2020-11-181-3/+4
* Swap to DH_PARAMGEN_TYPE_GENERATOR as the default outside of the FIPS moduleMatt Caswell2020-11-181-2/+5
* Document some SSL DH related functions/macrosMatt Caswell2020-11-181-74/+68
* DOC: Rewrite the section on reporting errors in doc/man3/ERR_put_error.podRichard Levitte2020-11-181-20/+85
* DOC: Fixup the description of the -x509_strict optionRichard Levitte2020-11-161-16/+48
* Add documentation for EVP_PKEY2PKCS8/EVP_PKCS82PKEYShane Lontis2020-11-161-0/+47
* Fixup EVP-MAC-KMAC documentationShane Lontis2020-11-161-3/+70
* Document the provider KDF API.Pauli2020-11-161-0/+329
* Remove -C option from x509 commandRich Salz2020-11-131-5/+2
* Remove -C from dhparam,dsaparam,ecparamRich Salz2020-11-133-18/+6
* apps/passwd: remove the -crypt option.Pauli2020-11-121-12/+7
* Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2020-11-111-4/+11
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-0/+38
* ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2020-11-111-3/+5
* ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2020-11-111-3/+12
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-112-22/+59
* CORE: Add support for specifying the outermost object structureRichard Levitte2020-11-111-0/+5
* DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte2020-11-111-5/+23