Print out whether EMS was supported.
Change-Id: I3c5aa418fe767bce883fcdd0a926f922f9f8bbd3 Reviewed-on: https://boringssl-review.googlesource.com/8082 Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
parent
156edfe536
commit
3995a38f3b
@ -181,6 +181,8 @@ void PrintConnectionInfo(const SSL *ssl) {
|
||||
}
|
||||
fprintf(stderr, " Secure renegotiation: %s\n",
|
||||
SSL_get_secure_renegotiation_support(ssl) ? "yes" : "no");
|
||||
fprintf(stderr, " Extended master secret: %s\n",
|
||||
SSL_get_extms_support(ssl) ? "yes" : "no");
|
||||
|
||||
const uint8_t *next_proto;
|
||||
unsigned next_proto_len;
|
||||
|
Loading…
Reference in New Issue
Block a user