Dr. Stephen Henson
|
974d52fdb8
|
Fix from HEAD.
|
2005-12-05 17:32:22 +00:00 |
|
Dr. Stephen Henson
|
54f51116b2
|
Update from HEAD.
|
2005-09-30 23:38:20 +00:00 |
|
Nils Larsch
|
7f622f6c04
|
fix warnings when building openssl with (gcc 3.3.1):
-Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar
-Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts
-Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused
-Wno-unused-parameter -Wuninitialized
|
2005-08-28 23:20:52 +00:00 |
|
Dr. Stephen Henson
|
222f224664
|
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:52:08 +00:00 |
|
Nils Larsch
|
4913b88f70
|
make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make all test
work again (+ make update)
PR: 1159
|
2005-07-16 11:13:10 +00:00 |
|
Richard Levitte
|
d28b7799dd
|
handshake_write_seq is an unsigned short, so treat it like one
|
2005-06-02 17:26:17 +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 |
|