summaryrefslogtreecommitdiff
path: root/pppd/pppd.h
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-06-04 18:30:16 -0700
committerGitHub <noreply@github.com>2021-06-05 11:30:16 +1000
commit5749374dc2accc607b1aa2b3a4c6c71c0fb9f5cf (patch)
tree72b8101897455e158cc282b6e464e60773330e90 /pppd/pppd.h
parentd706c95906d996534f13632a747af5dc617f306e (diff)
downloadppp-5749374dc2accc607b1aa2b3a4c6c71c0fb9f5cf.tar.gz
pppd: Support for use of PKCS12 certificates (#264)
This implements the ability to specify the option 'pkcs12' to allow users to provide a PKCS12 formatted file as user credentials. Signed-off-by: Eivind Naess <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/pppd.h')
-rw-r--r--pppd/pppd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pppd/pppd.h b/pppd/pppd.h
index 05e8e37..6a19091 100644
--- a/pppd/pppd.h
+++ b/pppd/pppd.h
@@ -344,6 +344,7 @@ extern int child_wait; /* # seconds to wait for children at end */
extern char *crl_dir;
extern char *crl_file;
+extern char *pkcs12_file;
extern char *max_tls_version;
extern bool tls_verify_key_usage;
extern char *tls_verify_method;