commit | 03f44b974b1c85804b54af7c3ffb5241d5ffd952 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Wed Feb 22 17:26:44 2017 +0000 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Feb 27 18:23:18 2017 +0000 |
tree | a5da2267b5cc1e615edb973040fed6c2cfc89aca | |
parent | 013bc448672cbc3c9cd154709400c676c2955229 [diff] |
Initial incomplete TLS 1.3 certificate request support. This adds partial support for TLS 1.3 certificate request message. The request context and extensions are currently ignored on receive and set to zero length on send. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2728)