From 826a42a0888624780f6758df1282288cb34a570f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 16 Nov 2004 17:30:59 +0000 Subject: 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. --- apps/s_apps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/s_apps.h') 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); -- cgit v1.2.3