Home
last modified time | relevance | path

Searched refs:MBEDTLS_X509_BADCRL_FUTURE (Results 1 – 25 of 59) sorted by relevance

123

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/include/mbedtls/
H A Dx509.h100 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/include/mbedtls/
H A Dx509.h143 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ in main()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dx509.h123 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/include/mbedtls/
H A Dx509.h123 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/comms/fldigi/fldigi-4.1.20/src/include/mbedtls/
H A Dx509.h100 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/include/mbedtls/
H A Dx509.h98 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/include/mbedtls/
H A Dx509.h98 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/include/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/mbedtls/
H A Dx509.h123 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/mbedtls/
H A Dx509.h123 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/include/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/include/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/www/hiawatha/hiawatha-10.12/mbedtls/include/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/include/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ext/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ext/mbedtls/
H A Dx509.h96 #define MBEDTLS_X509_BADCRL_FUTURE 0x0400 /**< The CRL is from the future */ macro
/dports/net/bctoolbox/bctoolbox-0.6.0/src/crypto/
H A Dmbedtls.c516 if (flags & MBEDTLS_X509_BADCRL_FUTURE) in bctbx_x509_certificate_flags_to_string()
571 *flags |= MBEDTLS_X509_BADCRL_FUTURE; in bctbx_x509_certificate_set_flag()
617 if (flags & MBEDTLS_X509_BADCRL_FUTURE) in bctbx_x509_certificate_remap_flag()
667 *flags &= ~MBEDTLS_X509_BADCRL_FUTURE; in bctbx_x509_certificate_unset_flag()
/dports/net/libcoap/libcoap-4.3.0/src/
H A Dcoap_mbedtls.c387 if (*flags & MBEDTLS_X509_BADCRL_FUTURE) { in cert_verify_callback_mbedtls()
389 *flags &= ~MBEDTLS_X509_BADCRL_FUTURE; in cert_verify_callback_mbedtls()
396 *flags &= ~MBEDTLS_X509_BADCRL_FUTURE; in cert_verify_callback_mbedtls()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c794 (ret & MBEDTLS_X509_BADCRL_FUTURE)) in ssl_pm_get_verify_result()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dx509_crt.c1528 { MBEDTLS_X509_BADCRL_FUTURE, "The CRL is from the future" },
1721 flags |= MBEDTLS_X509_BADCRL_FUTURE; in x509_crt_verifycrl()
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Dx509_crt.c1501 { MBEDTLS_X509_BADCRL_FUTURE, "The CRL is from the future" },
1698 flags |= MBEDTLS_X509_BADCRL_FUTURE; in x509_crt_verifycrl()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Dx509_crt.c1481 { MBEDTLS_X509_BADCRL_FUTURE, "The CRL is from the future" },
1683 flags |= MBEDTLS_X509_BADCRL_FUTURE; in x509_crt_verifycrl()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Dx509_crt.c1679 { MBEDTLS_X509_BADCRL_FUTURE, "The CRL is from the future" },
1870 flags |= MBEDTLS_X509_BADCRL_FUTURE; in x509_crt_verifycrl()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Dx509_crt.c1679 { MBEDTLS_X509_BADCRL_FUTURE, "The CRL is from the future" },
1870 flags |= MBEDTLS_X509_BADCRL_FUTURE; in x509_crt_verifycrl()

123