summaryrefslogtreecommitdiffstats
path: root/ssl/s23_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-473/+453
* 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
* Fix warningKurt Roeckx2014-10-211-1/+1
* Keep old method in case of an unsupported protocolKurt Roeckx2014-10-211-2/+4
* Fix no-ssl3 configuration optionGeoff Thorpe2014-10-151-6/+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
* 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
* Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson2008-06-161-0/+9
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-1/+0
* Fix from HEAD.Dr. Stephen Henson2005-12-051-1/+1
* Add fixes for CAN-2005-2969OpenSSL_0_9_8aMark J. Cox2005-10-111-6/+1
* 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
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* Clean up some of the SSL server code.Bodo Möller2000-01-111-1/+12
* Set s->version correctly for "natural" SSL 3.0 client helloBodo Möller1999-09-131-0/+3
* Repair another bug in s23_get_client_hello:Bodo Möller1999-09-101-21/+18
* use explicit constant 11 just onceBodo Möller1999-09-031-3/+3
* Make previous bugfix actually workBodo Möller1999-09-031-9/+4
* Fix server behaviour when facing backwards-compatible client hellos.Bodo Möller1999-09-031-11/+42