summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/wpa/src/tls/tlsv1_cred.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/contrib/wpa/src/tls/tlsv1_cred.h')
-rw-r--r--freebsd/contrib/wpa/src/tls/tlsv1_cred.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/freebsd/contrib/wpa/src/tls/tlsv1_cred.h b/freebsd/contrib/wpa/src/tls/tlsv1_cred.h
index 68fbdc92..716e93c3 100644
--- a/freebsd/contrib/wpa/src/tls/tlsv1_cred.h
+++ b/freebsd/contrib/wpa/src/tls/tlsv1_cred.h
@@ -14,11 +14,19 @@ struct tlsv1_credentials {
struct x509_certificate *cert;
struct crypto_private_key *key;
+ unsigned int cert_probe:1;
+ unsigned int ca_cert_verify:1;
+ unsigned int server_cert_only:1;
+ u8 srv_cert_hash[32];
+
/* Diffie-Hellman parameters */
u8 *dh_p; /* prime */
size_t dh_p_len;
u8 *dh_g; /* generator */
size_t dh_g_len;
+
+ char *ocsp_stapling_response;
+ char *ocsp_stapling_response_multi;
};