]> Cypherpunks repositories - gostls13.git/commit
crypto/x509/pkix: consider now==NextUpdate to be expired.
authorAnmol Sethi <anmol@aubble.com>
Thu, 19 Oct 2017 22:29:43 +0000 (18:29 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 6 Nov 2017 04:28:24 +0000 (04:28 +0000)
commit03ed6ac2dc62d160ea8be18927433380483c055c
tree21e5468f32d1c8a4a46317f2edc9b1cd0a30eaab
parentbb98331555a177f0e1256cebcfbc8a7b454bccd2
crypto/x509/pkix: consider now==NextUpdate to be expired.

If the current time is equal to the NextUpdate time, then the CRL
should be considered expired.

Fixes #22568.

Change-Id: I55bcc95c881097e826d43eb816a43b9b377b0265
Reviewed-on: https://go-review.googlesource.com/71972
Reviewed-by: Adam Langley <agl@golang.org>
Reviewed-by: Filippo Valsorda <hi@filippo.io>
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/x509/pkix/pkix.go