new ctrl to retrive value of received temporary key in server key exchange message, print out details in s_client

(backport from HEAD)
This commit is contained in:
Dr. Stephen Henson
2012-12-26 16:23:36 +00:00
parent a50ecaee56
commit 2001129f09
5 changed files with 77 additions and 0 deletions

View File

@@ -2082,6 +2082,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
}
ssl_print_sigalgs(bio, s);
ssl_print_tmp_key(bio, s);
BIO_printf(bio,"---\nSSL handshake has read %ld bytes and written %ld bytes\n",
BIO_number_read(SSL_get_rbio(s)),