doc update [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 27 May 2019 19:29:44 +0000 (21:29 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 27 May 2019 19:29:44 +0000 (21:29 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
NEWS
README.md

diff --git a/NEWS b/NEWS
index a9a02174948452b9019a44dd105d16a91c6ee2e3..ec423cd945f8bcfec4e332107ac0d4269e627dca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -30,6 +30,13 @@ See the end for copying conditions.
 ** libgnutls: The priority string option %ALLOW_SMALL_RECORDS was added to allow
    clients to communicate with the server advertising smaller limits than 512
 
+** certtool: allow the digital signature key usage flag in CA certificates.
+   Previously certtool would ignore this flag for CA certificates even if
+   specified (#767)
+
+** gnutls-cli/serv: added the --keymatexport and --keymatexportsize options.
+   These allow testing the RFC5705 using these tools.
+
 ** API and ABI modifications:
 gnutls_prf_early: Added
 gnutls_record_set_max_recv_size: Added
index a834b7a931bf134949fe141e6550bcb25364591b..338ff0d1c619f3dba11d86a971c216817a29b0b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,8 +59,8 @@ Debian/Ubuntu:
 ```
 apt-get install -y dash git-core autoconf libtool gettext autopoint
 apt-get install -y automake autogen nettle-dev libp11-kit-dev libtspi-dev libunistring-dev
-apt-get install -y guile-2.0-dev libtasn1-6-dev libidn2-0-dev gawk gperf
-apt-get install -y libunbound-dev dns-root-data bison help2man gtk-doc-tools
+apt-get install -y guile-2.2-dev libtasn1-6-dev libidn2-0-dev gawk gperf
+apt-get install -y libunbound-dev dns-root-data bison gtk-doc-tools
 apt-get install -y texinfo texlive texlive-generic-recommended texlive-extra-utils
 ```
 
@@ -68,8 +68,8 @@ Fedora/RHEL:
 ```
 yum install -y dash git autoconf libtool gettext-devel automake autogen patch
 yum install -y nettle-devel p11-kit-devel autogen-libopts-devel libunistring-devel
-yum install -y trousers-devel guile-devel libtasn1-devel libidn2-devel gawk gperf
-yum install -y libtasn1-tools unbound-devel bison help2man gtk-doc texinfo texlive
+yum install -y trousers-devel guile22-devel libtasn1-devel libidn2-devel gawk gperf
+yum install -y libtasn1-tools unbound-devel bison gtk-doc texinfo texlive
 ```
 
 Sometimes, you may need to install more recent versions of Automake,