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