summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_clnt.c
AgeCommit message (Expand)Author
2016-11-09Address some supported_versions review commentsMatt 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-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"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-04Update misc function params in libssl for size_tMatt 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-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-09-29Fix a bug in CKE construction for PSKMatt Caswell
2016-09-22Add -Wswitch-enumRich Salz
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky
2016-09-20Quiet compiler warning about uninitialised variableRichard Levitte
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-20Style tweaks following review feedbackMatt Caswell
2016-09-20Convert NextProto message construction to WPACKETMatt Caswell
2016-09-20Convert ClientVerify Construction to WPACKETMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-14Convert CKE construction to use the WPACKET APIMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Ensure the WPACKET gets cleaned up in the event of an errorMatt Caswell
2016-09-13Add WPACKET_sub_memcpy() functionMatt Caswell
2016-09-13Move from explicit sub-packets to implicit onesMatt Caswell
2016-09-13Rename PACKETW to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-23Fix leak on error in tls_construct_cke_gostMatt 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-04Fix ossl_statem_client_max_message_size() for DTLS1_BAD_VERDavid Woodhouse
2016-08-01peer_tmp doesn't exist if no-ec no-dh.Ben Laurie
2016-07-23Correct misspelt OPENSSL_NO_SRPRichard Levitte
2016-07-19Update error codes following tls_process_key_exchange() refactorMatt Caswell
2016-07-19Tidy up tls_process_key_exchange()Matt Caswell
2016-07-19Split out ECDHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out DHE from tls_process_key_exchange()Matt Caswell
2016-07-19Split out SRP from tls_process_key_exchange()Matt Caswell
2016-07-19Split out the PSK preamble from tls_process_key_exchange()Matt Caswell
2016-07-19Move the PSK preamble for tls_process_key_exchange()Matt Caswell