aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_both.c
Commit message (Expand)AuthorAgeFilesLines
* Reorganise state machine filesMatt Caswell2015-10-301-712/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-301-10/+11
* Remove the type variableMatt Caswell2015-10-301-2/+2
* Remove redundant codeMatt Caswell2015-10-301-160/+1
* Implement DTLS client move to new state machineMatt Caswell2015-10-301-2/+9
* Implement Client TLS state machineMatt Caswell2015-10-301-0/+64
* Split client message reading and writing functionsMatt Caswell2015-10-301-50/+93
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+1
* Split ssl3_get_messageMatt Caswell2015-10-301-113/+163
* Remove Gost94 signature algorithm.Rich Salz2015-08-111-3/+1
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-5/+32
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-4/+70
* Updates following review commentsMatt Caswell2015-05-161-13/+8
* Server side version negotiation rewriteMatt Caswell2015-05-161-27/+65
* Sanity check the return from final_finish_macMatt Caswell2015-04-301-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-1/+1
* Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell2015-03-261-116/+0
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-261-6/+13
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-261-7/+13
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-2/+9
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-74/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-571/+540
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-1/+2
* RT3548: Remove unsupported platformsRich Salz2015-01-121-6/+0
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Remove MS SGCDr. Stephen Henson2015-01-021-11/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* [PR3597] Advance to the next state variant when reusing messages.Richard Levitte2014-11-281-0/+1
* Security framework.Dr. Stephen Henson2014-03-281-2/+9
* Add fix for CVE-2013-4353Dr. Stephen Henson2014-01-071-1/+5
* Check EVP errors for handshake digests.Dr. Stephen Henson2013-12-181-0/+2
* DTLS revision.Dr. Stephen Henson2013-03-181-21/+10
* Add and use a constant-time memcmp.Ben Laurie2013-02-061-1/+1
* recognise X9.42 DH certificates on serversDr. Stephen Henson2012-04-181-1/+1
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-2/+2
* Tidy/enhance certificate chain output code.Dr. Stephen Henson2012-01-261-73/+3
* Support for fixed DH ciphersuites.Dr. Stephen Henson2012-01-161-0/+12
* Fixes to NPN from Adam Langley.Ben Laurie2010-09-051-3/+3
* Add Next Protocol Negotiation.Ben Laurie2010-07-281-0/+34
* PR: 1731 and maybe 2197Dr. Stephen Henson2010-03-241-0/+2
* First cut of renegotiation extension. (port to HEAD)Dr. Stephen Henson2009-11-091-0/+34
* PR: 2022Dr. Stephen Henson2009-09-021-5/+15
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-151-13/+13
* Update from 0.9.8-stable.Dr. Stephen Henson2009-06-281-43/+41
* Fix signed/unsigned warning.Geoff Thorpe2008-08-051-1/+1
* Fix error codes for memory-saving patch.Bodo Möller2008-08-041-3/+3
* Memory saving patch.Ben Laurie2008-06-031-6/+130
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-4/+9
* Align data payload for better performance.Andy Polyakov2006-10-201-4/+8