]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_msg.c
Copyright year updates
[thirdparty/openssl.git] / ssl / d1_msg.c
2023-09-07  Matt CaswellCopyright year updates
2023-08-25  Tomas MrazAlways use uint8_t for TLS record type
2022-11-14  Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-10-20  Matt CaswellRemove create_empty_fragment from do_dtls1_write()
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2021-10-28  x2018fix some code with obvious wrong coding style
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-05-30  agnosticdevissue-8998: Ensure that the alert is generated and...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-18  KaoruTodaRemove parentheses of return.
2017-08-22  Rich Salz(Re)move some things from e_os.h
2017-04-25  Matt CaswellRemove special case code for SCTP reneg handling
2017-03-01  Emilia KasperRemove some obsolete/obscure internal define switches:
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-06-29  FdaSilvaYYWhitespace cleanup in ssl folder
2016-05-17  Rich SalzCopyright consolidation 01/10
2016-01-26  Rich SalzRemove /* foo.c */ comments
2015-10-30  Matt CaswellMove in_handshake into STATEM
2015-10-30  Matt CaswellChange statem prefix to ossl_statem
2015-10-30  Matt CaswellImplement Client TLS state machine
2015-05-06  Rich Salzmemset, memcpy, sizeof consistency fixes
2015-03-26  Matt CaswellSplit out non record layer functions out of s3_pkt...