by jonas.p:
What steps will reproduce the problem?
try to get Subject Alternative Name URIs in the same way you can access DNSNames,
EmailAddresses and IPAddresses
http://play.golang.org/p/by0PoVfPyd
What is the expected output?
URIs returns the subject alternative name URIs of a certificate
What do you see instead?
URIs is not available
Which version are you using? (run 'go version')
go version devel +eec7eca4b11a Mon Jun 17 14:56:45 2013 -0700 linux/amd64
Please provide any additional information below.
possible implementation:
https://golang.org/cl/7501043/
by jonas.p: