summaryrefslogtreecommitdiffstats
path: root/ssl/d1_msg.c
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-08-25Always use uint8_t for TLS record typeTomas Mraz
2022-11-14Resolve a TODO in ssl3_dispatch_alertMatt Caswell
2022-10-20Remove create_empty_fragment from do_dtls1_write()Matt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-10-28fix some code with obvious wrong coding stylex2018
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-05-30issue-8998: Ensure that the alert is generated and reaches the remoteagnosticdev
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22(Re)move some things from e_os.hRich Salz
2017-04-25Remove special case code for SCTP reneg handlingMatt Caswell
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-03-26Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell