summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-11 13:31:27 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-11 13:31:27 +0000
commita220fb90f67fecb91ccb1f3560987ff4b947aab9 (patch)
tree8a4d788c3fe381878d9ecbdd60ef287ba04173eb
parent2fc75336f808561a093ab47fb7d46f1dd1f6b768 (diff)
downloadgnutls-a220fb90f67fecb91ccb1f3560987ff4b947aab9.tar.gz
Add.
-rw-r--r--NEWS6
-rw-r--r--THANKS1
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 11089e4818..830b965627 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
* Version 1.7.8.p11.2 (unreleased)
+** Add void* parameter to sign callbacks.
+This changes the get/set_sign callback APIs added in the last release,
+but since those were renamed in this release, changing them doesn't
+matter.
+
** Rename gnutls_set_sign_function to gnutls_x509_sign_callback_set,
** and gnutls_get_sign_function to gnutls_x509_sign_callback_set.
The functions are X.509 specific, and the name should reflect that.
@@ -18,6 +23,7 @@ gnutls_set_sign_function: REMOVED, renamed to gnutls_x509_sign_callback_set.
gnutls_x509_sign_callback_set: NEW, renamed from gnutls_set_sign_function.
gnutls_get_sign_function: REMOVED, renamed to gnutls_x509_sign_callback_get.
gnutls_x509_sign_callback_get: NEW, renamed from gnutls_get_sign_function.
+gnutls_sign_func: CHANGED, added userdata type.
* Version 1.7.8.p11.1 (released 2007-05-08)
diff --git a/THANKS b/THANKS
index fc26b118e0..e9a3f7cc4c 100644
--- a/THANKS
+++ b/THANKS
@@ -68,6 +68,7 @@ Paul Millar <p.millar@physics.gla.ac.uk>
Pavlov Konstantin <thresh@altlinux.ru>
Matthias Wimmer <m@tthias.eu>
Howard Chu <hyc@symas.com>
+Alon Bar-Lev <alon.barlev@gmail.com>
----------------------------------------------------------------------
Copying and distribution of this file, with or without modification,