aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell17-112/+137
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell3-25/+23
2016-11-04Fix some ssl3_record code witch converstion to/from size_tMatt Caswell1-15/+17
2016-11-04Add some PACKET functions for size_tMatt Caswell2-3/+55
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell2-72/+61
2016-11-04Fix some missed size_t updatesMatt Caswell13-49/+38
2016-11-04Resolve some outstanding size_t related TODOsMatt Caswell3-15/+4
2016-11-04Update misc function params in libssl for size_tMatt Caswell4-11/+12
2016-11-04Convert some libssl local functions to size_tMatt Caswell5-18/+18
2016-11-04Update cookie_len for size_tMatt Caswell3-7/+9
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell6-46/+52
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell6-24/+31
2016-11-04Convert master_secret_size code to size_tMatt Caswell8-67/+93
2016-11-04Convert various mac_secret_size usage to size_tMatt Caswell2-5/+6
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell2-7/+9
2016-11-04Convert some misc record layer functions for size_tMatt Caswell5-47/+80
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell2-6/+6
2016-11-04Convert libssl writing for size_tMatt Caswell15-216/+267
2016-11-04Further libssl size_t-ify of readingMatt Caswell16-175/+246
2016-11-04Convert record layer to use size_tMatt Caswell4-42/+55
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell1-7/+5