Dr. Stephen Henson
|
086e32a6c7
Implement FIPS_mode and FIPS_mode_set
|
13 years ago |
Dr. Stephen Henson
|
7409d7ad51
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
|
13 years ago |
Dr. Stephen Henson
|
5e374d2ee8
Remove redundant check to stop compiler warning.
|
13 years ago |
Dr. Stephen Henson
|
8d934c2585
PR: 2171
|
14 years ago |
Dr. Stephen Henson
|
76774c5ea1
return v1.1 methods for client/server
|
15 years ago |
Dr. Stephen Henson
|
637f374ad4
Initial experimental TLSv1.1 support
|
15 years ago |
Dr. Stephen Henson
|
4d09323a63
Don't use SSLv2 compatible client hello if we don't tolerate legacy renegotiation
|
15 years ago |
Dr. Stephen Henson
|
f10f4447da
Update from 1.0.0-stable.
|
15 years ago |
Dr. Stephen Henson
|
22c98d4aad
Update from 1.0.0-stable
|
15 years ago |
Ben Laurie
|
d41c785d69
Document dead code.
|
16 years ago |
Dr. Stephen Henson
|
0702150f53
Make no-tlsext compile.
|
16 years ago |
Ben Laurie
|
8671b89860
Memory saving patch.
|
16 years ago |
Dr. Stephen Henson
|
67c8e7f414
Support for certificate status TLS extension.
|
17 years ago |
Bodo Möller
|
761772d7e1
Implement the Opaque PRF Input TLS extension
|
17 years ago |
Bodo Möller
|
1e24b3a09e
fix support for receiving fragmented handshake messages
|
18 years ago |
Bodo Möller
|
6ad47e83b4
improvements for alert handling
|
19 years ago |
Bodo Möller
|
241520e66d
More TLS extension related changes.
|
19 years ago |
Bodo Möller
|
739a543ea8
Some error code cleanups (SSL lib. used SSL_R_... codes reserved for alerts)
|
19 years ago |
Bodo Möller
|
f1fd4544a3
Various changes in the new TLS extension code, including the following:
|
19 years ago |
Bodo Möller
|
ed3883d21b
Support TLS extensions (specifically, HostName)
|
19 years ago |
Dr. Stephen Henson
|
7bbcb2f690
Avoid warnings on VC++ 2005.
|
19 years ago |
Dr. Stephen Henson
|
566dda07ba
New option SSL_OP_NO_COMP to disable compression. New ctrls to set
|
19 years ago |
Nils Larsch
|
4ebb342fcd
Let the TLSv1_method() etc. functions return a const SSL_METHOD
|
19 years ago |
Dr. Stephen Henson
|
f3b656b246
Initialize SSL_METHOD structures at compile time. This removes the need
|
19 years ago |
Bodo Möller
|
3f19bbf4e3
fix msg_callback() arguments for SSL 2.0 compatible client hello
|
19 years ago |
Bodo Möller
|
c6c2e3135d
Don't use the SSL 2.0 Client Hello format if SSL 2.0 is disabled
|
19 years ago |
Nils Larsch
|
7c7667b86b
check return value of RAND_pseudo_bytes; backport from the stable branch
|
19 years ago |
Richard Levitte
|
8d6ad9e39d
Stop a possible memory leak.
|
22 years ago |
Ben Laurie
|
54a656ef08
Security fixes brought forward from 0.9.7.
|
22 years ago |
Bodo Möller
|
b8565a9af9
really fix race conditions
|
22 years ago |