summaryrefslogtreecommitdiff
path: root/doc/man1
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-05-0610-10/+10
* Document the behavior of the -inform and related optionsTomas Mraz2021-05-0620-112/+72
* try to document changes in salt handling for the 'enc' commandEasySec2021-05-061-3/+7
* Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk2021-05-052-1/+1
* Note that dhparam does support X9.42Rich Salz2021-05-051-10/+6
* HTTP client: Correct the use of optional proxy URL and its documentationDr. David von Oheimb2021-05-041-17/+19
* man: s_server: fix text repetition in -alpn descriptionHubert Kario2021-05-011-1/+1
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-31/+155
* Documentation fix for openssl-verify certificatesKlaas van Schelven2021-04-261-5/+5
* APPS: Improve diagnostics for string options and options expecting int >= 0Dr. David von Oheimb2021-04-241-1/+1
* PKCS12 etc.: Add hints on using -legacy and -provider-path optionsDr. David von Oheimb2021-04-192-0/+12
* apps/cmp: Add generic random state options, e.g., for nonce generationDr. David von Oheimb2021-04-141-0/+12
* openssl-cmp.pod.in: Fix missing provider options descriptionDr. David von Oheimb2021-04-141-2/+10
* doc: Fix formattingJakub Wilk2021-04-141-1/+1
* Update copyright yearMatt Caswell2021-04-084-4/+4
* doc: fix enc -z option documentationMohamed Akram2021-03-301-2/+2
* Make fipsinstall -out flag optionalRich Salz2021-03-241-2/+2
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-182-16/+21
* apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb2021-03-131-2/+5
* TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb2021-03-131-5/+5
* openssl-cmp.pod.in and apps/cmp.c: Various minor do improvementsDr. David von Oheimb2021-03-111-56/+53
* Update copyright yearMatt Caswell2021-03-114-4/+4
* apps/pkcs12: Properly detect MAC setup failureTomas Mraz2021-03-091-2/+4
* apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb2021-03-061-10/+18
* openssl-cmp.pod.in: replace the term 'verify' by the more correct 'validate'Dr. David von Oheimb2021-03-021-20/+32
* Remove RSA SSLv23 padding modeRich Salz2021-03-012-9/+3
* OSSL_HTTP_parse_url(): Handle any userinfo, query, and fragment componentsDr. David von Oheimb2021-03-013-6/+14
* CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb2021-02-191-8/+8
* Update copyright yearMatt Caswell2021-02-184-4/+4
* apps/cmp.c: Improve initialization of ext_ctx structure w.r.t. CSRDr. David von Oheimb2021-02-171-0/+2
* Update documentation following deprecation of SRPMatt Caswell2021-02-124-10/+12
* Match description with actual output of dgstKOBAYASHI Ittoku2021-02-111-1/+1
* DOCS: Remove the "global" dependency on writing .pod files from .pod.inRichard Levitte2021-02-051-58/+3
* apps/openssl: add -propquery command line optionPetr Gotthard2021-02-051-0/+20
* openssl.pod: Add documentation for using the loader_attic engineDr. David von Oheimb2021-02-041-0/+6
* Update copyright yearRichard Levitte2021-01-2810-10/+10
* ec: Document that -conv_form and -no_public are not supported with engineTomas Mraz2021-01-261-0/+3
* CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb2021-01-211-49/+56
* Fix typo in crl2pkcs documentationTim Hitchins2021-01-211-1/+1
* apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb2021-01-201-12/+18
* apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb2021-01-201-17/+24
* apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb2021-01-201-316/+340
* apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb2021-01-201-1/+4
* DOCS: Fix the last few remaining pass phrase options referencesRichard Levitte2021-01-192-13/+13
* find_issuer(): When returning an expired issuer, take the most recently expir...Dr. David von Oheimb2021-01-141-0/+2
* apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb2021-01-131-1/+1
* apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb2021-01-131-6/+8
* apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. David von Oheimb2021-01-131-0/+13
* apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb2021-01-131-2/+3
* apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb2021-01-132-49/+81