summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-05-05 09:10:27 +0000
committerSimon Josefsson <simon@josefsson.org>2006-05-05 09:10:27 +0000
commite37fc6c8568698d120d32633fe0b367125a3f694 (patch)
treecfad3cc1a32105c7b041480b6177d11d4c4daa2c
parentf9f46ac68653694d3e4675f4be22fdb6baa6d5a6 (diff)
downloadgnutls-e37fc6c8568698d120d32633fe0b367125a3f694.tar.gz
Add.
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0c3ebf7ed2..b3c1b09f36 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,16 @@ See the end for copying conditions.
** The libgcrypt RNG is initialized in gnutls_global_init().
+** TLS/IA API changes from Emile van Bergen.
+A dummy credential structure is not needed now, if you wish to use the
+low-level TLS/IA API, simply call gnutls_ia_enable to enable TLS/IA on
+a session.
+
** API and ABI modifications:
_gnutls_x509_get_raw_crt_activation_time,
_gnutls_x509_get_raw_crt_expiration_time: Removed.
+gnutls_ia_require_inner_phase: Removed, replaced by gnutls_ia_enable.
+gnutls_ia_enable: Added.
* Version 1.3.5 (released 2006-03-08)