aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* note that SSL_library_init() is not reentrantNils Larsch2006-03-121-0/+1
|
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-106-1/+289
| | | | | | PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
* Typo.Dr. Stephen Henson2006-03-051-1/+1
|
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-3/+5
| | | | Submitted by: Zoltan Glozik <zglozik@opentsa.org>
* fix typosNils Larsch2006-02-152-2/+2
| | | | PR: 1280
* *** empty log message ***Ulf Möller2006-02-121-0/+5
|
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-123-0/+790
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* TypoLutz Jänicke2006-01-301-1/+1
| | | | Submitted by: Girish Venkatachalam <girish1729@gmail.com>
* Typo.Dr. Stephen Henson2006-01-151-1/+1
|
* support numeric strings in ASN1_generate_nconfNils Larsch2006-01-141-1/+2
|
* fix typo, pointed out by Patrick GuioNils Larsch2005-11-021-1/+1
|
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-261-1/+1
| | | | (This were in 0.9.7-stable and 0.9.8-stable, but not in HEAD so far.)
* new option "openssl ciphers -V"Bodo Möller2005-10-011-4/+10
|
* fix typosNils Larsch2005-09-151-2/+2
| | | | PR: 1201
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-143-17/+17
| | | | | pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
* fix BN_mod_word and give a more reasonable return value if an error occurredNils Larsch2005-07-251-3/+7
|
* add missing entries for "-multivalue-rdn" and "-utf8" in ca.pod and req.podNils Larsch2005-07-152-7/+35
| | | | | PR: 1158 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
* the second argument of d2i_X509, d2i_X509_CRL and d2i_X509_REQ is constNils Larsch2005-07-133-3/+3
| | | | | PR: 1156 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de>
* Someone did some cutting and pasting and didn't quite finish the job :-).Richard Levitte2005-06-241-6/+6
| | | | Notified by Steffen Pankratz <kratz00@gmx.de>
* The NAME section of a man page is required to have a dash followed by aRichard Levitte2005-06-232-2/+2
| | | | | | short description, at least according to pod2man. PR: 1127
* Typo.Dr. Stephen Henson2005-06-221-2/+2
|
* Add better documentation on how id_function() should be defined and whatRichard Levitte2005-06-181-13/+21
| | | | | | issues there are. PR: 1096
* 0.9.8-beta5 works on VMS/AlphaRichard Levitte2005-06-131-3/+12
|
* The macro THREADS was changed to OPENSSL_THREADS a long time ago.Richard Levitte2005-06-041-1/+1
| | | | PR: 1096
* Use correct name for config file env variable.Dr. Stephen Henson2005-06-021-1/+1
|
* Typo correctionRichard Levitte2005-05-241-3/+3
|
* update ecdsa docNils Larsch2005-05-191-44/+22
|
* A few more fingerprints...Richard Levitte2005-05-051-0/+29
|
* fix typoNils Larsch2005-05-031-1/+1
| | | | PR: 1054
* add reference to BN_BLINDING_new.podNils Larsch2005-04-291-1/+2
|
* add docu for BN_BLINDING functionsNils Larsch2005-04-262-0/+128
|
* updateNils Larsch2005-04-241-1/+1
|
* - use BN_set_negative and BN_is_negative instead of BN_set_signNils Larsch2005-04-221-0/+3
| | | | | | and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
* the pointer to the message digest is constNils Larsch2005-04-211-2/+2
|
* EVP_CIPHER_CTX_init is a void function + fix typoNils Larsch2005-04-152-6/+6
| | | | PR: 1044 + 1045
* Added restrictions on the use of proxy certificates, as they may poseRichard Levitte2005-04-092-2/+48
| | | | a security threat on unexpecting applications. Document and test.
* improve docu of SSL_CTX_use_PrivateKey()Nils Larsch2005-04-081-0/+12
|
* fix example in docuNils Larsch2005-04-051-0/+2
| | | | PR: 800
* HISTORY section: point out change of default digestBodo Möller2005-04-031-0/+4
|
* use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-021-2/+2
|
* Add a file with fingerprints that have recently been used to signRichard Levitte2005-03-311-0/+28
| | | | | OpenSSL distributions, or are about to. This has been requested a little now and then by users, for years :-/...
* update docs (recent constification)Nils Larsch2005-03-3030-109/+113
|
* the second argument of EVP_SealInit is constNils Larsch2005-03-291-2/+3
|
* Doc fixes.Dr. Stephen Henson2005-03-222-6/+5
|
* Added HOWTO about proxy certificates.Richard Levitte2005-03-141-0/+280
|
* Fix typo on blowfish manual pageLutz Jänicke2005-02-191-1/+1
| | | | | PR: 1010 Submitted by: Marc Balmer <mbalmer@openbsd.org>
* Fix typos in the ecparam doc.Geoff Thorpe2004-12-171-6/+6
| | | | Submitted by: Nils Larsch
* Add -passin argument to dgst command.Dr. Stephen Henson2004-12-031-0/+6
|
* Typo.Dr. Stephen Henson2004-11-261-1/+1
|
* Add errstr manual pageDr. Stephen Henson2004-11-251-0/+39
|