summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2017-01-30Always ensure that session->cipher is setMatt Caswell
2017-01-30Tweak a commentMatt Caswell
2017-01-30Implement Server side of PSK extension parsingMatt Caswell
2017-01-30Add support for the age_add fieldMatt Caswell
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
2017-01-30Add support for the psk_key_exchange_modes extensionMatt Caswell
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-26Use correct signature algorithm list when sending or checking.Dr. Stephen Henson
2017-01-25Fix a few misspellings.FdaSilvaYY
2017-01-23Add support for key logging callbacks.Cory Benfield
2017-01-11Fix compilation with no-nextprotonegMatt Caswell
2017-01-10Extend PSS signature support to TLSv1.2Matt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2017-01-10Remove some unneeded functionsMatt Caswell
2017-01-10Use NIDs instead of the old TLSv1.2 sigalgs hash and sig idsMatt Caswell
2017-01-10Remove a redundant functionMatt Caswell
2017-01-10Convert Sigalgs processing to use intsMatt Caswell
2017-01-10Make CertificateVerify TLS1.3 awareMatt Caswell
2017-01-09Review commentsRich Salz
2017-01-09Use typedefs for PSK, NPN, ALPN callback functionsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
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