]> Cypherpunks repositories - gostls13.git/commit
x509: Fixed ASN.1 encoding in CRL Distribution Points extension
authorPaul van Brouwershaven <paul@vanbrouwershaven.com>
Tue, 30 Sep 2014 20:38:48 +0000 (13:38 -0700)
committerAdam Langley <agl@golang.org>
Tue, 30 Sep 2014 20:38:48 +0000 (13:38 -0700)
commite7488b2189c6a0628f7df45bc84c565f185af04d
tree41eeca5a7b6b4bc3ddeab6a608755dd6acedcc48
parent74b8693c544abffbce69262b609410459d8796f8
x509: Fixed ASN.1 encoding in CRL Distribution Points extension

The ASN.1 encoding of the CRL Distribution Points extension showed an invalid false 'IsCompound' which caused a display problem in the Windows certificate viewer.

LGTM=agl
R=agl
CC=golang-codereviews
https://golang.org/cl/143320043
src/crypto/x509/x509.go