Add sslapitest for SSL_early_get1_extensions_present()
authorBenjamin Kaduk <bkaduk@akamai.com>
Fri, 17 Mar 2017 14:39:01 +0000 (09:39 -0500)
committerMatt Caswell <matt@openssl.org>
Mon, 12 Jun 2017 08:31:48 +0000 (09:31 +0100)
commit8ea404fb3ad97a21456af4075a62ddf1bfa06652
tree0ab987eda149e915736df80f9d658caf55625234
parent193b5d769cdaa3bc0778f7b7ae354618097ca61e
Add sslapitest for SSL_early_get1_extensions_present()

Call it from the early callback used for testing these functions, and verify
the expected contents of the ClientHello

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2976)
test/sslapitest.c