]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/s3_msg.c
OPENSSL_s390xcap.pod: list msa9 facility bit (155)
[thirdparty/openssl.git] / ssl / s3_msg.c
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...