summaryrefslogtreecommitdiffstats
path: root/doc/apps/req.pod
AgeCommit message (Collapse)Author
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
All instances of SSLeay (any combination of case) were replaced with the case-equivalent OpenSSL. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-08-31Remove asn1-kludge option.Dr. Stephen Henson
Remove asn1-kludge option from the req utility. It was a decade old workaround for CAs and software which required an invalid encoding of PKCS#10 certificate requests: omitting the attributes field even though it is not OPTIONAL. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-08-27Various doc fixes.Rich Salz
Make all mention of digest algorithm use "any supported algorithm" RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>: X509_LOOKUP_hash_dir.pod X509_check_ca.pod X509_check_issued.pod RT 1600: Remove references to non-existant objects(3) Add RETURN VALUES to BIO_do_accept page. RT1818: RSA_sign Can return values other than 0 on failure. RT3634: Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>) RT3678: Some clarifications to BIO_new_pair (Devchandra L Meetei <dlmeetei@gmail.com>) RT3787: Fix some EVP_ function return values (Laetitia Baudoin <lbaudoin@google.com>) Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-08-26GH correct organizationalUnitNameViktor Dukhovni
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-08-21Fix L<> content in manpagesRich Salz
L<foo|foo> is sub-optimal If the xref is the same as the title, which is what we do, then you only need L<foo>. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-07-31Various doc fixes from GH pull requestsRich Salz
Thanks folks: 348 Benjamin Kaduk 317 Christian Brueffer 254 Erik Tews 253 Erik Tews 219 Carl Mehner 155 (ghost) 95 mancha 51 DominikNeubauer Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2015-05-03Fixes some typos in doc/apps/Alok Menghrajani
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-08-31RT3511: doc fix; req default serial is randomAdam Williamson
RT842, closed back in 2004, changed the default serial number to be a random number rather than zero. Finally time to update the doc Reviewed-by: Tim Hudson <tjh@openssl.org>
2014-08-12RT2609: Typo in EXAMPLE section of req.podNick Urbanik
The x509_extensions should be req_extensions in the config example in req.pod Reviewed-by: tjh@cryptsoft.com
2014-02-14Fix various spelling errorsScott Schaefer
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson
2006-11-07Add documentetion for noCheck extension and add a few cross references toDr. Stephen Henson
the extension documentation.
2006-07-08Docs for new utilities.Dr. Stephen Henson
2005-07-15add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.podNils Larsch
PR: 1158 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
2003-01-30Document -engine where missing.Richard Levitte
PR: 424
2003-01-10Typos corrected.Richard Levitte
PR: 445
2002-11-09TypoDr. Stephen Henson
2002-04-30Fix escaping when using the -subj option of "openssl req", documentLutz Jänicke
'hidden' -nameopt support. (Robert Joop <joop@fokus.gmd.de>)
2001-12-01Add -pubkey option to req command.Dr. Stephen Henson
2001-10-26New options to allow req to accept UTF8 strings as input.Dr. Stephen Henson
2001-09-07ispellUlf Möller
2001-03-09Update docs.Dr. Stephen Henson
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller
sets the subject name for a new request or supersedes the subject name in a given request. Add options '-batch' and '-verbose' to 'openssl req'. Submitted by: Massimiliano Pala <madwolf@hackmasters.net> Reviewed by: Bodo Moeller
2000-06-22Document the change in req.Richard Levitte
2000-05-30You must have an empty line between =item'sRichard Levitte
2000-02-24EGD socket info.Ulf Möller
2000-02-18New functions and option to use NEW in certificate requests.Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-27Update all links so they will be rendered better.Richard Levitte
2000-01-21Change the 'man' directory to 'apps'. Yes I wish cvsDr. Stephen Henson
could rename too :-(