| commit | f63e42887271c61b1c803586a47ecbfa49243a0a | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Fri Dec 02 14:46:54 2016 +0000 |
| committer | Matt Caswell <matt@openssl.org> | Fri Jan 06 10:25:13 2017 +0000 |
| tree | b686adf3a1841101867f35b3bb775e8bfb3088d1 | |
| parent | e96e0f8e420c42f28b0e86c9cf757f152f696321 [diff] |
Implement TLSv1.3 style CertificateStatus We remove the separate CertificateStatus message for TLSv1.3, and instead send back the response in the appropriate Certificate message extension. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2020)