index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
s23_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-64
/
+1
*
Keep old method in case of an unsupported protocol
Kurt Roeckx
2014-10-21
1
-2
/
+4
*
Fix no-ssl3 configuration option
Geoff Thorpe
2014-10-15
1
-9
/
+9
*
Support TLS_FALLBACK_SCSV.
Bodo Moeller
2014-10-15
1
-0
/
+3
*
Fix protocol downgrade bug in case of fragmented packets
David Benjamin
2014-08-06
1
-7
/
+23
*
Security framework.
Dr. Stephen Henson
2014-03-28
1
-0
/
+6
*
Add three Suite B modes to TLS code, supporting RFC6460.
Dr. Stephen Henson
2012-08-15
1
-0
/
+7
*
Implement FIPS_mode and FIPS_mode_set
Dr. Stephen Henson
2011-05-19
1
-0
/
+12
*
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
Dr. Stephen Henson
2011-04-30
1
-4
/
+20
*
PR: 2171
Dr. Stephen Henson
2010-02-16
1
-5
/
+0
*
Fix version handling so it can cope with a major version >3.
Dr. Stephen Henson
2010-01-13
1
-1
/
+8
*
Initial experimental TLSv1.1 support
Dr. Stephen Henson
2009-12-07
1
-3
/
+19
*
Servers can't end up talking SSLv2 with legacy renegotiation disabled
Dr. Stephen Henson
2009-11-18
1
-0
/
+5
*
Memory saving patch.
Ben Laurie
2008-06-03
1
-0
/
+4
*
fix support for receiving fragmented handshake messages
Bodo Möller
2006-11-29
1
-1
/
+0
*
Various changes in the new TLS extension code, including the following:
Bodo Möller
2006-01-03
1
-6
/
+11
*
Support TLS extensions (specifically, HostName)
Bodo Möller
2006-01-03
1
-2
/
+8
*
Avoid warnings on VC++ 2005.
Dr. Stephen Henson
2005-12-05
1
-1
/
+1
*
Add fixes for CAN-2005-2969.
Bodo Möller
2005-10-26
1
-6
/
+1
*
Let the TLSv1_method() etc. functions return a const SSL_METHOD
Nils Larsch
2005-08-14
1
-2
/
+2
*
Initialize SSL_METHOD structures at compile time. This removes the need
Dr. Stephen Henson
2005-08-06
1
-22
/
+4
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-1
/
+1
*
really fix race conditions
Bodo Möller
2002-09-25
1
-5
/
+8
*
really fix race condition
Bodo Möller
2002-09-23
1
-0
/
+4
*
Reorder inclusion of header files:
Lutz Jänicke
2002-07-10
1
-1
/
+1
*
fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1....
Bodo Möller
2002-04-14
1
-1
/
+1
*
Prototype info function.
Ben Laurie
2002-01-12
1
-1
/
+1
*
Implement msg_callback for SSL 2.0.
Bodo Möller
2001-11-10
1
-1
/
+3
*
Assume TLS 1.0 when ClientHello fragment is too short.
Bodo Möller
2001-10-25
1
-7
/
+12
*
Fix SSL handshake functions and SSL_clear() such that SSL_clear()
Bodo Möller
2001-10-24
1
-1
/
+1
*
New functions SSL[_CTX]_set_msg_callback().
Bodo Möller
2001-10-20
1
-3
/
+67
*
The message header for fake SSL 3.0/TLS 1.0 client hellos created from
Bodo Möller
2001-10-16
1
-6
/
+5
*
Change ssl3_get_message and the functions using it so that complete
Bodo Möller
2001-10-15
1
-1
/
+10
*
Remove SSL_OP_NON_EXPORT_FIRST:
Lutz Jänicke
2001-08-01
1
-66
/
+0
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-3
/
+3
*
Avoid protocol rollback.
Bodo Möller
2000-09-22
1
-8
/
+13
*
Document rollback issues.
Bodo Möller
2000-07-29
1
-0
/
+2
*
Fix SSL 2.0 rollback checking: The previous implementation of the
Bodo Möller
2000-07-29
1
-1
/
+2
*
There have been a number of complaints from a number of sources that names
Richard Levitte
2000-06-02
1
-3
/
+3
*
Fix NO_RSA (misplaced #endif).
Ulf Möller
2000-02-24
1
-1
/
+4
*
Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md for
Dr. Stephen Henson
2000-02-22
1
-1
/
+0
*
Workaround for irrelevant problem.
Bodo Möller
2000-02-21
1
-7
/
+16
*
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
Bodo Möller
2000-02-21
1
-0
/
+6
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-1
/
+1
*
SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 when
Bodo Möller
2000-01-16
1
-1
/
+1
*
Add missing #ifndefs that caused missing symbols when building libssl
Ulf Möller
2000-01-16
1
-0
/
+7
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-1
/
+1
*
Clean up some of the SSL server code.
Bodo Möller
2000-01-11
1
-1
/
+12
*
Set s->version correctly for "natural" SSL 3.0 client hello
Bodo Möller
1999-09-13
1
-0
/
+3
*
Repair another bug in s23_get_client_hello:
Bodo Möller
1999-09-10
1
-21
/
+18
[next]