aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_msg.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte1-3/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-05-30issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev1-2/+1
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short1-7/+7
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+0
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell1-12/+1
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-12/+1
2016-11-04Convert libssl writing for size_tMatt Caswell1-5/+6
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-110/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-30Move in_handshake into STATEMMatt Caswell1-2/+2
2015-10-30Change statem prefix to ossl_statemMatt Caswell1-1/+1
2015-10-30Implement Client TLS state machineMatt Caswell1-2/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-03-26Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell1-0/+202