summaryrefslogtreecommitdiffstats
path: root/ssl/t1_reneg.c
AgeCommit message (Expand)Author
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-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-09-29Convert ServerHello construction to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-05-17Copyright consolidation 01/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-07PACKETise ServerHello processingMatt Caswell
2015-08-03PACKETise ClientHello processingMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-12-27Update RI to match latest spec.Dr. Stephen Henson
2009-12-08Add support for magic cipher suite value (MCSV). Make secure renegotiationDr. Stephen Henson
2009-11-09First cut of renegotiation extension. (port to HEAD)Dr. Stephen Henson