Home
last modified time | relevance | path

Searched refs:notBefore (Results 1 – 8 of 8) sorted by relevance

/openbsd/lib/libcrypto/x509/
H A Dx509_pku.c95 .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 Dx509_set.c161 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 Dx509_r2x.c98 if (X509_gmtime_adj(xi->validity->notBefore, 0) == NULL) in X509_REQ_to_X509()
H A Dx509_local.h86 ASN1_TIME *notBefore; member
H A Dx509v3.h151 ASN1_GENERALIZEDTIME *notBefore; member
/openbsd/regress/lib/libtls/gotls/
H A Dtls.go235 notBefore := C.tls_peer_cert_notbefore(t.ctx)
236 if notBefore == -1 {
239 return time.Unix(int64(notBefore), 0), nil
H A Dtls_test.go486 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 Dx_val.c68 .offset = offsetof(X509_VAL, notBefore),