Home
last modified time | relevance | path

Searched refs:XMLSEC_ERRORS_R_CERT_NOT_YET_VALID (Results 1 – 6 of 6) sorted by relevance

/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/
H A Derrors.h339 #define XMLSEC_ERRORS_R_CERT_NOT_YET_VALID 75 macro
/dports/security/xmlsec1/xmlsec1-1.2.29/src/
H A Derrors.c89 { XMLSEC_ERRORS_R_CERT_NOT_YET_VALID, "certificate is not yet valid" },
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/xml/crypto/
H A DSecurityOperationStatus.idl78 * XMLSEC_ERRORS_R_CERT_NOT_YET_VALID
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/xml/crypto/
H A DSecurityOperationStatus.idl78 * XMLSEC_ERRORS_R_CERT_NOT_YET_VALID
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dx509vfy.c184 xmlSecOtherError(XMLSEC_ERRORS_R_CERT_NOT_YET_VALID, NULL, NULL); in xmlSecGnuTLSX509CheckTime()
/dports/security/xmlsec1/xmlsec1-1.2.29/src/openssl/
H A Dx509vfy.c376 xmlSecOtherError5(XMLSEC_ERRORS_R_CERT_NOT_YET_VALID, in xmlSecOpenSSLX509StoreVerify()