]> Cypherpunks repositories - gostls13.git/commit
encoding/asn1: handle UTCTime before the year 2000
authorAdam Langley <agl@golang.org>
Mon, 5 Mar 2012 16:31:24 +0000 (11:31 -0500)
committerAdam Langley <agl@golang.org>
Mon, 5 Mar 2012 16:31:24 +0000 (11:31 -0500)
commit6aed6130309c5567015069599712671a99444fd1
tree4db63c7a2aff5d389269bf7ba87527978ee31727
parentd5f78d77c065b2c202e17b3be0d3490507cf5a4c
encoding/asn1: handle UTCTime before the year 2000

UTCTime only has a two digit date field and year values from 50 should
be 1950, not 2050.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5729063
src/pkg/encoding/asn1/asn1.go