Searched refs:notBefore (Results 1 – 8 of 8) sorted by relevance
/openbsd/lib/libcrypto/x509/ |
H A D | x509_pku.c | 95 .offset = offsetof(PKEY_USAGE_PERIOD, notBefore), 154 if (usage->notBefore) { in i2r_PKEY_USAGE_PERIOD() 156 ASN1_GENERALIZEDTIME_print(out, usage->notBefore); in i2r_PKEY_USAGE_PERIOD()
|
H A D | x509_set.c | 161 return x->cert_info->validity->notBefore; in X509_getm_notBefore() 172 in = x->cert_info->validity->notBefore; in X509_set_notBefore() 177 ASN1_TIME_free(x->cert_info->validity->notBefore); in X509_set_notBefore() 178 x->cert_info->validity->notBefore = in; in X509_set_notBefore()
|
H A D | x509_r2x.c | 98 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL) in X509_REQ_to_X509()
|
H A D | x509_local.h | 86 ASN1_TIME *notBefore; member
|
H A D | x509v3.h | 151 ASN1_GENERALIZEDTIME *notBefore; member
|
/openbsd/regress/lib/libtls/gotls/ |
H A D | tls.go | 235 notBefore := C.tls_peer_cert_notbefore(t.ctx) 236 if notBefore == -1 { 239 return time.Unix(int64(notBefore), 0), nil
|
H A D | tls_test.go | 486 if notBefore, err := tls.PeerCertNotBefore(); err != nil { 488 } else if !certNotBefore.Equal(notBefore) { 489 t.Errorf("Got cert notBefore %v, want %v", notBefore.UTC(), certNotBefore.UTC()) 491 t.Logf("NotBefore: %v", notBefore.UTC())
|
/openbsd/lib/libcrypto/asn1/ |
H A D | x_val.c | 68 .offset = offsetof(X509_VAL, notBefore),
|