]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_msg.c
Give a better error if an attempt is made to set a zero length groups list
[thirdparty/openssl.git] / ssl / d1_msg.c
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...