diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-26 09:52:33 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-05-29 08:41:21 +0200 |
commit | 4a25bd9901c5e057bfa4ce6f733dd102120bfd3a (patch) | |
tree | a4f1d035b67591354999e6f36dd4d59b2afd6594 /NEWS | |
parent | 47b89ad5a3077ec79f78ccf5344053867c7c3d9c (diff) | |
download | gnutls-4a25bd9901c5e057bfa4ce6f733dd102120bfd3a.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Bug numbers referenced in this log correspond to bug numbers at our issue tracker, available at https://gitlab.com/gnutls/gnutls/issues Copyright (C) 2000-2016 Free Software Foundation, Inc. -Copyright (C) 2013-2016 Nikos Mavrogiannopoulos +Copyright (C) 2013-2017 Nikos Mavrogiannopoulos See the end for copying conditions. * Version 3.6.0 (unreleased) @@ -12,6 +12,9 @@ See the end for copying conditions. certificates which have the unique identifiers set, and certificates with illegal version numbers. All of these are prohibited by RFC5280. +** libgnutls: Added support for RSA-PSS signing in certificates, and TLS key + exchange. Patches by Daiki Ueno. + ** libgnutls: Introduced gnutls_x509_crt_set_flags(). This function can set flags in the crt structure. The only flag supported at the moment is GNUTLS_X509_CRT_FLAG_IGNORE_SANITY which skips the certificate sanity |