summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2003-05-18Fix docs.Dr. Stephen Henson
2003-04-04Add documentation on the added functionality in 'openssl ca'.Richard Levitte
2003-04-03Implement self-signing in 'openssl ca'. This makes it easier to haveRichard Levitte
the CA certificate part of the CA database, and combined with 'unique_subject=no', it should make operations like CA certificate roll-over easier.
2003-04-03It's recommended to use req rather than x509 to create self-signed certificatesRichard Levitte
2003-04-03Typo correctionRichard Levitte
2003-03-31Update from stable branch.Dr. Stephen Henson
2003-03-27Add warning about unwanted side effect when calling SSL_CTX_free():Lutz Jänicke
sessions in the external session cache might be removed. Submitted by: "Nadav Har'El" <nyh@math.technion.ac.il> PR: 547
2003-03-26Update ocsp usage message and docs.Dr. Stephen Henson
2003-03-20Add documentation for -starttls (s_client) and -id_prefix (s_server).Richard Levitte
PR: 542
2003-03-20Spelling errors.Richard Levitte
PR: 538
2003-02-27Typo.Dr. Stephen Henson
2003-02-15Update docs.Dr. Stephen Henson
2003-02-11GeneralString support in mini-ASN1 compilerDr. Stephen Henson
2003-02-06PKCS#1 has a new RFC, which we do implementRichard Levitte
2003-01-30Document -engine where missing.Richard Levitte
PR: 424
2003-01-26Correct EVP_SealInit() documentation, iv is an outputDr. Stephen Henson
parameter.
2003-01-14Extend the HOWTO on creating certificates, and add a HOWTO in creating keys.Richard Levitte
PR: 422
2003-01-14Correct an example that has a few typos.Richard Levitte
PR: 458
2003-01-13Typo.Bodo Möller
NB: This and other manual pages should be updated for the new BN_GENCB interface.
2003-01-10Add documentation on how to handle the shared libaries.Richard Levitte
PR: 423
2003-01-10Typos corrected.Richard Levitte
PR: 445
2002-12-29Add information about AES cipher suites to ciphers manual page.Lutz Jänicke
If no authentication method is mentioned in the cipher suite name (e.g. AES128-SHA), RSA authentication is used (PR #396).
2002-12-26Add SPKM among the related stanrds.Richard Levitte
2002-12-26Update our list of implemented and related standards.Richard Levitte
2002-12-26Update our list of implemented and related standards.Richard Levitte
2002-12-12BIO_new_bio_pair() was unnecessarily described in it's own page as well as inRichard Levitte
BIO_s_bio.pod. The most logical is to move everything needed from BIO_new_bio_pair.pod to BIO_s_bio.pod (including the nice example) and toss BIO_new_bio_pair.pod. I hope I got all the info over properly. PR: 370
2002-12-12BIO_set_nbio() is enumerated, but not explained. Remove it from enumerationRichard Levitte
since it's both enumerated and explained in BIO_s_connect.pod. PR: 370
2002-12-04Missing ")"Lutz Jänicke
Submitted by: Christian Hohnstaedt <chohnstaedt@innominate.com> Reviewed by: PR:
2002-11-29Correct some names.Richard Levitte
2002-11-18Better workaround to the "=head1 NAME OPTIONS" pod2latex problem:Lutz Jänicke
NAME OPTIONS are a subset of OPTIONS, so just make it =head2! Submitted by: Reviewed by: PR: 333
2002-11-15Add SETWRAP modifier to ASN1 generate.Dr. Stephen Henson
2002-11-14Use =back to finish =over (found using pod2latex).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14No such reference to link to (found running pod2latex).Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14Fix documentation of i2d_X509_fp and i2d_X509_bio.Dr. Stephen Henson
2002-11-14Don't declare 2 WARNINGS sectionsLutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14Opportunistic change to work around pod2latex bug: rename NAME OPTIONSLutz Jänicke
section to SUBJECT AND ISSUER NAME OPTIONS Submitted by: Reviewed by: PR: 333
2002-11-14Correct reference to section name.Lutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-14Missing =backLutz Jänicke
Submitted by: Reviewed by: PR:
2002-11-13TypoDr. Stephen Henson
2002-11-13Update docsDr. Stephen Henson
2002-11-13Put NAME in right place, fix typoDr. Stephen Henson
2002-11-13Update docsDr. Stephen Henson
2002-11-12Initial ASN1 generation documentation.Dr. Stephen Henson
2002-11-11Typo.Lutz Jänicke
Submitted by: assar <assar@kth.se> Reviewed by: PR:
2002-11-09TypoDr. Stephen Henson
2002-11-08-CAcreateserial doesn't take a filename argument.Richard Levitte
PR: 332
2002-11-06CRL reason code docs.Dr. Stephen Henson
2002-10-29Add a HISTORY section to the man page to mention the new flags.Geoff Thorpe
2002-10-29The last character of inconsistency in my recent commits is herebyGeoff Thorpe
squashed.
2002-10-29Revert, that was an incorrect change.Richard Levitte
PR: 156