aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix PKCS#12 key generation bug.Dr. Stephen Henson2001-03-181-0/+20
|
* Add copy_extensions option to 'ca' utility.Dr. Stephen Henson2001-03-161-4/+39
|
* Add 'align' option to nameopt.Dr. Stephen Henson2001-03-152-13/+46
| | | | | | | Add default values for display by the 'ca' utility to openssl.cnf Update docs.
* Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-1/+81
| | | | | | | Add no_issuer option. Fix X509_print_ex() so it prints out newlines when certain fields are omitted.
* Document the change.Richard Levitte2001-03-101-0/+9
|
* Update docs.Dr. Stephen Henson2001-03-093-22/+111
|
* New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-052-0/+22
| | | | | | | | | | 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
* Typo, spotted by "Greg Stark" <gstark@ethentica.com>.Lutz Jänicke2001-03-011-1/+1
|
* Add "-rand" option to s_client and s_server.Lutz Jänicke2001-02-152-0/+18
|
* Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-141-4/+12
| | | | | | Add -nopad option to enc command. Update docs.
* Update ocsp utility documentation.Dr. Stephen Henson2001-01-201-8/+57
|
* link to the new manpage.Ulf Möller2001-01-152-1/+8
|
* New '-extfile' option for 'openssl ca'.Bodo Möller2001-01-151-3/+11
| | | | | | This allows keeping extensions in a separate configuration file. Submitted by: Massimiliano Pala <madwolf@comune.modena.it>
* Preliminary ocsp utility documentation.Dr. Stephen Henson2001-01-141-0/+136
| | | | Fix ocsp usage message.
* New -newreq-nodes option to CA.pl.Bodo Möller2001-01-111-0/+5
| | | | Submitted by: Damien Miller <djm@mindrot.org>
* Add a pointer to digest options in the description of -fingerprint.Bodo Möller2001-01-101-1/+2
|
* Improve usability of 'openssl passwd' by includingBodo Möller2000-11-171-1/+7
| | | | password verification where it makes sense.
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-263-0/+28
| | | | At the same time, add VMS support for Rijndael.
* s_server not s_clientUlf Möller2000-10-231-1/+1
|
* Only use the new informational verify codes if weDr. Stephen Henson2000-09-221-1/+1
| | | | | | specifically ask for them. Fix typo in docs.
* Change spelling back to "behaviour" and "flavour" instead of theBodo Möller2000-09-161-1/+1
| | | | American variants.
* Update verify docs.Dr. Stephen Henson2000-09-081-3/+58
| | | | New option to verify program to print out diagnostics.
* Two new PKCS#12 demo programs.Dr. Stephen Henson2000-09-071-0/+6
| | | | | | Update PKCS12_parse(). Make the keyid in certificate aux info more usable.
* Add OAEP. Seed the PRNG.Bodo Möller2000-09-061-4/+6
|
* Add rsautl.Bodo Möller2000-09-061-1/+6
|
* Fix typo in rsautl.Dr. Stephen Henson2000-09-051-0/+181
| | | | | | Add support for settable verify time in X509_verify_cert(). Document rsautl utility.
* Include MD4 in documentation.Bodo Möller2000-09-041-3/+3
|
* Add 'rsautl' low level RSA utility.Dr. Stephen Henson2000-09-032-4/+64
| | | | | | | | Add DER public key routines. Add -passin argument to 'ca' utility. Document sign and verify options to dgst.
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-243-4/+15
| | | | | | | | | | | | | This allows intermediate CAs to be created more easily. PKCS12_create() now checks private key matches certificate. Fix typo in x509 app. Update docs. New function ASN1_STRING_to_UTF8() converts any ASN1_STRING type to UTF8.
* Correct the title. This also fooled the automatic documentation builderRichard Levitte2000-08-151-1/+1
| | | | that this was actually the pkcs7 document...
* Update 'openssl passwd' documentation on selection of algorithms.Bodo Möller2000-07-311-3/+10
|
* Document the new DN printing options.Dr. Stephen Henson2000-07-302-6/+159
| | | | | | Change a few names to be more meaningful. Fix typos in CA.pl docs.
* Make req seed the PRNG if signing withDr. Stephen Henson2000-07-121-1/+46
| | | | | | an already existing DSA key. Document the new smime options.
* Document the change in req.Richard Levitte2000-06-221-0/+9
|
* Add support for the modified SGC key format used in IIS.Dr. Stephen Henson2000-06-151-3/+28
|
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-0/+9
| | | | | | | to support multiple calls. New function to retrieve email address from certificates and requests.
* typoBodo Möller2000-05-311-1/+1
|
* dh and gendh have been obsoleted by dhparam.Bodo Möller2000-05-311-3/+9
|
* You must have an empty line between =item'sRichard Levitte2000-05-301-0/+1
|
* Minor corrections to documentation.Geoff Thorpe2000-05-291-1/+1
| | | | | | * speed processes any/all options passed to it, not just one. * DH and DSA have no "_get_method()" functions, only RSA does. * typos.
* OpenVMS, not OpenVSM...Richard Levitte2000-04-127-7/+7
|
* Clarifications.Bodo Möller2000-04-061-2/+6
|
* Update docs.Dr. Stephen Henson2000-03-251-0/+29
|
* Update docs and remove old PKCS#7 README file.Dr. Stephen Henson2000-03-231-3/+4
|
* Document pseudo-commands.Bodo Möller2000-03-201-2/+25
|
* add =cutUlf Möller2000-03-182-1/+4
|
* Add the possibility (with -ign_eof) to ignore end of file on input butRichard Levitte2000-03-101-4/+12
| | | | | still not be quiet. Also make it clear that -quiet implicitely means -ign_eof as well.
* New '-dsaparam' option for 'openssl dhparam', and related fixes.Bodo Möller2000-03-032-12/+30
|
* 'rand'/'-rand' documentation.Bodo Möller2000-03-012-1/+9
|
* Document the 'rand' application.Bodo Möller2000-03-011-0/+46
|