aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Check that SCT timestamps are not in the futureRob Percival1-0/+1
2016-11-15Revert "Remove heartbeats completely"Richard Levitte3-0/+15
2016-11-15Remove heartbeats completelyRichard Levitte3-15/+0
2016-11-13Remove heartbeat supportRichard Levitte10-378/+2
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell9-94/+104
2016-11-09Address some supported_versions review commentsMatt Caswell5-7/+21
2016-11-09Remove some redundant trace codeMatt Caswell1-10/+1
2016-11-09Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell3-2/+10
2016-11-09Add a TODO(TLS1.3) about renegotationMatt Caswell1-0/+5
2016-11-09A style tweak based on feedback receivedMatt Caswell1-1/+1
2016-11-09Look at the supported_versions extension even if the server <TLS1.3Matt Caswell1-7/+1
2016-11-09Ensure that vent->smeth != NULL before we call vent->smeth()Matt Caswell1-1/+1
2016-11-09Address some review feedback comments for supported_versionsMatt Caswell3-8/+7
2016-11-09Update TLS1.3 draft version numbers for latest draftMatt Caswell1-1/+1
2016-11-09Add server side support for supported_versions extensionMatt Caswell4-8/+85
2016-11-09Ensure that the -trace option can interpret the supported_versions extensionMatt Caswell1-0/+19
2016-11-09Add the ability to send the supported_versions extensionMatt Caswell1-0/+34
2016-11-09When no SRP identity is found, no error was reported server sideEasySec1-0/+3
2016-11-09Ensure the key and iv labels are declared as staticMatt Caswell1-2/+2
2016-11-09Add support for TLS1.3 secret generationMatt Caswell3-1/+239
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell2-14/+51
2016-11-09Make some CLIENTHELLO_MSG function arguments constMatt Caswell2-3/+3
2016-11-09Update a commentMatt Caswell1-1/+1
2016-11-09Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)Matt Caswell1-5/+9
2016-11-09Move setting the session_id_len until after we filled the session_idMatt Caswell1-3/+2
2016-11-09Load the sessionid directly in SSLv2 compat ClientHelloMatt Caswell1-7/+8
2016-11-09Rename clienthello.version to clienthello.legacy_versionMatt Caswell3-8/+8
2016-11-09Fix some minor style issuesMatt Caswell1-1/+1
2016-11-09Add some function documentation and update some existing commentsMatt Caswell2-4/+25
2016-11-09Fix make update following extensions refactorMatt Caswell2-4/+4
2016-11-09Improve some comment documentation following the extensions refactorMatt Caswell3-4/+10
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell4-81/+71
2016-11-09Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell1-1/+1
2016-11-09Fix a memory leak in the ClientHello extension parsingMatt Caswell1-0/+4
2016-11-09Handle compression methods correctly with SSLv2 compat ClientHelloMatt Caswell1-7/+6
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell7-292/+442
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell1-1/+15
2016-11-07Ignore the record version in TLS1.3Matt Caswell1-2/+3
2016-11-07Correct the Id for the TLS1.3 ciphersuiteMatt Caswell1-1/+1
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell1-0/+1
2016-11-04Fix a missed size_t variable declarationMatt Caswell1-1/+1
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell2-11/+7
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell8-72/+73
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell1-3/+3
2016-11-04Test the size_t constant time functionsMatt Caswell1-4/+0
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell2-3/+3
2016-11-04Fix some bogus warnings about uninitialised variablesMatt Caswell1-2/+2
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell2-7/+1
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell2-23/+23
2016-11-04Now that we can use size_t in PACKET lets use itMatt Caswell1-4/+2