crypto/threads_pthread.c: refactor all atomics fallbacks for type safety
[openssl.git] / ssl / s3_msg.c
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-09-23 Matt CaswellConvert the write record layer to supply proper return...
2022-09-23 Matt CaswellMove logic for figuring out the record version out...
2022-09-23 Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-05-20 Matt CaswellUpdate copyright year
2021-05-06 Dmitry BelyavskiyAvoid sending alerts after shutdown
2020-11-26 Matt CaswellUpdate copyright year
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-15 Matt CaswellAdd a missing SSLfatal call
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Matt CaswellDon't calculate the Finished MAC twice
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-06-06 Todd ShortAlways flush the BIO when we send any alert
2017-03-02 Matt CaswellProvide functions to write early data
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-08-18 Emilia KasperIndent ssl/
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-03-07 Matt CaswellImplement write pipeline support in libssl
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-30 Matt CaswellRemove redundant code
2015-03-26 Matt CaswellIntroduce the functions RECORD_LAYER_release, RECORD_LA...
2015-03-26 Matt CaswellSplit out non record layer functions out of s3_pkt...