]> Cypherpunks repositories - gostls13.git/commit
crypto/x509/pkix: Parse and add additional elements in a DN
authorPaul van Brouwershaven <paul@vanbrouwershaven.com>
Mon, 5 Jan 2015 11:15:18 +0000 (11:15 +0000)
committerAdam Langley <agl@golang.org>
Tue, 3 Feb 2015 21:56:08 +0000 (21:56 +0000)
commitf7e78aa5868c9bd5cd43c902343e035f4f902725
tree3f63e07ed449e7683c1a679ad302ed68bfc13688
parent027e47b7b105a71eb6fe375166ee807d5d06e40d
crypto/x509/pkix: Parse and add additional elements in a DN

Additional elements in a DN can be added in via ExtraNames. This
option can also be used for sorting DN elements in a custom order.

Change-Id: Ie408d332de913dc2a33bdd86433be38abb7b55be
Reviewed-on: https://go-review.googlesource.com/2257
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/x509/pkix/pkix.go
src/crypto/x509/x509_test.go