Searched refs:notBefore (Results 1 – 6 of 6) sorted by relevance
/openbmc/phosphor-certificate-manager/ |
H A D | x509_utils.cpp | 132 ASN1_TIME* notBefore = X509_get_notBefore(&cert); in validateCertificateStartDate() local 133 ASN1_TIME_diff(&days, &secs, epoch.get(), notBefore); in validateCertificateStartDate()
|
H A D | certificate.cpp | 548 ASN1_TIME* notBefore = X509_get_notBefore(&cert); in populateProperties() local 549 ASN1_TIME_diff(&days, &secs, epoch.get(), notBefore); in populateProperties()
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | x509.asn1 | 38 notBefore Time ({ x509_note_not_before }),
|
/openbmc/qemu/tests/unit/ |
H A D | pkix_asn1_tab.c.inc | 45 {"notBefore", 1619025937, 0}, 516 {"notBefore", 1073741826, "Time"},
|
/openbmc/docs/designs/ |
H A D | redfish-tls-user-authentication.md | 212 - notBefore and notAfter fields have to contain valid time
|
/openbmc/docs/security/ |
H A D | TLS-configuration.md | 29 - `notBefore` and `notAfter` fields have to contain valid time
|