Home
last modified time | relevance | path

Searched refs:MAX_CERT_DEPTH (Results 1 – 14 of 14) sorted by relevance

/dports/www/netsurf/netsurf-3.10/include/netsurf/
H A Dssl_certs.h54 #define MAX_CERT_DEPTH 10 macro
79 } certs[MAX_CERT_DEPTH];
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dssl_verify.h51 #define MAX_CERT_DEPTH 16 macro
60 struct cert_hash *ch[MAX_CERT_DEPTH]; /**< Array of certificate hashes */
H A Dssl_verify.c218 if (error_depth >= 0 && error_depth < MAX_CERT_DEPTH) in cert_hash_remember()
241 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_free()
255 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_compare()
294 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_copy()
692 if (cert_depth >= MAX_CERT_DEPTH) in verify_cert()
694 …onvoluted certificate chain detected with depth [%d] greater than %d", cert_depth, MAX_CERT_DEPTH); in verify_cert()
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl_verify.h51 #define MAX_CERT_DEPTH 16 macro
60 struct cert_hash *ch[MAX_CERT_DEPTH]; /**< Array of certificate hashes */
H A Dssl_verify.c217 if (error_depth >= 0 && error_depth < MAX_CERT_DEPTH) in cert_hash_remember()
240 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_free()
254 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_compare()
293 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_copy()
718 if (cert_depth >= MAX_CERT_DEPTH) in verify_cert()
720 …onvoluted certificate chain detected with depth [%d] greater than %d", cert_depth, MAX_CERT_DEPTH); in verify_cert()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dssl_verify.h51 #define MAX_CERT_DEPTH 16 macro
60 struct cert_hash *ch[MAX_CERT_DEPTH]; /**< Array of certificate hashes */
H A Dssl_verify.c218 if (error_depth >= 0 && error_depth < MAX_CERT_DEPTH) in cert_hash_remember()
241 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_free()
255 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_compare()
294 for (i = 0; i < MAX_CERT_DEPTH; ++i) in cert_hash_copy()
692 if (cert_depth >= MAX_CERT_DEPTH) in verify_cert()
694 …onvoluted certificate chain detected with depth [%d] greater than %d", cert_depth, MAX_CERT_DEPTH); in verify_cert()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/usr.sbin/rpki-client/
H A Dparser.c237 X509_STORE_CTX_set_depth(ctx, MAX_CERT_DEPTH); in valid_x509()
905 struct cert *stack[MAX_CERT_DEPTH]; in parse_load_certchain()
906 char *filestack[MAX_CERT_DEPTH]; in parse_load_certchain()
910 for (i = 0; i < MAX_CERT_DEPTH; i++) { in parse_load_certchain()
928 if (i >= MAX_CERT_DEPTH) { in parse_load_certchain()
930 MAX_CERT_DEPTH); in parse_load_certchain()
931 for (i = 0; i < MAX_CERT_DEPTH; i++) in parse_load_certchain()
H A Dextern.h642 #define MAX_CERT_DEPTH 12 macro
/dports/security/pgpin/pgp263in/src/
H A Dconfig.c46 #define MAX_CERT_DEPTH 8 macro
399 if( max_cert_depth > MAX_CERT_DEPTH ) in processAssignment()
400 max_cert_depth = MAX_CERT_DEPTH; in processAssignment()
/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dradsecproxy.h25 #define MAX_CERT_DEPTH 5 macro
H A Dtlscommon.c108 if (depth > MAX_CERT_DEPTH) { in verify_cb()
326 SSL_CTX_set_verify_depth(ctx, MAX_CERT_DEPTH + 1);
/dports/www/netsurf/netsurf-3.10/content/fetchers/
H A Dcurl.c241 struct cert_info cert_data[MAX_CERT_DEPTH]; /**< HTTPS certificate data */
586 BUF_MEM *buf[MAX_CERT_DEPTH]; in fetch_curl_store_certs_in_cache()
717 if (depth >= MAX_CERT_DEPTH) { in fetch_curl_verify_callback()
1171 for (i = 0; i < MAX_CERT_DEPTH; i++) { in fetch_curl_free()
/dports/www/netsurf/netsurf-3.10/content/
H A Dllcache.c1604 if (ssl_cert_count > MAX_CERT_DEPTH) { in llcache_process_metadata()