#
6657b9c7 |
| 26-May-2006 |
Dr. Stephen Henson |
Fix warnings.
|
Revision tags: OpenSSL_0_9_7j, OpenSSL_0_9_8b |
|
#
c20276e4 |
| 17-Apr-2006 |
Dr. Stephen Henson |
Fix (most) WIN32 warnings and errors.
|
#
e2bce377 |
| 04-Apr-2006 |
Dr. Stephen Henson |
Stop warning.
|
#
33273721 |
| 30-Mar-2006 |
Bodo Möller |
Implement Supported Elliptic Curves Extension. Submitted by: Douglas Stebila
|
#
f393b744 |
| 30-Mar-2006 |
Bodo Möller |
Implement cipher-suite selection logic given Supported Point Formats Extension. Submitted by: Douglas Stebila
|
#
b6acb8d0 |
| 13-Mar-2006 |
Bodo Möller |
udpate Supported Point Formats Extension code Submitted by: Douglas Stebila
|
#
36ca4ba6 |
| 11-Mar-2006 |
Bodo Möller |
Implement the Supported Point Formats Extension for ECC ciphersuites Submitted by: Douglas Stebila
|
#
ddac1974 |
| 10-Mar-2006 |
Nils Larsch |
add initial support for RFC 4279 PSK SSL ciphersuites PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
|
Revision tags: OpenSSL_FIPS_1_0 |
|
#
00fe865d |
| 15-Jan-2006 |
Nils Larsch |
recent changes from 0.9.8: fix cipher list order in s3_lib.c, make "no-ssl2" work again PR: 1217
|
#
a13c20f6 |
| 09-Jan-2006 |
Bodo Möller |
Further TLS extension updates Submitted by: Peter Sylvester
|
#
1aeb3da8 |
| 06-Jan-2006 |
Bodo Möller |
Fixes for TLS server_name extension Submitted by: Peter Sylvester
|
#
f1fd4544 |
| 03-Jan-2006 |
Bodo Möller |
Various changes in the new TLS extension code, including the following: - fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... val
Various changes in the new TLS extension code, including the following: - fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... values
show more ...
|
#
ed3883d2 |
| 02-Jan-2006 |
Bodo Möller |
Support TLS extensions (specifically, HostName) Submitted by: Peter Sylvester
|
#
d56349a2 |
| 13-Dec-2005 |
Bodo Möller |
update TLS-ECC code Submitted by: Douglas Stebila
|
#
d804f86b |
| 15-Nov-2005 |
Bodo Möller |
disable some invalid ciphersuites
|
Revision tags: OpenSSL_0_9_7i, OpenSSL_0_9_8a, OpenSSL_0_9_7h |
|
#
61094cf3 |
| 21-Sep-2005 |
Dr. Stephen Henson |
128 bit AES ciphersuites should be classified as HIGH.
|
#
337e3682 |
| 27-Aug-2005 |
Ben Laurie |
Fix warnings.
|
#
6e119bb0 |
| 25-Aug-2005 |
Nils Larsch |
Keep cipher lists sorted in the source instead of sorting them at runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
|
#
eba63ef5 |
| 08-Aug-2005 |
Nils Larsch |
a ssl object needs it's own instance of a ecdh key; remove obsolete comment
|
#
01a9792f |
| 08-Aug-2005 |
Nils Larsch |
remove unused internal foo_base_method functions
|
#
f3b656b2 |
| 05-Aug-2005 |
Dr. Stephen Henson |
Initialize SSL_METHOD structures at compile time. This removes the need for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
|
#
3eeaab4b |
| 16-Jul-2005 |
Nils Larsch |
make ./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
|
Revision tags: OpenSSL_0_9_8, FIPS_TEST_10, OpenSSL_0_9_8-beta6, OpenSSL_0_9_8-beta5 |
|
#
dffdb56b |
| 07-Jun-2005 |
Andy Polyakov |
"Liberate" dtls from BN dependency. Fix bug in replay/update.
|
Revision tags: FIPS_TEST_9, OpenSSL_0_9_8-beta4, OpenSSL_0_9_8-beta3 |
|
#
188b0579 |
| 30-May-2005 |
Richard Levitte |
pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn't have a uniform representation for those over all architectures, so a little bit of hackery is needed. Contributed
pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn't have a uniform representation for those over all architectures, so a little bit of hackery is needed. Contributed by nagendra modadugu <nagendra@cs.stanford.edu>
show more ...
|
Revision tags: BEN_FIPS_TEST_8, OpenSSL_0_9_8-beta2, OpenSSL_0_9_8-beta1 |
|
#
aa4ce731 |
| 26-Apr-2005 |
Bodo Möller |
Fix various incorrect error function codes. ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
|