/dports/security/openvpn/openvpn-2.5.6/src/openvpn/ |
H A D | ssl_verify_backend.h | 57 result_t verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth); 87 char *x509_get_subject(openvpn_x509_cert_t *cert, struct gc_arena *gc); 97 struct buffer x509_get_sha1_fingerprint(openvpn_x509_cert_t *cert, 108 struct buffer x509_get_sha256_fingerprint(openvpn_x509_cert_t *cert, 147 char *backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc); 160 char *backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, 172 void x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *cert); 209 const int depth, openvpn_x509_cert_t *x509); 222 result_t x509_verify_ns_cert_type(openvpn_x509_cert_t *cert, const int usage); 250 result_t x509_verify_cert_eku(openvpn_x509_cert_t *x509, const char *const expected_oid); [all …]
|
H A D | plugin.h | 133 openvpn_x509_cert_t *current_cert 193 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
H A D | ssl_verify_openssl.h | 37 typedef X509 openvpn_x509_cert_t; typedef
|
H A D | ssl_verify_mbedtls.h | 37 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef
|
H A D | ssl_verify.c | 345 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, in verify_peer_cert() 421 verify_cert_set_env(struct env_set *es, openvpn_x509_cert_t *peer_cert, int cert_depth, in verify_cert_set_env() 482 int cert_depth, openvpn_x509_cert_t *cert, char *subject) in verify_cert_call_plugin() 511 verify_cert_export_cert(openvpn_x509_cert_t *peercert, const char *tmp_dir, struct gc_arena *gc) in verify_cert_export_cert() 550 … int cert_depth, openvpn_x509_cert_t *cert, char *subject, const char *verify_export_cert) in verify_cert_call_command() 604 verify_check_crl_dir(const char *crl_dir, openvpn_x509_cert_t *cert, in verify_check_crl_dir() 646 verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth) in verify_cert()
|
H A D | ssl_verify_openssl.c | 284 backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial() 303 backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial_hex() 520 x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *peer_cert) in x509_setenv() 579 x509_verify_ns_cert_type(openvpn_x509_cert_t *peer_cert, const int usage) in x509_verify_ns_cert_type()
|
H A D | plugin.c | 532 openvpn_x509_cert_t *current_cert in plugin_call_item() 793 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/ |
H A D | ssl_verify_backend.h | 57 result_t verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth); 87 char *x509_get_subject(openvpn_x509_cert_t *cert, struct gc_arena *gc); 97 struct buffer x509_get_sha1_fingerprint(openvpn_x509_cert_t *cert, 108 struct buffer x509_get_sha256_fingerprint(openvpn_x509_cert_t *cert, 147 char *backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc); 160 char *backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, 172 void x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *cert); 209 const int depth, openvpn_x509_cert_t *x509); 222 result_t x509_verify_ns_cert_type(openvpn_x509_cert_t *cert, const int usage); 250 result_t x509_verify_cert_eku(openvpn_x509_cert_t *x509, const char *const expected_oid); [all …]
|
H A D | plugin.h | 133 openvpn_x509_cert_t *current_cert 193 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
H A D | ssl_verify_openssl.h | 37 typedef X509 openvpn_x509_cert_t; typedef
|
H A D | ssl_verify_mbedtls.h | 37 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef
|
H A D | ssl_verify.c | 344 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, in verify_peer_cert() 420 verify_cert_set_env(struct env_set *es, openvpn_x509_cert_t *peer_cert, int cert_depth, in verify_cert_set_env() 481 int cert_depth, openvpn_x509_cert_t *cert, char *subject) in verify_cert_call_plugin() 510 verify_cert_export_cert(openvpn_x509_cert_t *peercert, const char *tmp_dir, struct gc_arena *gc) in verify_cert_export_cert() 549 … int cert_depth, openvpn_x509_cert_t *cert, char *subject, const char *verify_export_cert) in verify_cert_call_command() 603 verify_check_crl_dir(const char *crl_dir, openvpn_x509_cert_t *cert, in verify_check_crl_dir() 645 verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth) in verify_cert()
|
H A D | ssl_verify_openssl.c | 299 backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial() 318 backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial_hex() 531 x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *peer_cert) in x509_setenv() 590 x509_verify_ns_cert_type(openvpn_x509_cert_t *peer_cert, const int usage) in x509_verify_ns_cert_type()
|
H A D | plugin.c | 532 openvpn_x509_cert_t *current_cert in plugin_call_item() 793 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/ |
H A D | ssl_verify_backend.h | 57 result_t verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth); 87 char *x509_get_subject(openvpn_x509_cert_t *cert, struct gc_arena *gc); 97 struct buffer x509_get_sha1_fingerprint(openvpn_x509_cert_t *cert, 108 struct buffer x509_get_sha256_fingerprint(openvpn_x509_cert_t *cert, 147 char *backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc); 160 char *backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, 172 void x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *cert); 209 const int depth, openvpn_x509_cert_t *x509); 222 result_t x509_verify_ns_cert_type(openvpn_x509_cert_t *cert, const int usage); 250 result_t x509_verify_cert_eku(openvpn_x509_cert_t *x509, const char *const expected_oid); [all …]
|
H A D | plugin.h | 133 openvpn_x509_cert_t *current_cert 193 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
H A D | ssl_verify_openssl.h | 37 typedef X509 openvpn_x509_cert_t; typedef
|
H A D | ssl_verify_mbedtls.h | 37 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef
|
H A D | ssl_verify.c | 345 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, in verify_peer_cert() 421 verify_cert_set_env(struct env_set *es, openvpn_x509_cert_t *peer_cert, int cert_depth, in verify_cert_set_env() 482 int cert_depth, openvpn_x509_cert_t *cert, char *subject) in verify_cert_call_plugin() 511 verify_cert_export_cert(openvpn_x509_cert_t *peercert, const char *tmp_dir, struct gc_arena *gc) in verify_cert_export_cert() 550 … int cert_depth, openvpn_x509_cert_t *cert, char *subject, const char *verify_export_cert) in verify_cert_call_command() 604 verify_check_crl_dir(const char *crl_dir, openvpn_x509_cert_t *cert, in verify_check_crl_dir() 646 verify_cert(struct tls_session *session, openvpn_x509_cert_t *cert, int cert_depth) in verify_cert()
|
H A D | ssl_verify_openssl.c | 284 backend_x509_get_serial(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial() 303 backend_x509_get_serial_hex(openvpn_x509_cert_t *cert, struct gc_arena *gc) in backend_x509_get_serial_hex() 520 x509_setenv(struct env_set *es, int cert_depth, openvpn_x509_cert_t *peer_cert) in x509_setenv() 579 x509_verify_ns_cert_type(openvpn_x509_cert_t *peer_cert, const int usage) in x509_verify_ns_cert_type()
|
H A D | plugin.c | 532 openvpn_x509_cert_t *current_cert in plugin_call_item() 793 openvpn_x509_cert_t *current_cert in plugin_call_ssl()
|
/dports/security/openvpn/openvpn-2.5.6/include/ |
H A D | openvpn-plugin.h | 34 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef 40 typedef X509 openvpn_x509_cert_t; typedef 440 openvpn_x509_cert_t *current_cert;
|
/dports/security/openvpn-mbedtls/openvpn-2.5.6/include/ |
H A D | openvpn-plugin.h | 34 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef 40 typedef X509 openvpn_x509_cert_t; typedef 440 openvpn_x509_cert_t *current_cert;
|
H A D | openvpn-plugin.h.in | 33 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef 39 typedef X509 openvpn_x509_cert_t; typedef 439 openvpn_x509_cert_t *current_cert;
|
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/include/ |
H A D | openvpn-plugin.h.in | 33 typedef mbedtls_x509_crt openvpn_x509_cert_t; typedef 39 typedef X509 openvpn_x509_cert_t; typedef 439 openvpn_x509_cert_t *current_cert;
|