Allow multiple IDN xn-- indicators
authorRich Salz <rsalz@openssl.org>
Mon, 12 Jan 2015 17:39:00 +0000 (12:39 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 12 Jan 2015 17:39:00 +0000 (12:39 -0500)
commit31d1d3741f16bd80ec25f72dcdbf6bbdc5664374
treeac4872030b826f9ae61dafb2273b8e96b3f6babd
parentfcf64ba0ace1bb76c6e00ca7d0c7cf7f9bebe628
Allow multiple IDN xn-- indicators

Update the X509v3 name parsing to allow multiple xn-- international
domain name indicators in a name.  Previously, only allowed one at
the beginning of a name, which was wrong.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
crypto/x509v3/v3_utl.c