Copyright (C) 2000-2012 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.0.22 (unreleased)
+* Version 3.0.22 (released 2012-08-04)
-** certtool: Allow the user to choose the hash algorithm
-when signing certificate request or certificate revocation list.
+** libgnutls: gnutls_certificate_set_x509_system_trust()
+is now supported on OpenBSD.
+
+** libgnutls: When verifying a certificate chain make sure it is chain.
+If the chain is wronly interrupted at some point then truncate it,
+and only try to verify the correct part. Patch by David Woodhouse
-** Restored the behavior of gnutls_x509_privkey_import_pkcs8()
+** libgnutls: Restored the behavior of gnutls_x509_privkey_import_pkcs8()
which now may (again) accept a NULL password.
+** certtool: Allow the user to choose the hash algorithm
+when signing certificate request or certificate revocation list.
+
** API and ABI modifications:
No changes since last version.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.21], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.22], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 38)
- AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 10)
AC_SUBST(LT_SSL_CURRENT, 27)