diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-02 09:52:51 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-07-17 17:08:01 +0200 |
commit | aae7c0be893f3d15b63a7c823dc069dd362b7cd7 (patch) | |
tree | 1f7bd1aa1f982ce4d56d2b72edc4167ca18cad11 /NEWS | |
parent | e80dd2beb5392255ad619fd578bf86889794f28d (diff) | |
download | gnutls-aae7c0be893f3d15b63a7c823dc069dd362b7cd7.tar.gz |
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,6 +15,9 @@ See the end for copying conditions. ** libgnutls: Added support for RSA-PSS signing in certificates, and TLS key exchange. Patches by Daiki Ueno. +** libgnutls: Added support for Ed25519 signing in certificates and TLS key + exchange. + ** 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 |