Andy Polyakov
|
4c860910df
|
DTLS RFC4347 says HelloVerifyRequest resets Finished MAC. From HEAD with a
twist: server allows for non-compliant Finished calculations in order to
enable interop with pre-0.9.8f.
|
2007-09-30 19:36:32 +00:00 |
|
Andy Polyakov
|
c4b0d7879e
|
Switch for RFC-compliant version encoding in DTLS. From HEAD with a twist:
server accepts even non-compliant encoding in order to enable interop with
pre-0.9.8f clients.
|
2007-09-30 18:55:59 +00:00 |
|
Dr. Stephen Henson
|
aab1ec3f36
|
Update from HEAD.
|
2007-09-28 16:29:24 +00:00 |
|
Dr. Stephen Henson
|
25b0e072dd
|
PR: 1582
|
2007-09-17 17:30:01 +00:00 |
|
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 |
|