Hello,

We have been issued a client certificate that will not load 
(tls.LoadX509KeyPair) as it contains an identifier with an "_" in it - the 
underscore is not valid in the ASN.1 spec 
<http://www.freesoft.org/CIE/RFC/1510/50.htm>, although openssl and many 
other language implementations appear to accept it anyway.

The Go language authors discussed 
<https://github.com/golang/go/issues/14017> loosening the implementation, 
but it didn't go anywhere.

I'm hoping that the certificate can be reissued without the underscore, but 
in the case that it can't be, I'm investigating other options and really 
hoping for something besides having to fork and modify crypto/tls, 
crypto/x509 and encoding/asn1.

Thanks in advance.

Joel

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to