Searched refs:SECURITY_FLAG_IGNORE_REVOCATION (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | dialogs.c | 433 flags |= SECURITY_FLAG_IGNORE_REVOCATION; in WININET_InvalidCertificateDialog() 437 flags |= SECURITY_FLAG_IGNORE_REVOCATION; in WININET_InvalidCertificateDialog()
|
H A D | netconnection.c | 84 if(!(conn->security_flags & SECURITY_FLAG_IGNORE_REVOCATION)) in netconn_verify_cert() 153 assert(conn->security_flags & SECURITY_FLAG_IGNORE_REVOCATION); in netconn_verify_cert()
|
/reactos/modules/rostests/winetests/wininet/ |
H A D | http.c | 6668 set_secflags(req, TRUE, SECURITY_FLAG_IGNORE_REVOCATION); in test_security_flags() 6669 test_secflags_option(req, SECURITY_FLAG_IGNORE_REVOCATION, 0); in test_security_flags() 6672 …test_secflags_option(req, SECURITY_FLAG_IGNORE_REVOCATION|SECURITY_FLAG_IGNORE_CERT_CN_INVALID, 0); in test_security_flags() 6719 …|SECURITY_FLAG_IGNORE_REVOCATION|SECURITY_FLAG_IGNORE_CERT_CN_INVALID|SECURITY_FLAG_STRENGTH_STRON… in test_security_flags() 6835 set_secflags(req, FALSE, SECURITY_FLAG_IGNORE_REVOCATION); in test_security_flags() 6836 …test_secflags_option(req, _SECURITY_FLAG_CERT_INVALID_CA|SECURITY_FLAG_IGNORE_REVOCATION, _SECURIT… in test_security_flags() 6861 test_secflags_option(req, SECURITY_FLAG_IGNORE_REVOCATION|_SECURITY_FLAG_CERT_INVALID_CA, 0); in test_security_flags() 6866 |SECURITY_FLAG_IGNORE_REVOCATION|SECURITY_FLAG_IGNORE_UNKNOWN_CA, 0); in test_security_flags() 6902 …gs_option(req, SECURITY_FLAG_SECURE|SECURITY_FLAG_IGNORE_UNKNOWN_CA|SECURITY_FLAG_IGNORE_REVOCATION in test_security_flags() 6940 |SECURITY_FLAG_IGNORE_REVOCATION|_SECURITY_FLAG_CERT_INVALID_CA, 0); in test_security_flags() [all …]
|
/reactos/dll/win32/urlmon/ |
H A D | http.c | 208 set_security_flag(This, SECURITY_FLAG_IGNORE_REVOCATION); in handle_http_error()
|
/reactos/sdk/include/psdk/ |
H A D | wininet.h | 829 #define SECURITY_FLAG_IGNORE_REVOCATION 0x00000080 macro 836 #define SECURITY_SET_MASK (SECURITY_FLAG_IGNORE_REVOCATION |\
|
/reactos/dll/win32/crypt32/ |
H A D | chain.c | 3517 CERT_TRUST_IS_REVOKED && !(checks & SECURITY_FLAG_IGNORE_REVOCATION)) in verify_ssl_policy() 3526 !(checks & SECURITY_FLAG_IGNORE_REVOCATION)) in verify_ssl_policy()
|