]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: Parse Extended Key Usage extension
authorMikkel Krautz <mikkel@krautz.dk>
Tue, 29 Mar 2011 14:35:34 +0000 (10:35 -0400)
committerAdam Langley <agl@golang.org>
Tue, 29 Mar 2011 14:35:34 +0000 (10:35 -0400)
commita7bb288f99e338f39a53a97e27977208679cf2eb
treeee9209e902a56e5670d9b84d6d99baa288d7668c
parent054516338a8bab18672724142096541bad0009df
crypto/x509: Parse Extended Key Usage extension

This changeset makes it possible for crypto/x509 to parse
certificates that include the 'Extended Key Usage' extension
with the critical bit set.

R=agl1
CC=golang-dev
https://golang.org/cl/4277075
src/pkg/crypto/x509/x509.go