Dr. Stephen Henson
|
09b6c2ef15
|
Make OPENSSL_NO_COMP compile again.
|
2005-09-30 23:35:33 +00:00 |
|
Nils Larsch
|
4ebb342fcd
|
Let the TLSv1_method() etc. functions return a const SSL_METHOD
pointer and make the SSL_METHOD parameter in SSL_CTX_new,
SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
|
2005-08-14 21:48:33 +00:00 |
|
Dr. Stephen Henson
|
f3b656b246
|
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.
|
2005-08-05 23:56:11 +00:00 |
|
Geoff Thorpe
|
20a90e3a76
|
Fix some signed/unsigned warnings.
|
2005-07-22 03:36:30 +00:00 |
|
Nils Larsch
|
3eeaab4bed
|
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make depend all test
work again
PR: 1159
|
2005-07-16 12:37:36 +00:00 |
|
Richard Levitte
|
02c5ddf91e
|
From 0.9.8-stable:
handshake_write_seq is an unsigned short, so treat it like one
|
2005-06-04 04:18:26 +00:00 |
|
Bodo Möller
|
beb056b303
|
fix SSLerr stuff for DTLS1 code;
move some functions from exported header <openssl/dtl1.h> into "ssl_locl.h";
fix silly indentation (a TAB is *not* always 4 spaces)
|
2005-04-26 18:08:00 +00:00 |
|
Ben Laurie
|
36d16f8ee0
|
Add DTLS support.
|
2005-04-26 16:02:40 +00:00 |
|