aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add security patch and create release.OpenSSL-engine-0_9_6bRichard Levitte2001-07-091-7/+6
| | | | Tags will be OpenSSL_0_9_6b and OpenSSL-engine-0_9_6b
* Merge from 0.9.6-stable branch. No conflicts.Richard Levitte2001-07-051-2/+8
|
* Add changes from the 0.9.6-stable branch.Richard Levitte2001-06-057-5/+42
|
* Merge in changes from the 0.9.6-stable branch.Richard Levitte2001-05-027-23/+34
|
* Changes from the 0.9.6-stable branch.Richard Levitte2001-03-213-7/+27
|
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2001-03-151-0/+47
|\ | | | | 0_9_6-stable'.
| * Forgot "cvs add", so only the surrounding changes made it... sigh.Lutz Jänicke2001-03-151-0/+47
| |
| * Document the -certopt option to the x509 utility.Dr. Stephen Henson2001-03-151-1/+81
| | | | | | | | | | | | | | Add no_issuer option. Fix X509_print_ex() so it prints out newlines when certain fields are omitted.
| * Initial docs for PEM routines.Dr. Stephen Henson2001-03-111-0/+453
| |
| * Document the change.Richard Levitte2001-03-101-0/+9
| |
| * Update docs.Dr. Stephen Henson2001-03-093-22/+111
| |
| * Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-093-5/+5
| |
| * Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-17/+18
| | | | | | | | | | | | | | functions to return constant EVP_MD and EVP_CIPHER pointers. Update docs.
| * Add newly learned knowledge from yesterday's discussion.Lutz Jänicke2001-03-087-15/+57
| |
| * Constify BN_value_one.Bodo Möller2001-03-082-2/+2
| |
| * New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller2001-03-052-0/+22
| | | | | | | | | | | | | | | | | | | | sets the subject name for a new request or supersedes the subject name in a given request. Add options '-batch' and '-verbose' to 'openssl req'. Submitted by: Massimiliano Pala <madwolf@hackmasters.net> Reviewed by: Bodo Moeller
| * Typo, spotted by "Greg Stark" <gstark@ethentica.com>.Lutz Jänicke2001-03-011-1/+1
| |
| * Describe new callback for session id generation.Lutz Jänicke2001-02-232-0/+151
| |
* | Merge in the 0.9.6-stable branch once more and hope for betterRichard Levitte2001-03-1329-125/+411
| | | | | | | | results.
* | In preparation for the coming release of 0.9.6a, prepare a branch forRichard Levitte2001-03-081-10/+0
| | | | | | | | | | | | | | | | engine-0.9.6-stable. There's no need to update this with the new bug fixes, it will get updated from the changes in OpenSSL_0_9_6-stable, just like any normal merge.
| |
| \
| \
| \
| \
| \
*-----. | This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2001-02-2328-0/+2262
|\ \ \ \| | | | | | | | | | | 0_9_6-stable'.
| | | | * SSL_get_version() was an easy one :-)Lutz Jänicke2001-02-232-0/+47
| | | | |
| | | | * BN_rand_range() needs a BN_rand() variant that doesn't set the MSB.Ulf Möller2001-02-201-6/+8
| | | | |
| | | | * Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
| | | | * ispellUlf Möller2001-02-1612-20/+20
| | | | |
| | | | * pod format errorUlf Möller2001-02-161-0/+1
| | | | |
| | | | * Add "-rand" option to s_client and s_server.Lutz Jänicke2001-02-152-0/+18
| | | | |
| | | | * Option to disable standard block padding with EVP API.Dr. Stephen Henson2001-02-142-29/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add -nopad option to enc command. Update docs.
| | | | * Finish first round of session cache documentation.Lutz Jänicke2001-02-136-9/+126
| | | | |
| | | | * New manual page: SSL_CTX_set_mode.Lutz Jänicke2001-02-134-2/+89
| | | | |
| | | | * More about session caching.Lutz Jänicke2001-02-114-0/+79
| | | | |
| | | | * Include information that automatic query is a new feature.Lutz Jänicke2001-02-101-2/+5
| | | | |
| | | | * Update for 0.9.7 with SSL_OP_CIPHER_SERVER_PREFERENCE.Lutz Jänicke2001-02-101-0/+10
| | | | |
| | | | * Manual page for SSL_CTX_set_options(). Unfortunately for some of theLutz Jänicke2001-02-105-1/+221
| | | | | | | | | | | | | | | | | | | | options someone much longer working with OpenSSL/SSLeay is needed.
| | | | * Simplify BN_rand_rangeBodo Möller2001-02-102-4/+3
| | | | |
| | | | * Fix "wierd" typo as submitted by Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>.Lutz Jänicke2001-02-091-1/+1
| | | | |
| | | | * Note that EGD is used automatically.Ulf Möller2001-02-081-0/+3
| | | | |
| | | | * cleanupUlf Möller2001-02-081-6/+5
| | | | |
| | | | * Integrate my implementation of a countermeasure againstBodo Möller2001-02-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bleichenbacher's DSA attack. With this implementation, the expected number of iterations never exceeds 2. New semantics for BN_rand_range(): BN_rand_range(r, min, range) now generates r such that min <= r < min+range. (Previously, BN_rand_range(r, min, max) generated r such that min <= r < max. It is more convenient to have the range; also the previous prototype was misleading because max was larger than the actual maximum.)
| | | | * Update documentation to match the state at 0.9.6 _and_ the recent changes.Lutz Jänicke2001-02-081-5/+43
| | | | |
| | | | * Bleichenbacher's DSA attackUlf Möller2001-02-072-3/+11
| | | | |
| | | | * Documenting session caching, 2nd step.Lutz Jänicke2001-02-049-8/+303
| | | | |
| | | | * Clarify why SSL_CTX_use_certificate_chain_file() should be preferred.Lutz Jänicke2001-02-031-2/+14
| | | | |
| | | | * Typo: on my screen it nicely wrapped around at 80 :-)Lutz Jänicke2001-02-031-1/+2
| | | | |
| | | | * Document session caching, first step.Lutz Jänicke2001-02-025-2/+241
| | | | |
| | | | * New manual page for a hardly known but important item :-)Lutz Jänicke2001-01-312-0/+83
| | | | |
| | | | * Insert a missing space to stop pod2man giving stroppy "malformed" warnings.Geoff Thorpe2001-01-251-1/+1
| | | | |
| | | | * Copy over just written manpage to the ones still missing.Lutz Jänicke2001-01-233-1/+117
| | | | |
| | | | * Add entries for new manpages...Lutz Jänicke2001-01-231-1/+4
| | | | |
| | | | * Use the correct number of arguments in the example.Ulf Möller2001-01-211-2/+2
| | | | |