]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: accept CRLs without an expiry.
authorAdam Langley <agl@golang.org>
Mon, 29 Sep 2014 19:26:51 +0000 (12:26 -0700)
committerAdam Langley <agl@golang.org>
Mon, 29 Sep 2014 19:26:51 +0000 (12:26 -0700)
commitdfddd802ace3aece85985dcd4b16e2488f287477
tree7dfe5a8c997e5600501d351d5670852439e586e2
parentdca460574f28bee2c096eaafb82cbc4f88069c0b
crypto/x509: accept CRLs without an expiry.

RFC5280 says that the nextUpdate field is optional.

Fixes #8085.

R=bradfitz
CC=golang-codereviews
https://golang.org/cl/149770044
src/crypto/x509/pkix/pkix.go
src/crypto/x509/x509_test.go