summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-09-04 14:27:40 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-11 08:38:18 +0200
commit235bd7f8952dc4387b9021b31b8b683a60465d35 (patch)
treee7210cbcadd98fa953683d3ece554c319e478b3d
parentf74ae99965b4b010dee7150b9ae78aace9f32b83 (diff)
downloadgnutls-235bd7f8952dc4387b9021b31b8b683a60465d35.tar.gz
Guile: Fix `x509-certificate-dn-oid' and related functions.
* guile/src/core.c (X509_CERTIFICATE_DN_OID_FUNCTION_BODY): Use `scm_take_locale_stringn ()' instead of `scm_take_locale_string ()'. * NEWS: Update. Signed-off-by: Simon Josefsson <simon@josefsson.org>
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b6e06c4a2..adad17b64c 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ This breaks backwards compatibility with SRP in older versions of
GnuTLS, but this is intentional to speed up the adoption of the
official values. The old values we used were incorrect.
+** Guile: Fix `x509-certificate-dn-oid'
+
** API and ABI modifications:
No changes since last version.