Hi Gohpers,

I need to deal with certificates which contain '_'. Unfortunately, the '_' 
is not treated like a printable string character from Go.
I read through the discussions in [1], [2], but unfortunately none of them 
proposes a work around.

Can you suggest a solution other than forking the x509 and asn1 packages or 
building with custom standard library.

The exact piece of functionality i need is x509.ParseCertificate, which 
internally relies on asn1.Marshal.


Thanks in advance!
Regards,
Ivan

[1] https://github.com/golang/go/issues/14017
[2] https://groups.google.com/forum/#!msg/golang-nuts/_5LLpAZpwck/AiClr5ZvCwAJ

-- 
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