Home
last modified time | relevance | path

Searched refs:NotBefore (Results 1 – 25 of 2705) sorted by relevance

12345678910>>...109

/dports/sysutils/istio/istio-1.6.7/security/pkg/pki/util/
H A Dgenerate_cert_test.go144 NotBefore: notBefore,
159 NotBefore: notBefore,
167 NotBefore: notBefore,
182 NotBefore: notBefore,
205 NotBefore: notBefore,
228 NotBefore: notBefore,
251 NotBefore: notBefore,
259 NotBefore: notBefore,
289 NotBefore: notBefore,
314 NotBefore: notBefore,
[all …]
H A Dverify_cert.go30 NotBefore time.Time member
123 if nb := expectedFields.NotBefore; !nb.IsZero() && !nb.Equal(cert.NotBefore) {
124 …return fmt.Errorf("unexpected value for 'NotBefore' field: want %v but got %v", nb, cert.NotBefore)
127 if ttl := expectedFields.TTL; ttl != 0 && ttl != (cert.NotAfter.Sub(cert.NotBefore)) {
128 …ed value for 'NotAfter' - 'NotBefore': want %v but got %v", ttl, cert.NotAfter.Sub(cert.NotBefore))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/hashicorp/cap/jwt/
H A Djwt.go125 if claims.NotBefore == nil {
126 claims.NotBefore = new(jwt.NumericDate)
128 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
136 if *claims.NotBefore > *claims.IssuedAt {
137 latestStart = *claims.NotBefore
150 if *claims.NotBefore == 0 {
152 *claims.NotBefore = *claims.IssuedAt
160 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
191 if claims.NotBefore != nil && now.Add(cksLeeway).Before(claims.NotBefore.Time()) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/cap/jwt/
H A Djwt.go125 if claims.NotBefore == nil {
126 claims.NotBefore = new(jwt.NumericDate)
128 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
136 if *claims.NotBefore > *claims.IssuedAt {
137 latestStart = *claims.NotBefore
150 if *claims.NotBefore == 0 {
152 *claims.NotBefore = *claims.IssuedAt
160 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
191 if claims.NotBefore != nil && now.Add(cksLeeway).Before(claims.NotBefore.Time()) {
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/certificates/authority/
H A Dauthority_test.go49 NotBefore: now.Add(-24 * time.Hour),
84 NotBefore: now,
93 NotBefore: now,
103 NotBefore: now,
113 NotBefore: now.Add(-5 * time.Minute),
122 NotBefore: now.Add(-5 * time.Minute),
131 NotBefore: now.Add(-5 * time.Minute),
140 NotBefore: now.Add(-5 * time.Minute),
149 NotBefore: now.Add(-5 * time.Minute),
158 NotBefore: now,
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/saml2/src/SAML2/XML/saml/
H A DSubjectConfirmationData.php23 public $NotBefore; variable in SAML2\\XML\\saml\\SubjectConfirmationData
75 $this->NotBefore = Utils::xsDateTimeToTimestamp($xml->getAttribute('NotBefore'));
116 assert(is_null($this->NotBefore) || is_int($this->NotBefore));
125 if (isset($this->NotBefore)) {
126 $e->setAttribute('NotBefore', gmdate('Y-m-d\TH:i:s\Z', $this->NotBefore));
/dports/sysutils/consul/consul-1.10.3/internal/go-sso/oidcauth/
H A Djwt.go118 if claims.NotBefore == nil {
119 claims.NotBefore = new(jwt.NumericDate)
121 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
127 if *claims.NotBefore > *claims.IssuedAt {
128 latestStart = *claims.NotBefore
139 if *claims.NotBefore == 0 {
141 *claims.NotBefore = *claims.IssuedAt
149 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Djwt.go118 if claims.NotBefore == nil {
119 claims.NotBefore = new(jwt.NumericDate)
121 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
127 if *claims.NotBefore > *claims.IssuedAt {
128 latestStart = *claims.NotBefore
139 if *claims.NotBefore == 0 {
141 *claims.NotBefore = *claims.IssuedAt
149 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Djwt.go118 if claims.NotBefore == nil {
119 claims.NotBefore = new(jwt.NumericDate)
121 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
127 if *claims.NotBefore > *claims.IssuedAt {
128 latestStart = *claims.NotBefore
139 if *claims.NotBefore == 0 {
141 *claims.NotBefore = *claims.IssuedAt
149 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Djwt.go118 if claims.NotBefore == nil {
119 claims.NotBefore = new(jwt.NumericDate)
121 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
127 if *claims.NotBefore > *claims.IssuedAt {
128 latestStart = *claims.NotBefore
139 if *claims.NotBefore == 0 {
141 *claims.NotBefore = *claims.IssuedAt
149 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/net/storj/storj-1.45.3/satellite/console/consolewasm/
H A Dpermission.go37 NotBefore time.Time member
52 if !permission.NotBefore.IsZero() {
53 notBefore = &permission.NotBefore
68 NotBefore: notBefore,
/dports/www/gitea/gitea-1.16.5/vendor/github.com/golang-jwt/jwt/v4/
H A Dclaims.go38 NotBefore *NumericDate `json:"nbf,omitempty"` member
109 if c.NotBefore == nil {
113 return verifyNbf(&c.NotBefore.Time, cmp, req)
137 NotBefore int64 `json:"nbf,omitempty"` member
204 if c.NotBefore == 0 {
208 t := time.Unix(c.NotBefore, 0)
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/github.com/golang-jwt/jwt/v4/
H A Dclaims.go38 NotBefore *NumericDate `json:"nbf,omitempty"` member
109 if c.NotBefore == nil {
113 return verifyNbf(&c.NotBefore.Time, cmp, req)
131 NotBefore int64 `json:"nbf,omitempty"` member
198 if c.NotBefore == 0 {
202 t := time.Unix(c.NotBefore, 0)
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/saml2/src/SAML2/XML/saml/
H A DSubjectConfirmationData.php28 private $NotBefore = null; variable in SAML2\\XML\\saml\\SubjectConfirmationData
76 return $this->NotBefore;
88 $this->NotBefore = $notBefore;
280 if ($this->NotBefore !== null) {
281 $e->setAttribute('NotBefore', gmdate('Y-m-d\TH:i:s\Z', $this->NotBefore));
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/grant/
H A Drestrict.go48 NotBefore time.Time member
70 if !permission.NotBefore.IsZero() {
71 notBefore = &permission.NotBefore
86 NotBefore: notBefore,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/Test/System.IdentityModel.Tokens/
H A DSamlConditionsTest.cs52 Assert.AreEqual (DateTime.MinValue.AddDays (1), c.NotBefore, "#1"); in DefaultValues()
63 public void NotBefore () in NotBefore() method in MonoTests.System.IdentityModel.Tokens.SamlConditionsTest
67 c.NotBefore = min; in NotBefore()
68 Assert.AreEqual (min, c.NotBefore, "#1"); in NotBefore()
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/grant/
H A Drestrict.go48 NotBefore time.Time member
70 if !permission.NotBefore.IsZero() {
71 notBefore = &permission.NotBefore
86 NotBefore: notBefore,
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go146 if claims.NotBefore == nil {
147 claims.NotBefore = new(jwt.NumericDate)
149 if *claims.IssuedAt == 0 && *claims.Expiry == 0 && *claims.NotBefore == 0 {
155 if *claims.NotBefore > *claims.IssuedAt {
156 latestStart = *claims.NotBefore
167 if *claims.NotBefore == 0 {
169 *claims.NotBefore = *claims.IssuedAt
177 *claims.NotBefore = jwt.NumericDate(int64(*claims.Expiry) - int64(leeway))

12345678910>>...109