Add ctrl and macro so we can determine if peer support secure renegotiation.

This commit is contained in:
Dr. Stephen Henson
2009-12-08 13:42:32 +00:00
parent 10f99d7b77
commit b52a2738d4
5 changed files with 17 additions and 0 deletions

View File

@@ -2209,6 +2209,8 @@ static int init_ssl_connection(SSL *con)
con->kssl_ctx->client_princ);
}
#endif /* OPENSSL_NO_KRB5 */
BIO_printf(bio_s_out, "Secure Renegotiation IS%s supported\n",
SSL_get_secure_renegotiation_support(con) ? "" : " NOT");
return(1);
}