Introduce named constants for the ClientHello callback.
authorDavid Benjamin <davidben@google.com>
Thu, 7 Sep 2017 22:53:05 +0000 (18:53 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Fri, 8 Sep 2017 18:58:59 +0000 (13:58 -0500)
commitf1b97da1fd90cf3935eafedc8df0d0165cb75f2f
tree6db3aa66ae0837c2e2a0dec5c065ef021962e384
parentf90486f4def6c20e3021405068b69533d164244f
Introduce named constants for the ClientHello callback.

It is otherwise unclear what all the magic numbers mean.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4349)
doc/man3/SSL_CTX_set_client_hello_cb.pod
include/openssl/ssl.h
ssl/statem/statem_srvr.c
test/handshake_helper.c
test/sslapitest.c