aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem
Commit message (Expand)AuthorAgeFilesLines
* Move fprintf after assignment to avoid crash.Rich Salz2018-01-221-3/+4
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Permit the "supported_groups" extension in ServerHellosBenjamin Kaduk2018-01-031-1/+27
* Don't flush the ClientHello if we're going to send early dataMatt Caswell2017-12-285-17/+12
* Remove outdated commentsPaul Yang2017-12-261-5/+0
* Remove spaces at end of line in ssl/statemPaul Yang2017-12-174-4/+4
* Issue a CCS from the client if we received an HRRMatt Caswell2017-12-141-4/+14
* Fix server side HRR flushingMatt Caswell2017-12-141-2/+6
* Delay flush until after CCS with early_dataMatt Caswell2017-12-142-17/+22
* Send supported_versions in an HRRMatt Caswell2017-12-142-1/+16
* Make sure supported_versions appears in an HRR tooMatt Caswell2017-12-141-1/+2
* Update state machine to send CCS based on whether we did an HRRMatt Caswell2017-12-146-33/+47
* Fix an HRR bugMatt Caswell2017-12-141-3/+7
* Merge HRR into ServerHelloMatt Caswell2017-12-144-164/+122
* Send a CCS after ServerHello in TLSv1.3 if using middlebox compat modeMatt Caswell2017-12-141-2/+14
* Send a CCS from a client in an early_data handshakeMatt Caswell2017-12-141-8/+27
* Send a CCS from the client in a non-early_data handshakeMatt Caswell2017-12-141-0/+6
* Remove TLSv1.3 specific write transition for ClientHelloMatt Caswell2017-12-141-4/+0
* Implement session id TLSv1.3 middlebox compatibility modeMatt Caswell2017-12-142-32/+84
* Update ServerHello to new draft-22 formatMatt Caswell2017-12-147-97/+213
* More record layer conversions to use SSLfatal()Matt Caswell2017-12-081-1/+1
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Fix the check_fatal macroMatt Caswell2017-12-061-1/+1
* Fix bug in TLSv1.3 PSK processingMatt Caswell2017-12-061-5/+8
* Fix some formatting nitsMatt Caswell2017-12-042-6/+7
* Update an error reason code to be ERR_R_SHOULD_NOT_HAVE_BEEN_CALLEDMatt Caswell2017-12-041-1/+1
* Add some more cleanupsMatt Caswell2017-12-045-62/+61
* Assert that SSLfatal() only gets called onceMatt Caswell2017-12-042-1/+6
* Add some sanity checks for the fatal error conditionMatt Caswell2017-12-041-7/+44
* Fix up a few places in the state machine that got missed with SSLfatal()Matt Caswell2017-12-044-39/+48
* Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell2017-12-041-34/+52
* Convert more functions in ssl/statem/statem.c to use SSLfatal()Matt Caswell2017-12-042-59/+63
* Convert remaining functions in statem_srvr.c to use SSLfatal()Matt Caswell2017-12-042-16/+45
* Convert remaining functions in statem_clnt.c to use SSLfatal()Matt Caswell2017-12-043-191/+262
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-049-1630/+1897
* Replace some usage of SSLerr with SSLfatal()Matt Caswell2017-12-041-7/+6
* Provide an SSLfatal() macroMatt Caswell2017-12-042-8/+27
* If a server is not acknowledging SNI then don't reject early_dataMatt Caswell2017-11-211-2/+0
* Allow a client to send early_data with SNI if the session has no SNIMatt Caswell2017-11-211-7/+8
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-132-2/+2
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-055-2/+162
* Provide SSL_CTX.stats.sess_accept for switched ctxsBenjamin Kaduk2017-10-301-1/+14
* Normalize on session_ctx for stats where possibleBenjamin Kaduk2017-10-302-11/+15
* Use atomics for SSL_CTX statisticsBenjamin Kaduk2017-10-302-9/+18
* Remove parentheses of return.KaoruToda2017-10-182-4/+4
* Sanity check the HRR version fieldMatt Caswell2017-10-161-0/+7
* Don't do version neg on an HRRMatt Caswell2017-10-162-15/+17
* Fix bug where early_data does not work if no SNI callback is presentMatt Caswell2017-10-121-0/+5
* Don't change client random in Client Hello in its second flightTatsuhiro Tsujikawa2017-10-101-2/+3
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1