summaryrefslogtreecommitdiffstats
path: root/ssl/s23_srvr.c
Commit message (Expand)AuthorAgeFilesLines
* Version negotiation rewrite cleanupMatt Caswell2015-05-161-582/+0
* Server side version negotiation rewriteMatt Caswell2015-05-161-3/+0
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* Move s->packet and s->packet_length into s->rlayerMatt Caswell2015-03-261-14/+19
* Provide RECORD_LAYER_set_data functionMatt Caswell2015-03-261-10/+4
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-261-9/+6
* Fix missing return value checksMatt Caswell2015-03-231-2/+4
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-3/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-13/+13
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-471/+450
* 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 Hudson2014-12-301-1/+2
* Fixed memory leak if BUF_MEM_grow failsMatt Caswell2014-12-131-0/+1
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-5/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-64/+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
* Security framework.Dr. Stephen Henson2014-03-281-0/+6
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-0/+7
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+12
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-4/+20
* 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
* Initial experimental TLSv1.1 supportDr. Stephen Henson2009-12-071-3/+19
* 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