summaryrefslogtreecommitdiffstats
path: root/apps/s_apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-11-16 17:30:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-11-16 17:30:59 +0000
commit826a42a0888624780f6758df1282288cb34a570f (patch)
tree59d793bfdf70dd28de767eb0cf8c73d907940017 /apps/s_apps.h
parent19f39703f7b71e421f5de3e22e3567d03934d6a7 (diff)
PR: 910
Add command line options -certform, -keyform and -pass to s_client and s_server. This supports the use of alternative passphrase sources, key formats and keys handled by an ENGINE. Update docs.
Diffstat (limited to 'apps/s_apps.h')
-rw-r--r--apps/s_apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/s_apps.h b/apps/s_apps.h
index b3919b4690..4e989b819c 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -154,6 +154,7 @@ int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
#endif
#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);
#endif
int init_client(int *sock, char *server, int port);
int should_retry(int i);