]> granicus.if.org Git - curl/commit
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 Aug 2004 08:06:43 +0000 (08:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 Aug 2004 08:06:43 +0000 (08:06 +0000)
commit4934e6471b98b7e87bee2ade909f64750448562c
tree5b1db5dafd4e36be4b7e5ac6ec3c842e11d693e7
parent9dbd6659dc9611110bc48614ee22e40b3935576f
In OpenSSL 0.9.7d and earlier, ASN1_STRING_to_UTF8 fails if the input is
already UTF-8 encoded. We check for this case and copy the raw string manually
to avoid the problem. This code can be made conditional in the future when
OpenSSL has been fixed. Work-around brought by Alexis S. L. Carvalho.
lib/ssluse.c