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

This commit is contained in:
Dr. Stephen Henson
2012-09-08 13:59:51 +00:00
parent 319354eb6c
commit 33a8de69dc
5 changed files with 77 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ int set_cert_key_and_authz(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
int ssl_print_sigalgs(BIO *out, SSL *s);
int ssl_print_curves(BIO *out, SSL *s);
#endif
int ssl_print_tmp_key(BIO *out, SSL *s);
int init_client(int *sock, char *server, int port, int type);
int should_retry(int i);
int extract_port(char *str, short *port_ptr);