aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s23_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-520/+499
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-13/+15
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-2/+5
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+2
* Fixed memory leak if BUF_MEM_grow failsMatt Caswell2014-12-131-0/+1
* Keep old method in case of an unsupported protocolKurt Roeckx2014-10-211-2/+4
* Fix no-ssl3 configuration optionGeoff Thorpe2014-10-151-9/+9
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+3
* Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin2014-08-061-7/+23
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-12-261-0/+7
* add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson2011-05-191-0/+12
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-4/+20
* Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson2010-06-271-3/+19
* PR: 2171Dr. Stephen Henson2010-02-161-5/+0
* Fix version handling so it can cope with a major version >3.Dr. Stephen Henson2010-01-131-1/+8
* Servers can't end up talking SSLv2 with legacy renegotiation disabledDr. Stephen Henson2009-11-181-0/+5
* Memory saving patch.Ben Laurie2008-06-031-0/+4
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-1/+0
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-031-6/+11
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-021-2/+8
* Avoid warnings on VC++ 2005.Dr. Stephen Henson2005-12-051-1/+1
* Add fixes for CAN-2005-2969.Bodo Möller2005-10-261-6/+1
* Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch2005-08-141-2/+2
* Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson2005-08-051-22/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* really fix race conditionsBodo Möller2002-09-251-5/+8
* really fix race conditionBodo Möller2002-09-231-0/+4
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* fix length field we create when converting SSL 2.0 format into SSL 3.0/TLS 1....Bodo Möller2002-04-141-1/+1
* Prototype info function.Ben Laurie2002-01-121-1/+1
* Implement msg_callback for SSL 2.0.Bodo Möller2001-11-101-1/+3
* Assume TLS 1.0 when ClientHello fragment is too short.Bodo Möller2001-10-251-7/+12
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-241-1/+1
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-3/+67
* The message header for fake SSL 3.0/TLS 1.0 client hellos created fromBodo Möller2001-10-161-6/+5
* Change ssl3_get_message and the functions using it so that completeBodo Möller2001-10-151-1/+10
* Remove SSL_OP_NON_EXPORT_FIRST:Lutz Jänicke2001-08-011-66/+0
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Avoid protocol rollback.Bodo Möller2000-09-221-8/+13
* Document rollback issues.Bodo Möller2000-07-291-0/+2
* Fix SSL 2.0 rollback checking: The previous implementation of theBodo Möller2000-07-291-1/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Fix NO_RSA (misplaced #endif).Ulf Möller2000-02-241-1/+4
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-1/+0
* Workaround for irrelevant problem.Bodo Möller2000-02-201-7/+16
* Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.Bodo Möller2000-02-201-0/+6
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* SSL_R_UNSUPPORTED_PROTOCOL (as in s23_clnt.c) for SSL 2 whenBodo Möller2000-01-161-1/+1
* Add missing #ifndefs that caused missing symbols when building libsslUlf Möller2000-01-161-0/+7