summaryrefslogtreecommitdiff
path: root/ssl/d1_msg.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve a TODO in ssl3_dispatch_alertMatt Caswell2022-11-141-1/+1
* Remove create_empty_fragment from do_dtls1_write()Matt Caswell2022-10-201-1/+1
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-8/+16
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-3/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev2019-05-301-2/+1
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-7/+7
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Remove special case code for SCTP reneg handlingMatt Caswell2017-04-251-12/+1
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-12/+1
* Convert libssl writing for size_tMatt Caswell2016-11-041-5/+6
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-291-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-110/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move in_handshake into STATEMMatt Caswell2015-10-301-2/+2
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-1/+1
* Implement Client TLS state machineMatt Caswell2015-10-301-2/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell2015-03-261-0/+202