summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-27 21:29:44 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-05-27 21:29:44 +0200
commit56cce397ec8580cbc148d571cf3ab82c73069c99 (patch)
treed6a56d35a6dcbdbcd784f401ef2a6d010a22c22e
parentb7e56693a937f7fda5d825093bea8952c506ef8c (diff)
downloadgnutls-56cce397ec8580cbc148d571cf3ab82c73069c99.tar.gz
doc update [ci skip]
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--NEWS7
-rw-r--r--README.md8
2 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a9a0217494..ec423cd945 100644
--- 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
diff --git a/README.md b/README.md
index a834b7a931..338ff0d1c6 100644
--- 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,