summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-02-28 14:15:59 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-02-28 14:15:59 +0000
commitbdb0cfe87a32f125ba6077eb89ccdb0f43076857 (patch)
treed91c171704e2c63c08bd7910d3c9b3b02af8bf44 /BUGS
parentd8b251aaa74dff9f0251a5b06a95c0df4c7ffc7a (diff)
downloadneon-git-bdb0cfe87a32f125ba6077eb89ccdb0f43076857.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.
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
-