summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 14:15:59 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-02-28 14:15:59 +0000
commitf493b687b89dca85027815859ac9fec74619cc88 (patch)
treed91c171704e2c63c08bd7910d3c9b3b02af8bf44 /BUGS
parent212ec9e829cdb1abcf0ab9bdc1bb30eca9c1a6bd (diff)
downloadneon-f493b687b89dca85027815859ac9fec74619cc88.tar.gz
* src/ne_ssl.h (ne_ssl_cert_identity, ne_ssl_cert_name): Define to
return UTF-8 only. * src/ne_openssl.c (append_dirstring): Factor out from ne_ssl_readable_dname. (ne_ssl_readable_dname): Use factored-out version. (dup_ia5string): New function. (check_identity): Use append_dirstring to convert commonName to UTF-8 if necessary; use dup_ia5string. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@510 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUGS b/BUGS
index d50b3c8..ca1ca76 100644
--- a/BUGS
+++ b/BUGS
@@ -25,7 +25,3 @@ returning -1 from the provide_client_cert function would allow that
opportunistic use of client certificates, of the "SSLVerifyClient
optional" variety.
-* Check whether the following always return UTF-8-encoded strings:
- - ne_ssl_clicert_name
- - ne_ssl_cert_identity
-