Add SSL_get_tlsext_status_type() method
authorAlessandro Ghedini <alessandro@ghedini.me>
Tue, 10 May 2016 23:48:49 +0000 (00:48 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 7 Jun 2016 16:05:52 +0000 (17:05 +0100)
commit4300aaf3512167c6759ba1feedcbb28e4ba8413a
treeccdb3e61223ec2eb4052ba09ab28b537d4bc9206
parent56989dcd0e208dcad204e85367a20fab2a45e2f8
Add SSL_get_tlsext_status_type() method

The tlsext_status_type field in SSL is used by e.g. OpenResty to determine
if the client requested the certificate status, but SSL is now opaque.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/ssl.h
include/openssl/tls1.h
ssl/s3_lib.c