summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-04-17 15:23:58 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-04-17 15:23:58 +0300
commit66646a4f99d5f90dc781f817e37863fed9f5a76d (patch)
tree410ca81a456118a87cf9d07cbc814039b104d4fe /NEWS
parentcdf2df4239dd7969cc0d67d85bfcddb1861cd5b4 (diff)
downloadgnutls-66646a4f99d5f90dc781f817e37863fed9f5a76d.tar.gz
gnutls_x509_crt_get_sig_algorithm was renamed to gnutls_x509_crt_get_verify_algorithm.
Corrected some issues with the code.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 68adae1b41..7d451befe4 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ See the end for copying conditions.
* Version 2.7.7 (unreleased)
** libgnutls: Applied patch by Cedric Bail to add functions
-gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_sig_algorithm().
+gnutls_x509_crt_verify_hash() and gnutls_x509_crt_get_verify_algorithm().
** gnutls.pc: Add -ltasn1 to 'pkg-config --libs --static gnutls' output.
Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
@@ -25,7 +25,7 @@ domain 'gnutls' for translations of the command line tools.
** API and ABI modifications:
gnutls_x509_crt_verify_hash: ADDED
-gnutls_x509_crt_get_sig_algorithm: ADDED
+gnutls_x509_crt_get_verify_algorithm: ADDED
* Version 2.7.6 (released 2009-02-27)