Re: [openssl-dev] [openssl.org #4239] [PATCH] fixing wildcard matching on punycode domains

2016-01-16 Thread Alessandro Ghedini via RT
On Fri, Jan 15, 2016 at 06:08:38pm +, Viktor Dukhovni via RT wrote: > > > On Jan 15, 2016, at 10:32 AM, Zi Lin via RT wrote: > > > > > > Yes, this will get fixed. Thanks. Patches merged, can be closed now. Cheers ___

[openssl-dev] [openssl.org #4239] [PATCH] fixing wildcard matching on punycode domains

2016-01-15 Thread Zi Lin via RT
Hi OpenSSL Devs, I have this bug fix for a broken wildcard matching on punycode domain in OpenSSL. Specifically, the current implementation actually can't match "www.xn--foobar.com" against a certificate using SAN "*.xn--foobar.com". I filed a issue on github too.

Re: [openssl-dev] [openssl.org #4239] [PATCH] fixing wildcard matching on punycode domains

2016-01-15 Thread Viktor Dukhovni via RT
> On Jan 15, 2016, at 10:32 AM, Zi Lin via RT wrote: > > Yes, this will get fixed. Thanks. -- Viktor. smime.p7s Description: S/MIME cryptographic signature ___ openssl-dev mailing list To unsubscribe:

Re: [openssl-dev] [openssl.org #4239] [PATCH] fixing wildcard matching on punycode domains

2016-01-15 Thread Viktor Dukhovni
On Fri, Jan 15, 2016 at 03:32:12PM +, Zi Lin via RT wrote: > I have this bug fix for a broken wildcard matching on punycode domain > in OpenSSL. Specifically, the current implementation actually can't > match "www.xn--foobar.com" against a certificate using SAN > "*.xn--foobar.com". I filed a