#
61f5b6f3 |
| 23-Apr-1999 |
Ben Laurie |
Work with -pedantic!
|
#
5cc146f3 |
| 22-Apr-1999 |
Bodo Möller |
Fixed some race conditions. Submitted by: Reviewed by: PR:
|
#
6b691a5c |
| 19-Apr-1999 |
Ulf Möller |
Change functions to ANSI C.
|
#
e778802f |
| 17-Apr-1999 |
Ben Laurie |
Massive constification.
|
#
abed0b8a |
| 15-Apr-1999 |
Ben Laurie |
Add new experimental ciphersuites. Bring naming into line with RFC.
|
#
f73e07cf |
| 12-Apr-1999 |
Ben Laurie |
Add type-safe STACKs and SETs.
|
Revision tags: OpenSSL_0_9_2b |
|
#
b4cadc6e |
| 22-Mar-1999 |
Ben Laurie |
Fix security hole.
|
#
bc348244 |
| 06-Mar-1999 |
Ben Laurie |
Disable new TLS1 ciphersuites.
|
#
f415fa32 |
| 06-Mar-1999 |
Ben Laurie |
Fix export ciphersuites, again.
|
#
15d21c2d |
| 25-Feb-1999 |
Ralf S. Engelschall |
Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH private keys and/or callback functions which directly correspond to their SSL_CTX_xxx() counterparts but work on a
Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DH private keys and/or callback functions which directly correspond to their SSL_CTX_xxx() counterparts but work on a per-connection basis. This is needed for applications which have to configure certificates on a per-connection basis (e.g. Apache+mod_ssl) instead of a per-context basis (e.g. s_server). For the RSA certificate situation is makes no difference, but for the DSA certificate situation this fixes the "no shared cipher" problem where the OpenSSL cipher selection procedure failed because the temporary keys were not overtaken from the context and the API provided no way to reconfigure them. The new functions now let applications reconfigure the stuff and they are in detail: SSL_need_tmp_RSA, SSL_set_tmp_rsa, SSL_set_tmp_dh, SSL_set_tmp_rsa_callback and SSL_set_tmp_dh_callback. Additionally a new non-public-API function ssl_cert_instantiate() is used as a helper function and also to reduce code redundancy inside ssl_rsa.c. Submitted by: Ralf S. Engelschall Reviewed by: Ben Laurie
show more ...
|
#
90a52cec |
| 25-Feb-1999 |
Ralf S. Engelschall |
Fix the cipher decision scheme for export ciphers: the export bits are *not* within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK. So, the original variable has to be used ins
Fix the cipher decision scheme for export ciphers: the export bits are *not* within SSL_MKEY_MASK or SSL_AUTH_MASK, they are within SSL_EXP_MASK. So, the original variable has to be used instead of the already masked variable. Submitted by: Richard Levitte <levitte@stacken.kth.se> Reviewed by: Ralf S. Engelschall
show more ...
|
#
e527ba09 |
| 22-Feb-1999 |
Dr. Stephen Henson |
Various changes to make this stuff compile under Win32 and VC++ with and without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky func
Various changes to make this stuff compile under Win32 and VC++ with and without -debug option to mk1mf.pl. Change _export to is_export (_export is a reserved word under VC++). Add yucky function prototype function pointer casts. Sanitise the included files in crypto/x509v3. Also changed ssleay.exe target to openssl.exe
show more ...
|
#
60e31c3a |
| 21-Feb-1999 |
Ben Laurie |
More stuff for new TLS ciphersuites.
|
#
a040ea82 |
| 21-Feb-1999 |
Ben Laurie |
Undo a couple of kludges.
|
#
06ab81f9 |
| 21-Feb-1999 |
Ben Laurie |
Add support for new TLS export ciphersuites.
|
#
413c4f45 |
| 16-Feb-1999 |
Mark J. Cox |
Updates to the new SSL compression code [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed
Updates to the new SSL compression code [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed via RSA, checks that if TLS was proposed, but we roll back to SSLv3 (because the server will not accept higher), that the version number is 0x03,0x01, not 0x03,0x00 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Submitted by: Reviewed by: PR:
show more ...
|
#
207ccf62 |
| 16-Jan-1999 |
Ben Laurie |
More prototypes.
|
#
e03ddfae |
| 07-Jan-1999 |
Ben Laurie |
Accept NULL in *_free.
|
#
9cb0969f |
| 31-Dec-1998 |
Ralf S. Engelschall |
Fix version stuff: 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too lar
Fix version stuff: 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
show more ...
|
Revision tags: OpenSSL_0_9_1c |
|
#
320a14cb |
| 23-Dec-1998 |
Ralf S. Engelschall |
*** empty log message ***
|
#
5f326803 |
| 23-Dec-1998 |
Ralf S. Engelschall |
Switch version string to SSLeay/OpenSSL
|
#
651d0aff |
| 22-Dec-1998 |
Ralf S. Engelschall |
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
|
Revision tags: SSLeay_0_9_1b |
|
#
dfeab068 |
| 21-Dec-1998 |
Ralf S. Engelschall |
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
|
Revision tags: SSLeay_0_9_0b |
|
#
58964a49 |
| 21-Dec-1998 |
Ralf S. Engelschall |
Import of old SSLeay release: SSLeay 0.9.0b
|
Revision tags: SSLeay_0_8_1b |
|
#
d02b48c6 |
| 21-Dec-1998 |
Ralf S. Engelschall |
Import of old SSLeay release: SSLeay 0.8.1b
|