Home
last modified time | relevance | path

Searched refs:CERT_NOT_YET_VALID (Results 1 – 23 of 23) sorted by relevance

/dports/security/botan110/Botan-1.10.17/checks/nist_tests/
H A Dx509test.cpp218 expected_results[5] = CERT_NOT_YET_VALID; in populate_expected_results()
219 expected_results[6] = CERT_NOT_YET_VALID; in populate_expected_results()
221 expected_results[8] = CERT_NOT_YET_VALID; in populate_expected_results()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsX509Error.cs43 CERT_NOT_YET_VALID = 9, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Btls.Interface/Mono.Btls.Interface/
H A DBtlsX509Error.cs42 CERT_NOT_YET_VALID = 9, enumerator
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/x509/
H A Dpkix_enums.h47 CERT_NOT_YET_VALID = 2000, enumerator
H A Dcert_status.cpp40 case Certificate_Status_Code::CERT_NOT_YET_VALID: in to_string()
H A Dx509path.cpp108 status.insert(Certificate_Status_Code::CERT_NOT_YET_VALID); in check_chain()
/dports/security/botan2/Botan-2.18.2/src/lib/x509/
H A Dpkix_enums.h47 CERT_NOT_YET_VALID = 2000, enumerator
H A Dcert_status.cpp40 case Certificate_Status_Code::CERT_NOT_YET_VALID: in to_string()
H A Dx509path.cpp108 status.insert(Certificate_Status_Code::CERT_NOT_YET_VALID); in check_chain()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/x509/
H A Dpkix_enums.h47 CERT_NOT_YET_VALID = 2000, enumerator
H A Dcert_status.cpp40 case Certificate_Status_Code::CERT_NOT_YET_VALID: in to_string()
H A Dx509path.cpp108 status.insert(Certificate_Status_Code::CERT_NOT_YET_VALID); in check_chain()
/dports/security/botan110/Botan-1.10.17/src/cert/x509store/
H A Dx509stor.h31 CERT_NOT_YET_VALID, enumerator
H A Dx509stor.cpp219 if(time_check < 0) return CERT_NOT_YET_VALID; in validate_cert()
238 if(time_check < 0) return CERT_NOT_YET_VALID; in validate_cert()
650 if(result != VERIFIED && result != CERT_NOT_YET_VALID) in is_verified()
/dports/security/botan110/Botan-1.10.17/src/wrap/python/
H A Dx509.cpp100 .value("cert_not_yet_valid", CERT_NOT_YET_VALID) in export_x509()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xml/crypto/
H A DSecurityOperationStatus.idl127 CERT_NOT_YET_VALID,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xml/crypto/
H A DSecurityOperationStatus.idl127 CERT_NOT_YET_VALID,
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Btls.Interface.cs80 CERT_NOT_YET_VALID = 9, enumerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Btls.Interface.cs80 CERT_NOT_YET_VALID = 9, enumerator
/dports/net/yate/yate-6.4.0-1/modules/
H A Dopenssl.cpp59 MAKE_ERR(CERT_NOT_YET_VALID),
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_x509.cpp157 Botan::Certificate_Status_Code::CERT_NOT_YET_VALID, in test_cert_status_strings()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_x509.cpp157 Botan::Certificate_Status_Code::CERT_NOT_YET_VALID, in test_cert_status_strings()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_crypto.cc2194 CASE_X509_ERR(CERT_NOT_YET_VALID) in VerifyError()