Home
last modified time | relevance | path

Searched refs:ca_crl (Results 1 – 25 of 74) sorted by relevance

123

/dports/www/hiawatha/hiawatha-10.12/src/
H A Dtls.c61 mbedtls_x509_crl *ca_crl; member
243 mbedtls_ssl_set_hs_ca_chain(context, sni->ca_certificate, sni->ca_crl); in sni_callback()
346 mbedtls_ssl_conf_ca_chain(*tls_config, tls_setup->ca_certificate, tls_setup->ca_crl); in tls_set_config()
375 sni->ca_crl = tls_setup->ca_crl; in tls_register_sni()
462 int tls_load_ca_crl(char *file, mbedtls_x509_crl **ca_crl) { in tls_load_ca_crl() argument
469 if ((*ca_crl = (mbedtls_x509_crl*)malloc(sizeof(mbedtls_x509_crl))) == NULL) { in tls_load_ca_crl()
472 mbedtls_x509_crl_init(*ca_crl); in tls_load_ca_crl()
474 if ((result = mbedtls_x509_crl_parse_file(*ca_crl, file)) != 0) { in tls_load_ca_crl()
H A Dtls.h45 TLS_crl *ca_crl; member
64 int tls_load_ca_crl(char *file, TLS_crl **ca_crl);
H A Dhiawatha.c641 if (tls_load_ca_crl(binding->ca_crl_file, &(binding->ca_crl)) != 0) {
650 tls_setup.ca_crl = binding->ca_crl;
692 if (tls_load_ca_crl(host->ca_crl_file, &(host->ca_crl)) != 0) {
712 tls_setup.ca_crl = host->ca_crl;
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dx509_crt.h422 mbedtls_x509_crl *ca_crl,
456 mbedtls_x509_crl *ca_crl,
486 mbedtls_x509_crl *ca_crl,
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dx509_crt.h413 mbedtls_x509_crl *ca_crl,
447 mbedtls_x509_crl *ca_crl,
477 mbedtls_x509_crl *ca_crl,
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dx509_crt.h413 mbedtls_x509_crl *ca_crl,
447 mbedtls_x509_crl *ca_crl,
477 mbedtls_x509_crl *ca_crl,
/dports/comms/fldigi/fldigi-4.1.20/src/include/mbedtls/
H A Dx509_crt.h390 mbedtls_x509_crl *ca_crl,
424 mbedtls_x509_crl *ca_crl,
454 mbedtls_x509_crl *ca_crl,
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/include/mbedtls/
H A Dx509_crt.h388 mbedtls_x509_crl *ca_crl,
422 mbedtls_x509_crl *ca_crl,
452 mbedtls_x509_crl *ca_crl,
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/include/mbedtls/
H A Dx509_crt.h388 mbedtls_x509_crl *ca_crl,
422 mbedtls_x509_crl *ca_crl,
452 mbedtls_x509_crl *ca_crl,
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/include/mbedtls/
H A Dx509_crt.h610 mbedtls_x509_crl *ca_crl,
651 mbedtls_x509_crl *ca_crl,
685 mbedtls_x509_crl *ca_crl,
/dports/www/hiawatha/hiawatha-10.12/mbedtls/include/mbedtls/
H A Dx509_crt.h610 mbedtls_x509_crl *ca_crl,
651 mbedtls_x509_crl *ca_crl,
685 mbedtls_x509_crl *ca_crl,
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/include/mbedtls/
H A Dx509_crt.h619 mbedtls_x509_crl *ca_crl, in box_overlap()
660 mbedtls_x509_crl *ca_crl, in box_below()
694 mbedtls_x509_crl *ca_crl, in box_contained()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/include/mbedtls/
H A Dx509_crt.h610 mbedtls_x509_crl *ca_crl,
651 mbedtls_x509_crl *ca_crl,
685 mbedtls_x509_crl *ca_crl,
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/mbedtls/
H A Dx509_crt.h610 mbedtls_x509_crl *ca_crl,
651 mbedtls_x509_crl *ca_crl,
685 mbedtls_x509_crl *ca_crl,
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/mbedtls/
H A Dx509_crt.h610 mbedtls_x509_crl *ca_crl,
651 mbedtls_x509_crl *ca_crl,
685 mbedtls_x509_crl *ca_crl,
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dx509_crt.c1893 mbedtls_x509_crl *ca_crl, in x509_crt_verify_top() argument
2001 *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl, profile ); in x509_crt_verify_top()
2003 ((void) ca_crl); in x509_crt_verify_top()
2036 mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, in x509_crt_verify_child() argument
2096 *flags |= x509_crt_verifycrl(child, parent, ca_crl, profile ); in x509_crt_verify_child()
2111 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child()
2171 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify() argument
2176 return( mbedtls_x509_crt_verify_with_profile( crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify()
2186 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile() argument
2275 ret = x509_crt_verify_top( crt, parent, ca_crl, profile, in mbedtls_x509_crt_verify_with_profile()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dx509_crt.c1878 mbedtls_x509_crl *ca_crl, in x509_crt_verify_top() argument
1973 *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl, profile ); in x509_crt_verify_top()
1975 ((void) ca_crl); in x509_crt_verify_top()
2008 mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, in x509_crt_verify_child() argument
2068 *flags |= x509_crt_verifycrl(child, parent, ca_crl, profile ); in x509_crt_verify_child()
2083 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child()
2143 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify() argument
2148 return( mbedtls_x509_crt_verify_with_profile( crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify()
2158 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile() argument
2247 ret = x509_crt_verify_top( crt, parent, ca_crl, profile, in mbedtls_x509_crt_verify_with_profile()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dx509_crt.c1957 mbedtls_x509_crl *ca_crl, in x509_crt_verify_top() argument
2062 *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl, profile ); in x509_crt_verify_top()
2064 ((void) ca_crl); in x509_crt_verify_top()
2102 mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, in x509_crt_verify_child() argument
2158 *flags |= x509_crt_verifycrl(child, parent, ca_crl, profile ); in x509_crt_verify_child()
2173 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child()
2233 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify() argument
2238 return( mbedtls_x509_crt_verify_with_profile( crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify()
2276 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile() argument
2368 ret = x509_crt_verify_top( crt, parent, ca_crl, profile, in mbedtls_x509_crt_verify_with_profile()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dx509_crt.c1957 mbedtls_x509_crl *ca_crl, in x509_crt_verify_top() argument
2062 *flags |= x509_crt_verifycrl( child, trust_ca, ca_crl, profile ); in x509_crt_verify_top()
2064 ((void) ca_crl); in x509_crt_verify_top()
2102 mbedtls_x509_crt *trust_ca, mbedtls_x509_crl *ca_crl, in x509_crt_verify_child() argument
2158 *flags |= x509_crt_verifycrl(child, parent, ca_crl, profile ); in x509_crt_verify_child()
2173 ret = x509_crt_verify_top( parent, grandparent, ca_crl, profile, in x509_crt_verify_child()
2233 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify() argument
2238 return( mbedtls_x509_crt_verify_with_profile( crt, trust_ca, ca_crl, in mbedtls_x509_crt_verify()
2276 mbedtls_x509_crl *ca_crl, in mbedtls_x509_crt_verify_with_profile() argument
2368 ret = x509_crt_verify_top( crt, parent, ca_crl, profile, in mbedtls_x509_crt_verify_with_profile()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dx509_crt.h318 mbedtls_x509_crl *ca_crl,
352 mbedtls_x509_crl *ca_crl,
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dx509_crt.h301 mbedtls_x509_crl *ca_crl,
335 mbedtls_x509_crl *ca_crl,
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dx509_crt.h292 mbedtls_x509_crl *ca_crl,
326 mbedtls_x509_crl *ca_crl,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/mbedtls/
H A Dx509_crt.h356 mbedtls_x509_crl *ca_crl,
390 mbedtls_x509_crl *ca_crl,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/mbedtls/
H A Dx509_crt.h356 mbedtls_x509_crl *ca_crl,
390 mbedtls_x509_crl *ca_crl,
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dx509_crt.c2291 mbedtls_x509_crl *ca_crl,
2420 *flags |= x509_crt_verifycrl( child, parent, ca_crl, profile );
2422 (void) ca_crl;
2527 mbedtls_x509_crl *ca_crl,
2532 return( mbedtls_x509_crt_verify_restartable( crt, trust_ca, ca_crl,
2542 mbedtls_x509_crl *ca_crl,
2548 return( mbedtls_x509_crt_verify_restartable( crt, trust_ca, ca_crl,
2564 mbedtls_x509_crl *ca_crl,
2600 ret = x509_crt_verify_chain( crt, trust_ca, ca_crl, profile,

123