summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-10-08 11:38:26 +0200
committerSimon Josefsson <simon@josefsson.org>2007-10-08 11:38:26 +0200
commit1b07f0e8cfb9c72513c5e74d357846a4453af947 (patch)
tree1885da37a2c7549091f11f0f9cfcc70afd2bcbbb /NEWS
parentff08fecaebf983e5a66882734d4f71a714685b06 (diff)
parent1f24725c9a0b09e7a42ee18f2bb4c0fbac581b8f (diff)
downloadgnutls-1b07f0e8cfb9c72513c5e74d357846a4453af947.tar.gz
Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnutls
Conflicts: NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 910f5101a6..c9212d9f5f 100644
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,24 @@ See the end for copying conditions.
** certtool: Fixed data corruption when using --outder.
+** Removed all the xml related stubs and functions.
+
+** Added capability to set a callback after the client hello is received
+by the server in order to adjust parameters before the handshake.
+
+** SRP was corrected to adhere to the latest draft (published soon as RFC)
+
+** Corrected bug which did not allow a server to run without supporting
+certificates.
+
+** Updated the DN parser which now prints wrongly decoded values as hex
+strings.
+
** API and ABI modifications:
-No changes since last version.
+gnutls_x509_crt_to_xml: REMOVED
+gnutls_openpgp_key_to_xml: REMOVED
+gnutls_srp_set_client_credentials_function: CHANGED
+gnutls_handshake_set_post_client_hello_function: ADDED
* Version 2.1.1 (released 2007-09-24)