Dr. Stephen Henson
|
7bbcb2f690
|
Avoid warnings on VC++ 2005.
|
2005-12-05 17:21:22 +00:00 |
|
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 |
|
Bodo Möller
|
c6c2e3135d
|
Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled
with the SSL_OP_NO_SSLv2 option.
|
2005-05-11 18:25:49 +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 |
|