Add SSL/SSL_CTX_use_cert_and_key()
[openssl.git] / ssl / s3_msg.c
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...