summaryrefslogtreecommitdiff
path: root/ssl/s3_msg.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-141-7/+29
* Convert the write record layer to supply proper return valuesMatt Caswell2022-09-231-1/+2
* Move logic for figuring out the record version out of record layerMatt Caswell2022-09-231-0/+8
* Replace references to s->wbio with rl->bioMatt Caswell2022-09-231-0/+5
* Create the write record layer method and object and use itMatt Caswell2022-09-231-1/+1
* Move initial TLS write record layer code into new structureMatt Caswell2022-09-231-5/+11
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-17/+24
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Avoid sending alerts after shutdownDmitry Belyavskiy2021-05-061-0/+2
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-10/+10
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Add a missing SSLfatal callMatt Caswell2018-11-151-2/+6
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Don't calculate the Finished MAC twiceMatt Caswell2018-02-091-23/+0
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Always flush the BIO when we send any alertTodd Short2017-06-061-5/+3
* Provide functions to write early dataMatt Caswell2017-03-021-1/+4
* Fix some missed size_t updatesMatt Caswell2016-11-041-1/+1
* Update numerous misc libssl fields to be size_tMatt Caswell2016-11-041-5/+5
* Convert libssl writing for size_tMatt Caswell2016-11-041-3/+5
* Indent ssl/Emilia Kasper2016-08-181-2/+1
* Always use session_ctx when removing a sessionTodd Short2016-06-081-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* Implement write pipeline support in libsslMatt Caswell2016-03-071-1/+3
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove redundant codeMatt Caswell2015-10-301-2/+2
* Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell2015-03-261-1/+1
* Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell2015-03-261-0/+226