]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: policy OID support and fixes.
authorAdam Langley <agl@golang.org>
Thu, 11 Nov 2010 20:50:40 +0000 (15:50 -0500)
committerAdam Langley <agl@golang.org>
Thu, 11 Nov 2010 20:50:40 +0000 (15:50 -0500)
commitffa9000b7568763e3ae721053446871d26b5ff4e
treef0d8779affb5cdb032ac3e487485b18d47edc475
parent86630fe6adb597b535e4a19265e38715a35fc5c8
crypto/x509: policy OID support and fixes.

        * Add support for certificate policy identifiers
        * Fix the version number of generated certificates
        * Fix the parsing of version numbers
        * Fix the case of multiple name entries (it should have been a list of
          tagged values, not a tagged list of values).

R=r
CC=golang-dev
https://golang.org/cl/3044041
src/pkg/crypto/x509/x509.go
src/pkg/crypto/x509/x509_test.go