summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_srvr.c
AgeCommit message (Expand)Author
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-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-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-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Update cookie_len for 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-04Further libssl size_t-ify of readingMatt 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
2016-09-29Fix missing NULL checks in NewSessionTicket constructionMatt Caswell
2016-09-29Fix an mis-matched function code so that "make update" doesn't failMatt Caswell
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Convert ServerKeyExchange construction to WPACKETMatt Caswell
2016-09-29Convert CertificateRequest construction to WPACKETMatt Caswell
2016-09-29Address style feedback commentsMatt Caswell
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell
2016-09-28Convert HelloRequest construction to WPACKETMatt Caswell
2016-09-26Fix HelloVerifyRequest constructionMatt Caswell
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell
2016-09-22Add -Wswitch-enumRich Salz
2016-09-20Convert ClientVerify Construction to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-30Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-15Fix no-ecDr. Stephen Henson
2016-08-13Modify TLS support for new X25519 API.Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-25zero pad DHE public key in ServerKeyExchange message for interoprussor
2016-07-22Send alert for bad DH CKEDr. Stephen Henson