summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_locl.h
AgeCommit message (Expand)Author
2017-01-10Move Certificate Verify construction and processing into statem_lib.cMatt Caswell
2017-01-06Rename the chain variable to chainidxMatt Caswell
2017-01-06Implement TLSv1.3 style CertificateStatusMatt Caswell
2017-01-06Extends extension parsing to take the CertificateMatt Caswell
2017-01-06Extend tls_construct_extensions() to enable passing of a certificateMatt Caswell
2016-12-08Fix the declaration of tls_parse_extension in statem_locl.hMatt Caswell
2016-12-08Various style updates following extensions refactorMatt 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-08Rename some functionsMatt Caswell
2016-12-08Move ServerHello extension construction into the new extensions frameworkMatt Caswell
2016-12-08Split extensions code into core extensions and server extensions codeMatt Caswell
2016-12-08Add extensions construction supportMatt Caswell
2016-12-08Refactor ClientHello extension parsingMatt Caswell
2016-12-08Verify that extensions are used in the correct contextMatt Caswell
2016-12-08Add EncryptedExtensions messageMatt Caswell
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt 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-03Don't set the handshake header in every messageMatt Caswell
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30More state machine reorgMatt Caswell