]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/crypto/tls.h
OpenSSL: Allow two server certificates/keys to be configured on server
[thirdparty/hostap.git] / src / crypto / tls.h
index a9ba7d11ae563cf0ddc5dc3f395cb5108a5ff298..c8b1a824ed54d830b11b022ae18cc8428c5d4560 100644 (file)
@@ -188,12 +188,15 @@ struct tls_connection_params {
        const char *suffix_match;
        const char *domain_match;
        const char *client_cert;
+       const char *client_cert2;
        const u8 *client_cert_blob;
        size_t client_cert_blob_len;
        const char *private_key;
+       const char *private_key2;
        const u8 *private_key_blob;
        size_t private_key_blob_len;
        const char *private_key_passwd;
+       const char *private_key_passwd2;
        const char *dh_file;
        const u8 *dh_blob;
        size_t dh_blob_len;