Sanity check the HRR version field
[openssl.git] / ssl / statem / extensions_cust.c
2017-08-03 Matt CaswellMove ossl_assert
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-10 Matt CaswellCopy custom extension flags in a call to SSL_set_SSL_CTX()
2017-05-03 Matt CaswellOnly send custom extensions where we have received...
2017-04-26 Graham EdgecombeReturn success in custom_ext_parse_old_cb_wrap if parse...
2017-04-07 Matt CaswellRemove an out of date TODO
2017-04-07 Matt CaswellCreate an ENDPOINT enum type for use internally
2017-04-07 Matt CaswellPrefix custom extension API callback types with SSL_
2017-04-07 Matt CaswellVarious style tweaks based on feedback
2017-04-07 Matt CaswellImplement a new custom extensions API
2017-04-07 Matt CaswellMove ssl/t1_ext.c to ssl/statem/extensions_cust.c