From 02042c35ea9d7b211a3b43449e9825bbbf96b568 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 21 Sep 2018 16:20:36 +0200 Subject: bumped versions and updated NEWS file Signed-off-by: Nikos Mavrogiannopoulos --- NEWS | 18 +++++++++++++----- configure.ac | 2 +- m4/hooks.m4 | 4 ++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index b6539fd9f7..50aa63cede 100644 --- a/NEWS +++ b/NEWS @@ -29,21 +29,29 @@ See the end for copying conditions. This addresses the problem where the CA certificate doesn't have a subject key identifier whereas the end certificates have an authority key identifier (#569) -** Added support for seperately negotiating client and server certificate types as - defined in RFC7250. This mechanism must be explicitly enabled via the +** libgnutls: gnutls_privkey_export_gost_raw2(), gnutls_privkey_import_gost_raw(), + gnutls_pubkey_export_gost_raw2(), gnutls_pubkey_import_gost_raw() import + and export GOST parameters in the "native" little endian format used for these + curves. This is an intentional incompatible change with 3.6.3. + +** libgnutls: Added support for seperately negotiating client and server certificate types + as defined in RFC7250. This mechanism must be explicitly enabled via the GNUTLS_ENABLE_CERT_TYPE_NEG flag in gnutls_init(). ** gnutls-cli: enable CRL validation on startup (#564) ** API and ABI modifications: GNUTLS_ENABLE_EARLY_START: Added -gnutls_record_set_max_early_data_size: Added -gnutls_certificate_type_get2: Added -gnutls_priority_certificate_type_list2: Added GNUTLS_ENABLE_CERT_TYPE_NEG: Added GNUTLS_TL_FAIL_ON_INVALID_CRL: Added GNUTLS_CERTIFICATE_VERIFY_CRLS: Added gnutls_ctype_target_t: New enumeration +gnutls_record_set_max_early_data_size: Added +gnutls_certificate_type_get2: Added +gnutls_priority_certificate_type_list2: Added +gnutls_ffdhe_6144_group_prime: Added +gnutls_ffdhe_6144_group_generator: Added +gnutls_ffdhe_6144_key_bits: Added * Version 3.6.3 (released 2018-07-16) diff --git a/configure.ac b/configure.ac index 3001d212e1..73f2fca06d 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [3.6.3], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.4], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index f25fca1247..e3ce7b129b 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # in CONTRIBUTION.md for more info. # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 51) + AC_SUBST(LT_CURRENT, 52) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 21) + AC_SUBST(LT_AGE, 22) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) -- cgit v1.2.1