summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2004-07-01Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte
Add a note as to how these functions do not always return the key size, and how one can deal with that. PR: 907
2004-06-17Attempt to bring the 'engine' documentation up to date w.r.t missingGeoff Thorpe
prototypes, etc. Also, some fairly significant edits were made to the text (who wrote this crap anyway? oh wait ...), removing stuff which is overkill, rewriting stuff that was opaque, correcting things that were just downright false, etc.
2004-06-14More precise explanation of session id context requirements.Lutz Jänicke
2004-05-25Documentation note for Win32 glue between BIO layer and compiler run-time.Andy Polyakov
2004-05-20While size_t-fying let's not forget to update documentation:-)Andy Polyakov
2004-03-27Extend OID config module format.Dr. Stephen Henson
2004-03-23Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)Richard Levitte
2004-03-21Correct minor spelling error.Richard Levitte
PR: 845
2004-03-06typoUlf Möller
2004-03-02Config docs.Dr. Stephen Henson
2004-03-02Documentation of the KISS autoconfig functions.Dr. Stephen Henson
2004-03-01More autoconfig docs.Dr. Stephen Henson
2004-03-01Initial docs for the OpenSSL library configuration via openssl.cnfDr. Stephen Henson
2004-02-27Add ECDSA documentation.Geoff Thorpe
Submitted by: Nils Larsch
2004-02-27AES is spelled AES, not ASE. Oops...Richard Levitte
2004-02-26Document the AES options for 'openssl smime'.Richard Levitte
PR: 834
2004-01-08Updates to s_time manual pageLutz Jänicke
PR: #570 Submitted by: Martin Witzel <MWITZEL@de.ibm.com>
2004-01-04Add s_time manual pageLutz Jänicke
Submitted by: "Martin Witzel" <MWITZEL@de.ibm.com> PR: #570
2003-12-27Correct documentation typos.Richard Levitte
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
2003-12-20Typos.Dr. Stephen Henson
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_RSA_PUBKEY()).Richard Levitte
Correct the typo PUKEY...
2003-12-10Document that you need to include x509.h (to get [i2d|d2i]_DSA_PUBKEY()).Richard Levitte
Correct the typo PUKEY...
2003-11-29Make sure the documentation matches reality.Richard Levitte
PR: 755 Notified by: Jakub Bogusz <qboosh@pld-linux.org>
2003-11-28Let's use text/plain in the example instead of crapy HTML.Richard Levitte
PR: 777 Submitted by: Michael Shields <mshields@sunblocksystems.com>
2003-11-07Geoff suggested a more succinct description for "top".Ulf Möller
2003-11-07oops... the description of ->top was inaccurate (the example is correct though)Ulf Möller
2003-10-01Use correct case for manual page referencesRichard Levitte
2003-09-30Correct buggy PODs (missing commas and a prepended space).Richard Levitte
2003-07-21manpages for 'openssl ec' and 'openssl ecparam'Bodo Möller
Submitted by: Nils Larsch
2003-07-10A document that has a very rough description of the X509Richard Levitte
functionality. This is mostly so there's a way to get from the crypto.html page to the function descriptions.
2003-07-03Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte
subject hash, with -hash a synonym kept around for backward compatibility reasons. PR: 650
2003-07-03The convenience argumetn for -nameopt and -certopt is ca_default, notRichard Levitte
default_ca. PR: 653
2003-06-26Clarify wording of verify_callback() behaviour.Lutz Jänicke
2003-06-19Add documentation for the new crlnumber configuration option.Richard Levitte
2003-06-19Typo.Richard Levitte
2003-06-11Add documentation for ERR_set_mark() and ERR_pop_to_mark().Richard Levitte
2003-06-09TypoRichard Levitte
2003-06-03Clarify return value of SSL_connect() and SSL_accept() in case of theLutz Jänicke
WANT_READ and WANT_WRITE conditions.
2003-05-30Clarify ordering of certificates when using certificate chainsLutz Jänicke
2003-05-28Add minimum POP3 STLS hack to s_client.c (as was provided for STARTTLS before)Lutz Jänicke
Submitted by: dg@sunet.ru (Daniel Ginsburg) PR: #613
2003-05-23Brackets are now allowed, after a small hack in the processing of theRichard Levitte
docs-on-web.
2003-05-19The square brackets in BIO_s_bio.pod for someDr. Stephen Henson
reason cause wml to bomb out with the error message: ** Slice:Error: Some slices were not closed: ** WML:Break: Error in Pass 9 (rc=1). ** WMK:Error: Error in WML (rc=256) As a workaround delete them for now.
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