summaryrefslogtreecommitdiffstats
path: root/ssl/statem
AgeCommit message (Expand)Author
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
2016-11-04Convert master_secret_size code to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-03Fix linebreaks in the tls_construct_client_certificate functionMatt Caswell
2016-10-03Add a typedef for the construction functionMatt Caswell
2016-10-03Move setting of the handshake header up one more levelMatt Caswell
2016-10-03Remove the special case processing for finished constructionMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt Caswell
2016-10-03Don't set the handshake header in every messageMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02fix memory leakDr. Stephen Henson
2016-09-29Convert NewSessionTicket construction to WPACKETMatt Caswell
2016-09-29Convert CertStatus message construction to WPACKETMatt Caswell
2016-09-29Convert SeverDone construction to WPACKETMatt Caswell