Re: LibreSSL and ASN.1 encodings

2014-05-31 Thread D. Spindel
en if I have to keep hacking around the behaviour in openssl for the next decade as well. //D.S. On Sat, May 31, 2014 at 10:17 PM, Bob Beck wrote: > > Done. Thanks for the giggle. I needed it today. > > -Bob > > > On Sat, May 31, 2014 at 07:20:56PM +0200, D. Spindel wrote: >>

LibreSSL and ASN.1 encodings

2014-05-31 Thread D. Spindel
a short plea from someone who just had to dig through OpenSSL code and figuring out why I was getting T.61 strings instead of UTF8Strings. Would you _please_ and kindly change the default of global_mask in crypto/asn1/a_strnid.c from 0xL to B_ASN1_UTF8STRING OpenSSL upstream has had the