aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_msg.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-20Update copyright yearMatt Caswell1-1/+1
2021-05-06Avoid sending alerts after shutdownDmitry Belyavskiy1-0/+2
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short1-10/+10
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-11-15Add a missing SSLfatal callMatt Caswell1-2/+6
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell1-23/+0
2017-10-18Remove parentheses of return.KaoruToda1-3/+3
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-1/+1
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+0
2017-06-06Always flush the BIO when we send any alertTodd Short1-5/+3
2017-03-02Provide functions to write early dataMatt Caswell1-1/+4
2016-11-04Fix some missed size_t updatesMatt Caswell1-1/+1
2016-11-04Update numerous misc libssl fields to be size_tMatt Caswell1-5/+5
2016-11-04Convert libssl writing for size_tMatt Caswell1-3/+5
2016-08-18Indent ssl/Emilia Kasper1-2/+1
2016-06-08Always use session_ctx when removing a sessionTodd Short1-1/+1
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+6
2016-03-07Implement write pipeline support in libsslMatt Caswell1-1/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-10-30Remove redundant codeMatt Caswell1-2/+2
2015-03-26Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell1-1/+1
2015-03-26Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell1-0/+226