summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-09-20 15:10:42 +0200
committerSimon Josefsson <simon@josefsson.org>2007-09-20 15:10:42 +0200
commit51863e95817ff971700dab56afd2d17f7c895f1d (patch)
tree79055f3d251ca9c3cbb2ea692679bb6c0cca79aa
parent6d3748fe23dbbdcb1d0dde984553883beca5995c (diff)
downloadgnutls-51863e95817ff971700dab56afd2d17f7c895f1d.tar.gz
Mention how to enable oprfi support.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6f601b8da3..2559e56bd6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ See the end for copying conditions.
* Version 2.1.0 (unreleased)
** Support for draft-rescorla-tls-opaque-prf-input-00.txt.
+The support is disabled by default. Since no value has been allocated
+by the IANA for this extension yet, you will need to provide one
+yourself by invoking './configure --enable-opaque-prf-input=42'.
** Example code: Fix compilation flaw under MinGW.