aboutsummaryrefslogtreecommitdiff
path: root/ssl/statem/statem_locl.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-08Move ServerHello extension construction into the new extensions frameworkMatt Caswell1-0/+19
2016-12-08Split extensions code into core extensions and server extensions codeMatt Caswell1-0/+24
2016-12-08Add extensions construction supportMatt Caswell1-3/+5
2016-12-08Refactor ClientHello extension parsingMatt Caswell1-8/+20
2016-12-08Verify that extensions are used in the correct contextMatt Caswell1-2/+13
2016-12-08Add EncryptedExtensions messageMatt Caswell1-0/+1
2016-11-23Ensure the end of first server flight processing is doneMatt Caswell1-0/+1
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell1-1/+1
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell1-0/+3
2016-11-04Further libssl size_t-ify of readingMatt Caswell1-4/+4
2016-10-03Add a typedef for the construction functionMatt Caswell1-4/+4
2016-10-03Move setting of the handshake header up one more levelMatt Caswell1-2/+6
2016-10-03Remove the special case processing for finished constructionMatt Caswell1-2/+1
2016-10-03Don't set the handshake header in every messageMatt Caswell1-1/+0
2016-10-03Move init of the WPACKET into write_state_machine()Matt Caswell1-19/+20
2016-08-18Indent ssl/Emilia Kasper1-6/+5
2016-05-17Copyright consolidation 01/10Rich Salz1-51/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell1-16/+16
2015-10-30Convert enums to typedefsMatt Caswell1-42/+32
2015-10-30More state machine reorgMatt Caswell1-0/+181