summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2017-01-06Create Certificate messages in TLS1.3 formatMatt Caswell
2016-12-08Fix more style issues following extensions refactor feedbackMatt Caswell
2016-12-08Introduce TLSEXT_STATUSTYPE_nothing constantMatt Caswell
2016-12-08Change TLSEXT_IDX_* values into an enumMatt Caswell
2016-12-08Move ServerHello extension parsing into the new extension frameworkMatt Caswell
2016-12-08Avoid repeatedly scanning the list of extensionsMatt Caswell
2016-12-08Simplify ClientHello extension parsingMatt Caswell
2016-12-08Move client construction of ClientHello extensions into new frameworkMatt Caswell
2016-12-08Move client parsing of ServerHello extensions into new frameworkMatt Caswell
2016-12-08Move ServerHello extension construction into the new extensions frameworkMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-23Use ClientHello.legacy_version for the RSA pre-master no matter whatMatt Caswell
2016-11-23Fix SSL_IS_TLS13(s)Matt Caswell
2016-11-23Create the Finished message payloadMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-16Add key_share info to the ServerHelloMatt 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-09Add server side support for supported_versions extensionMatt Caswell
2016-11-09Add support for TLS1.3 secret generationMatt Caswell
2016-11-09Make some CLIENTHELLO_MSG function arguments constMatt Caswell
2016-11-09Rename clienthello.version to clienthello.legacy_versionMatt Caswell
2016-11-09Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Update misc function params in libssl for size_tMatt Caswell
2016-11-04Convert some libssl local functions to 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 various mac_secret_size usage to size_tMatt Caswell
2016-11-04Convert ssl3_cbc_digest_record for size_tMatt Caswell
2016-11-04Convert some misc record layer functions for 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 DTLS_get_data_mtu() functionDavid Woodhouse
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-10-03Harmonise setting the header and closing constructionMatt 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-02Remove ssl_set_handshake_header()Matt Caswell
2016-10-02Remove the tls12_get_sigandhash_old() functionMatt Caswell
2016-09-29Remove tls12_copy_sigalgs_old()Matt Caswell