summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2006-01-30TypoLutz Jänicke
Submitted by: Girish Venkatachalam <girish1729@gmail.com>
2006-01-15Typo.Dr. Stephen Henson
2006-01-14support numeric strings in ASN1_generate_nconfNils Larsch
2005-11-02fix typo, pointed out by Patrick GuioNils Larsch
2005-10-26Add fixes for CAN-2005-2969.Bodo Möller
(This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.)
2005-10-01new option "openssl ciphers -V"Bodo Möller
2005-09-15fix typosNils Larsch
PR: 1201
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch
pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
2005-07-25fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch
2005-07-15add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.podNils Larsch
PR: 1158 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
2005-07-13the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is constNils Larsch
PR: 1156 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
2005-06-24Someone did some cutting and pasting and didn't quite finish the job :-).Richard Levitte
Notified by Steffen Pankratz <kratz00@gmx.de>
2005-06-23The NAME section of a man page is required to have a dash followed by aRichard Levitte
short description, at least according to pod2man. PR: 1127
2005-06-22Typo.Dr. Stephen Henson
2005-06-18Add better documentation on how id_function() should be defined and whatRichard Levitte
issues there are. PR: 1096
2005-06-130.9.8-beta5 works on VMS/AlphaRichard Levitte
2005-06-04The macro THREADS was changed to OPENSSL_THREADS a long time ago.Richard Levitte
PR: 1096
2005-06-02Use correct name for config file env variable.Dr. Stephen Henson
2005-05-24Typo correctionRichard Levitte
2005-05-19update ecdsa docNils Larsch
2005-05-05A few more fingerprints...Richard Levitte
2005-05-03fix typoNils Larsch
PR: 1054
2005-04-29add reference to BN_BLINDING_new.podNils Larsch
2005-04-26add docu for BN_BLINDING functionsNils Larsch
2005-04-24updateNils Larsch
2005-04-22- use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch
and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
2005-04-21the pointer to the message digest is constNils Larsch
2005-04-15EVP_CIPHER_CTX_init is a void function + fix typoNils Larsch
PR: 1044 + 1045
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