Home
last modified time | relevance | path

Searched refs:validity (Results 1 – 25 of 123) sorted by relevance

12345

/trueos/crypto/openssl/crypto/x509/
HDx509_set.c112 if ((x == NULL) || (x->cert_info->validity == NULL)) in X509_set_notBefore()
114 in = x->cert_info->validity->notBefore; in X509_set_notBefore()
118 M_ASN1_TIME_free(x->cert_info->validity->notBefore); in X509_set_notBefore()
119 x->cert_info->validity->notBefore = in; in X509_set_notBefore()
129 if ((x == NULL) || (x->cert_info->validity == NULL)) in X509_set_notAfter()
131 in = x->cert_info->validity->notAfter; in X509_set_notAfter()
135 M_ASN1_TIME_free(x->cert_info->validity->notAfter); in X509_set_notAfter()
136 x->cert_info->validity->notAfter = in; in X509_set_notAfter()
HDx509_r2x.c97 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL) in X509_REQ_to_X509()
99 if (X509_gmtime_adj(xi->validity->notAfter, (long)60 * 60 * 24 * days) == in X509_REQ_to_X509()
HDx509.h247 X509_VAL *validity; member
592 # define X509_get_notBefore(x) ((x)->cert_info->validity->notBefore)
593 # define X509_get_notAfter(x) ((x)->cert_info->validity->notAfter)
/trueos/tools/tools/find-sb/
HDREADME12 checks that fsck can do to verify the validity of the superblock which
/trueos/crypto/heimdal/lib/hx509/
HDcrmf.asn182 validity [4] SEQUENCE {
HDca.c1116 tbsc->validity.notBefore.element = choice_Time_generalTime; in ca_sign()
1117 tbsc->validity.notBefore.u.generalTime = notBefore; in ca_sign()
1118 tbsc->validity.notAfter.element = choice_Time_generalTime; in ca_sign()
1119 tbsc->validity.notAfter.u.generalTime = notAfter; in ca_sign()
HDcert.c1445 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notBefore); in hx509_cert_get_notBefore()
1461 return _hx509_Time2time_t(&p->data->tbsCertificate.validity.notAfter); in hx509_cert_get_notAfter()
2221 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path()
2227 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in hx509_verify_path()
2366 _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in hx509_verify_path()
3064 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notBefore); in _hx509_query_match_cert()
3067 t = _hx509_Time2time_t(&c->tbsCertificate.validity.notAfter); in _hx509_query_match_cert()
HDprint.c934 Time2string(&t->validity.notBefore, &str); in hx509_validate_cert()
937 Time2string(&t->validity.notAfter, &str); in hx509_validate_cert()
/trueos/crypto/openssl/doc/crypto/
HDPKCS7_verify.pod28 B<not> check their validity or whether any signatures are valid. The B<certs>
84 useful if one merely wishes to write the content to B<out> and its validity
HDCMS_verify.pod92 useful if one merely wishes to write the content to B<out> and its validity
/trueos/crypto/openssl/crypto/asn1/
HDx_x509.c71 ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
/trueos/crypto/openssl/doc/apps/
HDverify.pod126 Checks end entity certificate validity by attempting to look up a valid CRL.
131 Checks the validity of B<all> certificates in the chain by attempting
222 The final operation is to check the validity of the certificate chain. The validity
/trueos/sys/powerpc/aim/
HDmoea64_if.m71 * Invalidate the PTE referenced by _pt_cookie, synchronizing its validity
/trueos/contrib/gcclibs/libcpp/
HDcharset.c1014 int validity = ucn_valid_in_identifier (pfile, result, nst); in _cpp_valid_ucn() local
1016 if (validity == 0) in _cpp_valid_ucn()
1020 else if (validity == 2 && identifier_pos == 1) in _cpp_valid_ucn()
/trueos/crypto/openssh/
HDPROTOCOL.certkeys151 "valid after" and "valid before" specify a validity period for the
192 options on the certificates validity. The format of this field
HDssh-keygen.0326 Specify a validity interval when signing a certificate. A
327 validity interval may consist of a single time, indicating that
438 Additional limitations on the validity and use of user certificates may
445 Finally, certificates may be defined with a validity lifetime. The -V
HDPROTOCOL.agent98 The first constraint limits the validity duration of a key. It is
106 validity period has expired, OpenSSH's agent will erase these keys from
HDsshd.0125 -T Extended test mode. Check the validity of the configuration
130 -t Test mode. Only check the validity of the configuration file and
/trueos/crypto/heimdal/doc/
HDwhatis.texi74 Having verified the validity of the principals, it creates a packet
/trueos/crypto/heimdal/lib/wind/
HDrfc4013.txt305 The IETF takes no position regarding the validity or scope of any
/trueos/crypto/heimdal/lib/asn1/
HDrfc2459.asn1215 validity Validity,
/trueos/contrib/tcsh/
HDFAQ78 Newer versions of the ftp daemon check for the validity of the user's
/trueos/contrib/ofed/libibverbs/fixes/
HDXRC_RCV_QP.patch254 + * struct. Used for validity checking.
/trueos/share/mk/
HDbsd.README130 verify the validity of manual pages.
/trueos/contrib/gcc/cp/
HDNEWS263 checked for semantic validity) unless they are needed. Default

12345