]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: marshal certificate revocation times in UTC (Zulu time).
authorMartin Kreichgauer <martinkr@google.com>
Fri, 9 Dec 2016 19:29:52 +0000 (11:29 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 10 Dec 2016 00:49:22 +0000 (00:49 +0000)
commit4c71af71b43f8fcface5f63cdb3620203b58d45e
tree4f13cf81e4aa8c868515a4df69aa7d7eac56ffdb
parent8c190e58541493c580590a77fccfee87d174e5d4
crypto/x509: marshal certificate revocation times in UTC (Zulu time).

This is required by RFC 5280.

Fixes #16686

Change-Id: I291c68dd97410a4f7ae7c4e524b91a2493ac50a9
Reviewed-on: https://go-review.googlesource.com/34245
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go