summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-03-06 14:28:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-03-06 14:28:21 +0000
commite7f8ff43826494896548d054ee8dbb96367f00af (patch)
treef2737a5b558ec42d404ae2d5a2676de7593bd965 /apps/s_apps.h
parent62b6948a2710c2a095b87b0b9c4b89f7b23246a9 (diff)
New ctrls to retrieve supported signature algorithms and curves and
extensions to s_client and s_server to print out retrieved valued. Extend CERT structure to cache supported signature algorithm data.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 820e5c5815..39a11d9a77 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -155,6 +155,8 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
#ifdef HEADER_SSL_H
int set_cert_stuff(SSL_CTX *ctx, char *cert_file, char *key_file);
int set_cert_key_stuff(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 init_client(int *sock, char *server, int port, int type);
int should_retry(int i);