diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-03-30 20:52:36 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2020-03-30 20:52:36 +0200 |
commit | 5c08aeda8f7c6453e43998fff5b528045d2b32a9 (patch) | |
tree | 01d56cb3c8acef16cdc3b989d3c605987ff1c370 | |
parent | bd87b5b66035411b5928e395a77be563949b85dc (diff) | |
download | gnutls-5c08aeda8f7c6453e43998fff5b528045d2b32a9.tar.gz |
NEWS: doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -19,6 +19,9 @@ See the end for copying conditions. ** libgnutls: Added support for non-null terminated usernames in PSK negotiation (#586). +** gnutls-cli-debug: Improved support for old servers that only support + SSL 3.0. + ** API and ABI modifications: gnutls_hkdf_extract: Added gnutls_hkdf_expand: Added @@ -32,9 +35,6 @@ gnutls_psk_set_client_credentials_function2: Added gnutls_psk_set_server_credentials_function2: Added -** gnutls-cli-debug: Improved support for old servers that only support - SSL 3.0. - * Version 3.6.12 (released 2020-02-01) ** libgnutls: Introduced TLS session flag (gnutls_session_get_flags()) |