Home
last modified time | relevance | path

Searched defs:tls_root_ctx (Results 1 – 6 of 6) sorted by relevance

/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dssl_mbedtls.h91 struct tls_root_ctx { struct
92 bool initialised; /**< True if the context has been initialised */
96 mbedtls_dhm_context *dhm_ctx; /**< Diffie-Helmann-Merkle context */
97 mbedtls_x509_crt *crt_chain; /**< Local Certificate chain */
99 mbedtls_pk_context *priv_key; /**< Local private key */
100 mbedtls_x509_crl *crl; /**< Certificate Revocation List */
101 time_t crl_last_mtime; /**< CRL last modification time */
102 off_t crl_last_size; /**< size of last loaded CRL */
104 pkcs11h_certificate_t pkcs11_cert; /**< PKCS11 certificate */
106 struct external_context external_key; /**< External key context */
[all …]
H A Dssl_openssl.h38 struct tls_root_ctx { struct
39 SSL_CTX *ctx;
40 time_t crl_last_mtime;
41 off_t crl_last_size;
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dssl_mbedtls.h91 struct tls_root_ctx { struct
92 bool initialised; /**< True if the context has been initialised */
96 mbedtls_dhm_context *dhm_ctx; /**< Diffie-Helmann-Merkle context */
97 mbedtls_x509_crt *crt_chain; /**< Local Certificate chain */
99 mbedtls_pk_context *priv_key; /**< Local private key */
100 mbedtls_x509_crl *crl; /**< Certificate Revocation List */
101 time_t crl_last_mtime; /**< CRL last modification time */
102 off_t crl_last_size; /**< size of last loaded CRL */
104 pkcs11h_certificate_t pkcs11_cert; /**< PKCS11 certificate */
106 struct external_context external_key; /**< External key context */
[all …]
H A Dssl_openssl.h38 struct tls_root_ctx { struct
39 SSL_CTX *ctx;
40 time_t crl_last_mtime;
41 off_t crl_last_size;
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl_mbedtls.h104 struct tls_root_ctx { struct
105 bool initialised; /**< True if the context has been initialised */
109 mbedtls_dhm_context *dhm_ctx; /**< Diffie-Helmann-Merkle context */
110 mbedtls_x509_crt *crt_chain; /**< Local Certificate chain */
112 mbedtls_pk_context *priv_key; /**< Local private key */
113 mbedtls_x509_crl *crl; /**< Certificate Revocation List */
114 time_t crl_last_mtime; /**< CRL last modification time */
115 off_t crl_last_size; /**< size of last loaded CRL */
117 pkcs11h_certificate_t pkcs11_cert; /**< PKCS11 certificate */
119 struct external_context external_key; /**< External key context */
[all …]
H A Dssl_openssl.h38 struct tls_root_ctx { struct
39 SSL_CTX *ctx;
40 time_t crl_last_mtime;
41 off_t crl_last_size;