summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
2016-12-08Move tls_collect_extensions() into a separate fileMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-12-08Send and Receive a TLSv1.3 format ServerHelloMatt Caswell
2016-11-23Fix missing NULL checks in CKE processingMatt Caswell
2016-11-23Use ClientHello.legacy_version for the RSA pre-master no matter whatMatt Caswell
2016-11-23Fix some style issues with TLSv1.3 state machine PRMatt Caswell
2016-11-23Fix some style issues identified during reviewMatt Caswell
2016-11-23Ensure unexpected messages are handled consistentlyMatt Caswell
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Remove old style NewSessionTicket from TLSv1.3Matt Caswell
2016-11-17Fix missing SSL_IS_TLS13(s) usageMatt Caswell
2016-11-16Fixed various style issues in the key_share codeMatt Caswell
2016-11-16Validate that the provided key_share is in supported_groupsMatt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-16Add the key_share processing to the server sideMatt Caswell
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-09Address some supported_versions review commentsMatt Caswell
2016-11-09Fix some missing checks for TLS1_3_VERSION_DRAFTMatt Caswell
2016-11-09Add a TODO(TLS1.3) about renegotationMatt Caswell
2016-11-09A style tweak based on feedback receivedMatt Caswell
2016-11-09Look at the supported_versions extension even if the server <TLS1.3Matt Caswell
2016-11-09Ensure that vent->smeth != NULL before we call vent->smeth()Matt Caswell
2016-11-09Address some review feedback comments for supported_versionsMatt Caswell
2016-11-09Add server side support for supported_versions extensionMatt Caswell
2016-11-09When no SRP identity is found, no error was reported server sideEasySec
2016-11-09Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)Matt Caswell
2016-11-09Move setting the session_id_len until after we filled the session_idMatt Caswell
2016-11-09Load the sessionid directly in SSLv2 compat ClientHelloMatt Caswell
2016-11-09Rename clienthello.version to clienthello.legacy_versionMatt Caswell
2016-11-09Fix some minor style issuesMatt Caswell
2016-11-09Add some function documentation and update some existing commentsMatt Caswell
2016-11-09Fix make update following extensions refactorMatt Caswell
2016-11-09Improve some comment documentation following the extensions refactorMatt Caswell
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell
2016-11-09Fix a memory leak in the ClientHello extension parsingMatt Caswell
2016-11-09Handle compression methods correctly with SSLv2 compat ClientHelloMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Now that we can use size_t in PACKET lets use itMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Resolve some outstanding size_t related TODOsMatt Caswell
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Update cookie_len for size_tMatt Caswell
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell
2016-11-04Convert session_id_length and sid_ctx_len to size_tMatt Caswell