Searched refs:validity (Results 1 – 25 of 123) sorted by relevance
12345
| /trueos/crypto/openssl/crypto/x509/ |
| HD | x509_set.c | 112 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()
|
| HD | x509_r2x.c | 97 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()
|
| HD | x509.h | 247 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/ |
| HD | README | 12 checks that fsck can do to verify the validity of the superblock which
|
| /trueos/crypto/heimdal/lib/hx509/ |
| HD | crmf.asn1 | 82 validity [4] SEQUENCE {
|
| HD | ca.c | 1116 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()
|
| HD | cert.c | 1445 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()
|
| HD | print.c | 934 Time2string(&t->validity.notBefore, &str); in hx509_validate_cert() 937 Time2string(&t->validity.notAfter, &str); in hx509_validate_cert()
|
| /trueos/crypto/openssl/doc/crypto/ |
| HD | PKCS7_verify.pod | 28 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
|
| HD | CMS_verify.pod | 92 useful if one merely wishes to write the content to B<out> and its validity
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | x_x509.c | 71 ASN1_SIMPLE(X509_CINF, validity, X509_VAL),
|
| /trueos/crypto/openssl/doc/apps/ |
| HD | verify.pod | 126 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/ |
| HD | moea64_if.m | 71 * Invalidate the PTE referenced by _pt_cookie, synchronizing its validity
|
| /trueos/contrib/gcclibs/libcpp/ |
| HD | charset.c | 1014 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/ |
| HD | PROTOCOL.certkeys | 151 "valid after" and "valid before" specify a validity period for the 192 options on the certificates validity. The format of this field
|
| HD | ssh-keygen.0 | 326 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
|
| HD | PROTOCOL.agent | 98 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
|
| HD | sshd.0 | 125 -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/ |
| HD | whatis.texi | 74 Having verified the validity of the principals, it creates a packet
|
| /trueos/crypto/heimdal/lib/wind/ |
| HD | rfc4013.txt | 305 The IETF takes no position regarding the validity or scope of any
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | rfc2459.asn1 | 215 validity Validity,
|
| /trueos/contrib/tcsh/ |
| HD | FAQ | 78 Newer versions of the ftp daemon check for the validity of the user's
|
| /trueos/contrib/ofed/libibverbs/fixes/ |
| HD | XRC_RCV_QP.patch | 254 + * struct. Used for validity checking.
|
| /trueos/share/mk/ |
| HD | bsd.README | 130 verify the validity of manual pages.
|
| /trueos/contrib/gcc/cp/ |
| HD | NEWS | 263 checked for semantic validity) unless they are needed. Default
|
12345