commit | ffa9000b7568763e3ae721053446871d26b5ff4e | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Thu Nov 11 15:50:40 2010 -0500 |
committer | Adam Langley <agl@golang.org> | Thu Nov 11 15:50:40 2010 -0500 |
tree | f0d8779affb5cdb032ac3e487485b18d47edc475 | |
parent | 86630fe6adb597b535e4a19265e38715a35fc5c8 [diff] |
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