Remove some obsolete/obscure internal define switches:
[openssl.git] / ssl / d1_msg.c
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...