summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
a security threat on unexpecting applications. Document and test.
2005-04-08improve docu of SSL_CTX_use_PrivateKey()Nils Larsch
2005-04-05fix example in docuNils Larsch
PR: 800
2005-04-03HISTORY section: point out change of default digestBodo Möller
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch
2005-03-31Add a file with fingerprints that have recently been used to signRichard Levitte
OpenSSL distributions, or are about to. This has been requested a little now and then by users, for years :-/...
2005-03-30update docs (recent constification)Nils Larsch
2005-03-29the second argument of EVP_SealInit is constNils Larsch
2005-03-22Doc fixes.Dr. Stephen Henson
2005-03-14Added HOWTO about proxy certificates.Richard Levitte
2005-02-19Fix typo on blowfish manual pageLutz Jänicke
PR: 1010 Submitted by: Marc Balmer <mbalmer@openbsd.org>
2004-12-17Fix typos in the ecparam doc.Geoff Thorpe
Submitted by: Nils Larsch
2004-12-03Add -passin argument to dgst command.Dr. Stephen Henson
2004-11-26Typo.Dr. Stephen Henson
2004-11-25Add errstr manual pageDr. Stephen Henson
2004-11-25Allow alternative manual sections to be embedded in .pod file comments.Dr. Stephen Henson
2004-11-25Update docsDr. Stephen Henson
2004-11-25Update docs.Dr. Stephen Henson
2004-11-21RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it'sAndy Polyakov
apparently impossible to compose blended code with would perform satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR code-path is introduced and P4 core is detected at run-time. This way we keep original performance on non-P4 implementations and turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
2004-11-17Update X509v3 doc.Dr. Stephen Henson
2004-11-16Update X509v3 docs.Dr. Stephen Henson
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...