summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2004-11-16PR: 910Dr. Stephen Henson
Add command line options -certform, -keyform and -pass to s_client and s_server. This supports the use of alternative passphrase sources, key formats and keys handled by an ENGINE. Update docs.
2004-11-16Initial pod documentation of X509V3 config file format.Dr. Stephen Henson
2004-11-14PR: 923Dr. Stephen Henson
Typo.
2004-11-14PR: 938Dr. Stephen Henson
Typo.
2004-11-13PR: 969Dr. Stephen Henson
Submitted by: David Holmes <davidh@3blackdogs.com>
2004-08-29OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
2004-08-18'compatibility', not 'computability' :-)...Richard Levitte
2004-07-26Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov
is to have a placeholder to small routines, which can be written only in assembler. In IA-32 case this includes processor capability identification and access to Time-Stamp Counter. As discussed earlier OPENSSL_ia32cap is introduced to control recently added SSE2 code pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the code is operational on ELF platforms only. I haven't checked it yet, but I have all reasons to believe that Windows build should fail to link too. I'll be looking into it shortly...
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.