summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-12-15 11:43:13 +0000
committerSimon Josefsson <simon@josefsson.org>2005-12-15 11:43:13 +0000
commit7216149131895a5c88b9aecea611e41f6eeaa49c (patch)
tree0e57f5777e891dc8c656e609c3b2475f8f624111
parent7ae2a8f0ca65d6bbc9f57c5fe64400ae1801a5d6 (diff)
downloadgnutls-7216149131895a5c88b9aecea611e41f6eeaa49c.tar.gz
Add.
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e299cfe139..57949d5460 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,19 @@ This is per draft-funk-tls-inner-application-extension-01. This
functionality is added to libgnutls-extra, so it is licensed under the
GNU General Public License.
+** New APIs to access the TLS Pseudo-Random-Function (PRF).
+The PRF is used by some protocols building on TLS, such as EAP-PEAP
+and EAP-TTLS. One function to access the raw PRF and one to access
+the PRF seeded with the client/server random fields are provided.
+Suggested by Jouni Malinen <jkmaline@cc.hut.fi>.
+
+** New APIs to acceess the client and server random fields in a session.
+These fields can be useful by protocols using TLS. Note that these
+fields are typically used as input to the TLS PRF, and if this is your
+intended use, you should use the TLS PRF API that use the
+client/server random field directly. Suggested by Jouni Malinen
+<jkmaline@cc.hut.fi>.
+
** Internal type cleanups.
The uint8, uint16, uint32 types have been replaced by uint8_t,
uint16_t, uint32_t. Gnulib is used to guarantee the presence of