9199b3
%bcond_without dane
9199b3
%bcond_with guile
9199b3
Summary: A TLS protocol implementation
9199b3
Name: gnutls
17c662
Version: 3.3.29
b03a08
Release: 9%{?dist}
873a72
# The libraries are LGPLv2.1+, utilities are GPLv3+
873a72
License: GPLv3+ and LGPLv2+
9199b3
Group: System Environment/Libraries
10790f
BuildRequires: p11-kit-devel >= 0.23.1, gettext
873a72
BuildRequires: zlib-devel, readline-devel, libtasn1-devel >= 3.8
127c81
BuildRequires: libtool, automake, autoconf, texinfo
873a72
BuildRequires: autogen-libopts-devel >= 5.18 autogen gettext-devel
873a72
BuildRequires: nettle-devel >= 2.7.1
873a72
BuildRequires: trousers-devel >= 0.3.11.2
127c81
BuildRequires: libidn-devel
873a72
BuildRequires: gperf
873a72
BuildRequires: fipscheck
62bcd0
BuildRequires: softhsm, net-tools
873a72
Requires: p11-kit-trust
873a72
# The automatic dependency on libtasn1 and p11-kit is insufficient,
10790f
Requires: libtasn1 >= 3.9
10790f
Requires: p11-kit >= 0.23.1
10790f
Requires: trousers >= 0.3.11.2
9199b3
%if %{with dane}
127c81
BuildRequires: unbound-devel unbound-libs
9199b3
%endif
9199b3
%if %{with guile}
9199b3
BuildRequires: guile-devel
9199b3
%endif
9199b3
URL: http://www.gnutls.org/
9199b3
#Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz
9199b3
#Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/%{name}-%{version}.tar.xz.sig
9199b3
# XXX patent tainted code removed.
9199b3
Source0: %{name}-%{version}-hobbled.tar.xz
9199b3
Source1: libgnutls-config
9199b3
Source2: hobble-gnutls
873a72
Patch1: gnutls-3.2.7-rpath.patch
873a72
Patch2: gnutls-3.1.11-nosrp.patch
873a72
Patch4: gnutls-3.3.8-fips-key.patch
62bcd0
Patch5: gnutls-3.3.8-padlock-disable.patch
62bcd0
# In 3.3.8 we were shipping an early backport of a fix in GNUTLS_E_APPLICATION_DATA
62bcd0
# behavior, which was using 3.4.0 semantics. We continue shipping to support
62bcd0
# any applications depending on that.
62bcd0
Patch6: gnutls-3.3.22-eapp-data.patch
10790f
Patch7: gnutls-3.3.26-dh-params-1024.patch
17c662
# Backport serv --sni-hostname option support (rhbz#1444792)
17c662
Patch8: gnutls-3.3.29-serv-sni-hostname.patch
17c662
Patch9: gnutls-3.3.29-serv-unrec-name.patch
17c662
Patch10: gnutls-3.3.29-cli-sni-hostname.patch
17c662
Patch11: gnutls-3.3.29-tests-sni-hostname.patch
17c662
# Do not try to retrieve PIN from URI more than once
17c662
Patch12: gnutls-3.3.29-pkcs11-retrieve-pin-from-uri-once.patch
17c662
# Backport of fixes to address CVE-2018-10844 CVE-2018-10845 CVE-2018-10846
17c662
# (rhbz#1589708 rhbz#1589707 rhbz1589704)
17c662
Patch13: gnutls-3.3.29-dummy-wait-account-len-field.patch
17c662
Patch14: gnutls-3.3.29-dummy-wait-hash-same-amount-of-blocks.patch
17c662
Patch15: gnutls-3.3.29-cbc-mac-verify-ssl3-min-pad.patch
17c662
Patch16: gnutls-3.3.29-remove-hmac-sha384-sha256-from-default.patch
17c662
# Adjustment on tests
17c662
Patch17: gnutls-3.3.29-do-not-run-sni-hostname-windows.patch
17c662
# Backport testpkcs11 test. This test checks rhbz#1375307
17c662
Patch18: gnutls-3.3.29-testpkcs11.patch
17c662
# Disable failing PKCS#11 tests brought from master branch. The reasons are:
17c662
# - ECC key generation without login is not supported
17c662
# - Certificates are marked as private objects
17c662
# - "--load-pubkey" option is not supported
17c662
# - "--test-sign" option is not supported
17c662
# - Certificates do not inherit its ID from the private key
17c662
Patch19: gnutls-3.3.29-disable-failing-tests.patch
17c662
# Do not mark certificates as private objects and re-enable test for this
17c662
Patch20: gnutls-3.3.29-do-not-mark-object-as-private.patch
17c662
Patch21: gnutls-3.3.29-re-enable-check-cert-write.patch
17c662
# Increase the length of the RSA keys generated in testpkcs11 to 2048 bits.
17c662
# This allows the test to run in FIPS mode
17c662
Patch22: gnutls-3.3.29-tests-pkcs11-increase-RSA-gen-size.patch
17c662
# Enlarge buffer size to support resumption with large keys (rhbz#1542461)
17c662
Patch23: gnutls-3.3.29-serv-large-key-resumption.patch
17c662
# HMAC-SHA-256 cipher suites brought back downstream for compatibility
17c662
# The priority was set below AEAD
17c662
Patch24: gnutls-3.3.29-bring-back-hmac-sha256.patch
b03a08
# Run KAT startup test for ECDSA (using secp256r1 curve) (rhbz#1673919)
b03a08
Patch25: gnutls-3.3.29-fips140-fix-ecdsa-kat-selftest.patch
9199b3
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
9199b3
Provides: bundled(gnulib) = 20130424
9199b3
9199b3
%package c++
9199b3
Summary: The C++ interface to GnuTLS
9199b3
Requires: %{name}%{?_isa} = %{version}-%{release}
9199b3
9199b3
%package devel
9199b3
Summary: Development files for the %{name} package
9199b3
Group: Development/Libraries
9199b3
Requires: %{name}%{?_isa} = %{version}-%{release}
9199b3
Requires: %{name}-c++%{?_isa} = %{version}-%{release}
9199b3
%if %{with dane}
9199b3
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
9199b3
%endif
9199b3
Requires: pkgconfig
9199b3
Requires(post): /sbin/install-info
9199b3
Requires(preun): /sbin/install-info
9199b3
9199b3
%package utils
9199b3
License: GPLv3+
9199b3
Summary: Command line tools for TLS protocol
9199b3
Group: Applications/System
9199b3
Requires: %{name}%{?_isa} = %{version}-%{release}
9199b3
%if %{with dane}
9199b3
Requires: %{name}-dane%{?_isa} = %{version}-%{release}
9199b3
%endif
9199b3
9199b3
%if %{with dane}
9199b3
%package dane
9199b3
Summary: A DANE protocol implementation for GnuTLS
9199b3
Requires: %{name}%{?_isa} = %{version}-%{release}
9199b3
%endif
9199b3
9199b3
%if %{with guile}
9199b3
%package guile
9199b3
Summary: Guile bindings for the GNUTLS library
9199b3
Group: Development/Libraries
9199b3
Requires: %{name}%{?_isa} = %{version}-%{release}
9199b3
Requires: guile
9199b3
%endif
9199b3
9199b3
%description
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
9199b3
%description c++
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
This package contains the C++ interface for the GnuTLS library.
9199b3
9199b3
%description devel
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
This package contains files needed for developing applications with
9199b3
the GnuTLS library.
9199b3
9199b3
%description utils
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
This package contains command line TLS client and server and certificate
9199b3
manipulation tools.
9199b3
9199b3
%if %{with dane}
9199b3
%description dane
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
This package contains library that implements the DANE protocol for verifying
9199b3
TLS certificates through DNSSEC.
9199b3
%endif
9199b3
9199b3
%if %{with guile}
9199b3
%description guile
127c81
GnuTLS is a secure communications library implementing the SSL, TLS and DTLS 
127c81
protocols and technologies around them. It provides a simple C language 
127c81
application programming interface (API) to access the secure communications 
127c81
protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and 
127c81
other required structures. 
9199b3
This package contains Guile bindings for the library.
9199b3
%endif
9199b3
9199b3
%prep
9199b3
%setup -q
9199b3
9199b3
%patch1 -p1 -b .rpath
873a72
%patch2 -p1 -b .nosrp
873a72
%patch4 -p1 -b .fips-key
62bcd0
%patch5 -p1 -b .padlock-disable
62bcd0
%patch6 -p1 -b .eapp-data
10790f
%patch7 -p1 -b .dh-1024
17c662
%patch8 -p1
17c662
%patch9 -p1
17c662
%patch10 -p1
17c662
%patch11 -p1
17c662
%patch12 -p1
17c662
%patch13 -p1
17c662
%patch14 -p1
17c662
%patch15 -p1
17c662
%patch16 -p1
17c662
%patch17 -p1
17c662
%patch18 -p1
17c662
%patch19 -p1
17c662
%patch20 -p1
17c662
%patch21 -p1
17c662
%patch22 -p1
17c662
%patch23 -p1
17c662
%patch24 -p1
b03a08
%patch25 -p1
62bcd0
873a72
sed 's/gnutls_srp.c//g' -i lib/Makefile.in
873a72
sed 's/gnutls_srp.lo//g' -i lib/Makefile.in
873a72
rm -f lib/minitasn1/*.c lib/minitasn1/*.h
873a72
rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/*.h 
9199b3
17c662
# Touch man pages to avoid them to be regenerated after patches which change
17c662
# .def files
17c662
touch doc/manpages/gnutls-serv.1
17c662
touch doc/manpages/gnutls-cli.1
17c662
17c662
# Fix permissions for files brought by patches
17c662
chmod ugo+x %{_builddir}/%{name}-%{version}/tests/testpkcs11.sh
17c662
chmod ugo+x %{_builddir}/%{name}-%{version}/tests/sni-hostname.sh
17c662
9199b3
%{SOURCE2} -e
873a72
autoreconf -if
9199b3
9199b3
%build
9199b3
export LDFLAGS="-Wl,--no-add-needed"
9199b3
9199b3
%configure --with-libtasn1-prefix=%{_prefix} \
62bcd0
	   --with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
9199b3
           --with-included-libcfg \
62bcd0
	   --with-arcfour128 \
62bcd0
	   --with-ssl3 \
9199b3
           --disable-static \
9199b3
           --disable-openssl-compatibility \
9199b3
           --disable-srp-authentication \
873a72
	   --disable-non-suiteb-curves \
10790f
	   --with-trousers-lib=%{_libdir}/libtspi.so.1 \
873a72
	   --enable-fips140-mode \
9199b3
%if %{with guile}
9199b3
           --enable-guile \
9199b3
%ifarch %{arm}
9199b3
           --disable-largefile \
9199b3
%endif
9199b3
%else
9199b3
           --disable-guile \
9199b3
%endif
9199b3
%if %{with dane}
127c81
	   --with-unbound-root-key-file=/var/lib/unbound/root.key \
9199b3
           --enable-dane \
9199b3
%else
9199b3
           --disable-dane \
9199b3
%endif
9199b3
           --disable-rpath
9199b3
# Note that the arm hack above is not quite right and the proper thing would
9199b3
# be to compile guile with largefile support.
873a72
make %{?_smp_mflags}
873a72
873a72
%define __spec_install_post \
873a72
	%{?__debug_package:%{__debug_install_post}} \
873a72
	%{__arch_install_post} \
873a72
	%{__os_install_post} \
873a72
	fipshmac -d $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_libdir}/libgnutls.so.28.*.* \
873a72
	file=`basename $RPM_BUILD_ROOT%{_libdir}/libgnutls.so.28.*.hmac` && mv $RPM_BUILD_ROOT%{_libdir}/$file $RPM_BUILD_ROOT%{_libdir}/.$file && ln -s .$file $RPM_BUILD_ROOT%{_libdir}/.libgnutls.so.28.hmac \
873a72
%{nil}
9199b3
9199b3
%install
9199b3
make install DESTDIR=$RPM_BUILD_ROOT
9199b3
rm -f $RPM_BUILD_ROOT%{_bindir}/srptool
9199b3
rm -f $RPM_BUILD_ROOT%{_bindir}/gnutls-srpcrypt
9199b3
cp -f %{SOURCE1} $RPM_BUILD_ROOT%{_bindir}/libgnutls-config
9199b3
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/srptool.1
9199b3
rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*srp*
9199b3
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
9199b3
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
9199b3
rm -f $RPM_BUILD_ROOT%{_libdir}/libguile*.a
9199b3
%if %{without dane}
9199b3
rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gnutls-dane.pc
9199b3
%endif
9199b3
9199b3
%find_lang gnutls
9199b3
9199b3
%check
873a72
make check %{?_smp_mflags}
9199b3
9199b3
%post -p /sbin/ldconfig
9199b3
9199b3
%postun -p /sbin/ldconfig
9199b3
9199b3
%post c++ -p /sbin/ldconfig
9199b3
9199b3
%postun c++ -p /sbin/ldconfig
9199b3
9199b3
%post devel
9199b3
if [ -f %{_infodir}/gnutls.info.gz ]; then
9199b3
    /sbin/install-info %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
9199b3
fi
9199b3
9199b3
%preun devel
9199b3
if [ $1 = 0 -a -f %{_infodir}/gnutls.info.gz ]; then
9199b3
   /sbin/install-info --delete %{_infodir}/gnutls.info.gz %{_infodir}/dir || :
9199b3
fi
9199b3
9199b3
%if %{with dane}
9199b3
%post dane -p /sbin/ldconfig
9199b3
9199b3
%postun dane -p /sbin/ldconfig
9199b3
%endif
9199b3
9199b3
%if %{with guile}
9199b3
%post guile -p /sbin/ldconfig
9199b3
9199b3
%postun guile -p /sbin/ldconfig
9199b3
%endif
9199b3
9199b3
%files -f gnutls.lang
9199b3
%defattr(-,root,root,-)
9199b3
%{_libdir}/libgnutls.so.28*
873a72
%{_libdir}/.libgnutls.so.28*.hmac
9199b3
%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
9199b3
9199b3
%files c++
9199b3
%{_libdir}/libgnutlsxx.so.*
9199b3
9199b3
%files devel
9199b3
%defattr(-,root,root,-)
9199b3
%{_bindir}/libgnutls*-config
9199b3
%{_includedir}/*
9199b3
%{_libdir}/libgnutls*.so
873a72
%{_libdir}/.libgnutls.so.*.hmac
9199b3
%{_libdir}/pkgconfig/*.pc
9199b3
%{_mandir}/man3/*
9199b3
%{_infodir}/gnutls*
9199b3
%{_infodir}/pkcs11-vision*
9199b3
9199b3
%files utils
9199b3
%defattr(-,root,root,-)
9199b3
%{_bindir}/certtool
873a72
%{_bindir}/tpmtool
9199b3
%{_bindir}/ocsptool
9199b3
%{_bindir}/psktool
9199b3
%{_bindir}/p11tool
127c81
%{_bindir}/crywrap
9199b3
%if %{with dane}
9199b3
%{_bindir}/danetool
9199b3
%endif
9199b3
%{_bindir}/gnutls*
9199b3
%{_mandir}/man1/*
9199b3
%doc doc/certtool.cfg
9199b3
9199b3
%if %{with dane}
9199b3
%files dane
9199b3
%defattr(-,root,root,-)
9199b3
%{_libdir}/libgnutls-dane.so.*
9199b3
%endif
9199b3
9199b3
%if %{with guile}
9199b3
%files guile
9199b3
%defattr(-,root,root,-)
9199b3
%{_libdir}/libguile*.so*
9199b3
%{_datadir}/guile/site/gnutls
9199b3
%{_datadir}/guile/site/gnutls.scm
9199b3
%endif
9199b3
9199b3
%changelog
b03a08
* Tue Feb 12 2019 Anderson Sasaki <ansasaki@redhat.com> 3.3.29-9
b03a08
- Make sure the FIPS startup KAT selftest run for ECDSA (#1673919)
b03a08
17c662
* Fri Jul 20 2018 Anderson Sasaki <ansasaki@redhat.com> 3.3.29-8
17c662
- Backported --sni-hostname option which allows overriding the hostname
17c662
  advertised to the peer (#1444792)
17c662
- Improved counter-measures in TLS CBC record padding for lucky13 attack
17c662
  (CVE-2018-10844, #1589704, CVE-2018-10845, #1589707)
17c662
- Added counter-measures for "Just in Time" PRIME + PROBE cache-based attack
17c662
  (CVE-2018-10846, #1589708)
17c662
- Address p11tool issue in object deletion in batch mode (#1375307)
17c662
- Backport PKCS#11 tests from master branch. Some tests were disabled due to
17c662
  unsupported features in 3.3.x (--load-pubkey and --test-sign options, ECC key
17c662
  generation without login, and certificates do not inherit ID from the private
17c662
  key)
17c662
- p11tool explicitly marks certificates and public keys as NOT private objects
17c662
  and private keys as private objects
17c662
- Enlarge buffer size to support resumption with large keys (#1542461)
17c662
- Legacy HMAC-SHA384 cipher suites were disabled by default
17c662
- Added DSA key generation to p11tool (#1464896)
17c662
- Address session renegotiation issue using client certificate (#1434091)
17c662
- Address issue when importing private keys into Atos HSM (#1460125)
17c662
10790f
* Fri May 26 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.26-9
10790f
- Address crash in OCSP status request extension, by eliminating the
10790f
  unneeded parsing (CVE-2017-7507, #1455828)
10790f
10790f
* Wed Apr 26 2017 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.26-7
10790f
- Address interoperability issue with 3.5.x (#1388932)
10790f
- Reject CAs which are both trusted and blacklisted in trust module (#1375303)
10790f
- Added new functions to set issuer and subject ID in certificates (#1378373)
10790f
- Reject connections with less than 1024-bit DH parameters (#1335931)
10790f
- Fix issue that made GnuTLS parse only the first 32 extensions (#1383748)
10790f
- Mention limitations of certtool in manpage (#1375463)
10790f
- Read PKCS#8 files with HMAC-SHA256 -as generated by openssl 1.1 (#1380642)
10790f
- Do not link directly to trousers but instead use dlopen (#1379739)
10790f
- Fix incorrect OCSP validation (#1377569)
10790f
- Added support for pin-value in PKCS#11 URIs (#1379283)
10790f
- Added the --id option to p11tool (#1399232)
10790f
- Improved sanity checks in RSA key generation (#1444780)
10790f
- Addressed CVE-2017-5334, CVE-2017-5335, CVE-2017-5336, CVE-2017-5337,
10790f
  CVE-2017-7869
10790f
62bcd0
* Tue Jul 12 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.24-1
62bcd0
- Addressed issue with DSA public keys smaller than 2^1024 (#1238279)
62bcd0
- Addressed two-byte buffer overflow in the DTLS-0.9 protocol (#1209365)
62bcd0
- When writing certificates to smart cards write the CKA_ISSUER and
62bcd0
  CKA_SERIAL_NUMBER fields to allow NSS reading them (#1272179)
62bcd0
- Use the shared system certificate store (#1110750)
62bcd0
- Address MD5 transcript collision attacks in TLS key exchange (#1289888, 
62bcd0
  CVE-2015-7575)
62bcd0
- Allow hashing data over 2^32 bytes (#1306953)
62bcd0
- Ensure written PKCS#11 public keys are not marked as private (#1339453)
62bcd0
- Ensure secure_getenv() is called on all uses of environment variables
62bcd0
  (#1344591).
62bcd0
- Fix issues related to PKCS #11 private key listing on certain HSMs
62bcd0
  (#1351389)
4c24d7
4c24d7
* Fri Jun  5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-13
a8e454
- Corrected reseed and respect of max_number_of_bits_per_request in 
a8e454
  FIPS140-2 mode. Also enhanced the initial tests. (#1228199)
a8e454
873a72
* Mon Jan  5 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-12
873a72
- corrected fix of handshake buffer resets (#1153106)
873a72
873a72
* Thu Dec 11 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-11
873a72
- Applied fix for urandom FD in FIPS140 mode (#1165047)
873a72
- Applied fix for FIPS140-2 related regression (#1110696)
873a72
873a72
* Tue Dec  2 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-10
873a72
- Amended fix for urandom FD to avoid regression in FIPS140 mode (#1165047)
873a72
873a72
* Tue Nov 18 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-9
873a72
- Amended fix for FIPS enforcement issue (#1163848)
873a72
- Fixed issue with applications that close all file descriptors (#1165047)
873a72
873a72
* Thu Nov 13 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-8
873a72
- Applied fix for FIPS enforcement issue when only /etc/system-fips
873a72
  existed (#1163848)
873a72
873a72
* Fri Nov  7 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-7
873a72
- Applied fix for CVE-2014-8564 (#1161473)
873a72
873a72
* Wed Oct 29 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-6
873a72
- when generating test DH keys, enforce the q_bits.
873a72
873a72
* Tue Oct 21 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-5
873a72
- do not enforce FIPS140-2 policies in non-FIPS140 mode (#1154774)
873a72
873a72
* Thu Oct 16 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-4
873a72
- reverted change to use the p11-kit certificate storage (#1110750)
873a72
- added functions to test DH/ECDH in FIPS-140-2 mode and fixed
873a72
  RSA key generation (#1110696)
873a72
- added manual dependencies on libtasn1 3.8 as well as p11-kit 0.20.7
873a72
- fixed SHA224 in SSSE3 optimized code
873a72
- fixed issue with handshake buffer resets (#1153106)
873a72
- fixed issue in RSA key generation with specific seeds in FIPS140-2 mode
873a72
873a72
* Wed Oct 01 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-3
873a72
- added dependency on libtasn1 3.8 (#1110696)
873a72
873a72
* Thu Sep 18 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-2
873a72
- disabled padlock CPU support in FIPS140-2 mode
873a72
873a72
* Thu Sep 18 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-1
873a72
- updated to latest stable release
873a72
873a72
* Fri Sep 05 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8-1.b2
873a72
- updated with latest bug fixes for 3.3.x branch
873a72
- delete bundled files
873a72
873a72
* Thu Sep 04 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.8b1-1
873a72
- updated with latest bug fixes for 3.3.x branch
873a72
873a72
* Fri Aug 22 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.7-1
873a72
- new upstream release (#1110696)
873a72
- allow DSA/DH key generation with 1024 when not in FIPS140-2 mode (#1132705)
873a72
873a72
* Fri Aug 15 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.7b1-1
873a72
- updated with latest bug fixes for 3.3.x branch
873a72
- utilize the p11-kit trust store (#1110750)
873a72
873a72
* Tue Jul 29 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.6-2
873a72
- correct path of fipscheck links
873a72
873a72
* Wed Jul 23 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.6-1
873a72
- rebased to 3.3.6 and enabled fips mode (#1110696)
80dfe2
6c6c5b
* Wed May 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.18-9
6c6c5b
- fix session ID length check (#1102027)
6c6c5b
- fixes null pointer dereference (#1101727)
6c6c5b
127c81
* Tue Feb 25 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.18-8
127c81
- fixes CVE-2014-0092 (#1071815)
127c81
127c81
* Fri Feb 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.18-7
127c81
- fixes CVE-2014-1959
127c81
127c81
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.1.18-6
127c81
- Mass rebuild 2014-01-24
127c81
127c81
* Tue Jan 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.18-5
127c81
- Fixed issue with gnutls.info not being available (#1053487)
127c81
127c81
* Tue Jan 14 2014 Tomáš Mráz <tmraz@redhat.com> 3.1.18-4
127c81
- build the crywrap tool
127c81
127c81
* Thu Jan 02 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.18-3
127c81
- fixes crash in gnutls_global_deinit (#1047037)
127c81
127c81
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.1.18-2
127c81
- Mass rebuild 2013-12-27
127c81
127c81
* Mon Dec 23 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.1.18-1
127c81
- new upstream release (#1040886)
127c81
- Use the correct root key for unbound
127c81
9199b3
* Tue Nov  5 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.16-1
9199b3
- new upstream release
9199b3
- fixes CVE-2013-4466 off-by-one in dane_query_tlsa()
9199b3
9199b3
* Tue Oct 29 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.15-1
9199b3
- new upstream release
9199b3
- fixes CVE-2013-4466 buffer overflow in handling DANE entries
9199b3
9199b3
* Mon Jul 15 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.13-1
9199b3
- new upstream release
9199b3
9199b3
* Thu May 23 2013 Tomáš Mráz <tmraz@redhat.com> 3.1.11-1
9199b3
- new upstream release
9199b3
- enable ECC NIST Suite B curves
9199b3
9199b3
* Mon Mar 25 2013 Tomas Mraz <tmraz@redhat.com> 3.1.10-1
9199b3
- new upstream release
9199b3
- license of the library is back to LGPLv2.1+
9199b3
9199b3
* Fri Mar 15 2013 Tomas Mraz <tmraz@redhat.com> 3.1.9-1
9199b3
- new upstream release
9199b3
9199b3
* Thu Mar  7 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-3
9199b3
- drop the temporary old library
9199b3
9199b3
* Tue Feb 26 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-2
9199b3
- don't send ECC algos as supported (#913797)
9199b3
9199b3
* Thu Feb 21 2013 Tomas Mraz <tmraz@redhat.com> 3.1.8-1
9199b3
- new upstream version
9199b3
9199b3
* Wed Feb  6 2013 Tomas Mraz <tmraz@redhat.com> 3.1.7-1
9199b3
- new upstream version, requires rebuild of dependencies
9199b3
- this release temporarily includes old compatibility .so
9199b3
9199b3
* Tue Feb  5 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-2
9199b3
- rebuilt with new libtasn1
9199b3
- make guile bindings optional - breaks i686 build and there is
9199b3
  no dependent package
9199b3
9199b3
* Tue Jan  8 2013 Tomas Mraz <tmraz@redhat.com> 2.12.22-1
9199b3
- new upstream version
9199b3
9199b3
* Wed Nov 28 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-2
9199b3
- use RSA bit sizes supported by libgcrypt in FIPS mode for security
9199b3
  levels (#879643)
9199b3
9199b3
* Fri Nov  9 2012 Tomas Mraz <tmraz@redhat.com> 2.12.21-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Nov  1 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-4
9199b3
- negotiate only FIPS approved algorithms in the FIPS mode (#871826)
9199b3
9199b3
* Wed Aug  8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-3
9199b3
- fix the gnutls-cli-debug manpage - patch by Peter Schiffer
9199b3
9199b3
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.20-2
9199b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9199b3
9199b3
* Mon Jun 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.20-1
9199b3
- new upstream version
9199b3
9199b3
* Fri May 18 2012 Tomas Mraz <tmraz@redhat.com> 2.12.19-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Mar 29 2012 Tomas Mraz <tmraz@redhat.com> 2.12.18-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Mar  8 2012 Tomas Mraz <tmraz@redhat.com> 2.12.17-1
9199b3
- new upstream version
9199b3
- fix leaks in key generation (#796302)
9199b3
9199b3
* Fri Feb 03 2012 Kevin Fenzi <kevin@scrye.com> - 2.12.14-3
9199b3
- Disable largefile on arm arch. (#787287)
9199b3
9199b3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.12.14-2
9199b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
9199b3
9199b3
* Tue Nov  8 2011 Tomas Mraz <tmraz@redhat.com> 2.12.14-1
9199b3
- new upstream version
9199b3
9199b3
* Mon Oct 24 2011 Tomas Mraz <tmraz@redhat.com> 2.12.12-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Sep 29 2011 Tomas Mraz <tmraz@redhat.com> 2.12.11-1
9199b3
- new upstream version
9199b3
9199b3
* Fri Aug 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.9-1
9199b3
- new upstream version
9199b3
9199b3
* Tue Aug 16 2011 Tomas Mraz <tmraz@redhat.com> 2.12.8-1
9199b3
- new upstream version
9199b3
9199b3
* Mon Jul 25 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-2
9199b3
- fix problem when using new libgcrypt
9199b3
- split libgnutlsxx to a subpackage (#455146)
9199b3
- drop libgnutls-openssl (#460310)
9199b3
9199b3
* Tue Jun 21 2011 Tomas Mraz <tmraz@redhat.com> 2.12.7-1
9199b3
- new upstream version
9199b3
9199b3
* Mon May  9 2011 Tomas Mraz <tmraz@redhat.com> 2.12.4-1
9199b3
- new upstream version
9199b3
9199b3
* Tue Apr 26 2011 Tomas Mraz <tmraz@redhat.com> 2.12.3-1
9199b3
- new upstream version
9199b3
9199b3
* Mon Apr 18 2011 Tomas Mraz <tmraz@redhat.com> 2.12.2-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Mar  3 2011 Tomas Mraz <tmraz@redhat.com> 2.10.5-1
9199b3
- new upstream version
9199b3
9199b3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10.4-2
9199b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9199b3
9199b3
* Wed Dec  8 2010 Tomas Mraz <tmraz@redhat.com> 2.10.4-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Dec  2 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-2
9199b3
- fix buffer overflow in gnutls-serv (#659259)
9199b3
9199b3
* Fri Nov 19 2010 Tomas Mraz <tmraz@redhat.com> 2.10.3-1
9199b3
- new upstream version
9199b3
9199b3
* Thu Sep 30 2010 Tomas Mraz <tmraz@redhat.com> 2.10.2-1
9199b3
- new upstream version
9199b3
9199b3
* Wed Sep 29 2010 jkeating - 2.10.1-4
9199b3
- Rebuilt for gcc bug 634757
9199b3
9199b3
* Thu Sep 23 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-3
9199b3
- more patching for internal errors regression (#629858)
9199b3
  patch by Vivek Dasmohapatra
9199b3
9199b3
* Tue Sep 21 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-2
9199b3
- backported patch from upstream git hopefully fixing internal errors
9199b3
  (#629858)
9199b3
9199b3
* Wed Aug  4 2010 Tomas Mraz <tmraz@redhat.com> 2.10.1-1
9199b3
- new upstream version
9199b3
9199b3
* Wed Jun  2 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-2
9199b3
- add support for safe renegotiation CVE-2009-3555 (#533125)
9199b3
9199b3
* Wed May 12 2010 Tomas Mraz <tmraz@redhat.com> 2.8.6-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Mon Feb 15 2010 Rex Dieter <rdieter@fedoraproject.org> 2.8.5-4
9199b3
- FTBFS gnutls-2.8.5-3.fc13: ImplicitDSOLinking (#564624)
9199b3
9199b3
* Thu Jan 28 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-3
9199b3
- drop superfluous rpath from binaries
9199b3
- do not call autoreconf during build
9199b3
- specify the license on utils subpackage
9199b3
9199b3
* Mon Jan 18 2010 Tomas Mraz <tmraz@redhat.com> 2.8.5-2
9199b3
- do not create static libraries (#556052)
9199b3
9199b3
* Mon Nov  2 2009 Tomas Mraz <tmraz@redhat.com> 2.8.5-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Wed Sep 23 2009 Tomas Mraz <tmraz@redhat.com> 2.8.4-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Fri Aug 14 2009 Tomas Mraz <tmraz@redhat.com> 2.8.3-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.1-2
9199b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9199b3
9199b3
* Wed Jun 10 2009 Tomas Mraz <tmraz@redhat.com> 2.8.1-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Wed Jun  3 2009 Tomas Mraz <tmraz@redhat.com> 2.8.0-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Mon May  4 2009 Tomas Mraz <tmraz@redhat.com> 2.6.6-1
9199b3
- upgrade to a new upstream version - security fixes
9199b3
9199b3
* Tue Apr 14 2009 Tomas Mraz <tmraz@redhat.com> 2.6.5-1
9199b3
- upgrade to a new upstream version, minor bugfixes only
9199b3
9199b3
* Fri Mar  6 2009 Tomas Mraz <tmraz@redhat.com> 2.6.4-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.3-2
9199b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9199b3
9199b3
* Mon Dec 15 2008 Tomas Mraz <tmraz@redhat.com> 2.6.3-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Thu Dec  4 2008 Tomas Mraz <tmraz@redhat.com> 2.6.2-1
9199b3
- upgrade to a new upstream version
9199b3
9199b3
* Tue Nov 11 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-3
9199b3
- fix chain verification issue CVE-2008-4989 (#470079)
9199b3
9199b3
* Thu Sep 25 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-2
9199b3
- add guile subpackage (#463735)
9199b3
- force new libtool through autoreconf to drop unnecessary rpaths
9199b3
9199b3
* Tue Sep 23 2008 Tomas Mraz <tmraz@redhat.com> 2.4.2-1
9199b3
- new upstream version
9199b3
9199b3
* Tue Jul  1 2008 Tomas Mraz <tmraz@redhat.com> 2.4.1-1
9199b3
- new upstream version
9199b3
- correct the license tag
9199b3
- explicit --with-included-opencdk not needed
9199b3
- use external lzo library, internal not included anymore
9199b3
9199b3
* Tue Jun 24 2008 Tomas Mraz <tmraz@redhat.com> 2.4.0-1
9199b3
- upgrade to latest upstream
9199b3
9199b3
* Tue May 20 2008 Tomas Mraz <tmraz@redhat.com> 2.0.4-3
9199b3
- fix three security issues in gnutls handshake - GNUTLS-SA-2008-1
9199b3
  (#447461, #447462, #447463)
9199b3
9199b3
* Mon Feb  4 2008 Joe Orton <jorton@redhat.com> 2.0.4-2
9199b3
- use system libtasn1
9199b3
9199b3
* Tue Dec  4 2007 Tomas Mraz <tmraz@redhat.com> 2.0.4-1
9199b3
- upgrade to latest upstream
9199b3
9199b3
* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-2
9199b3
- license tag fix
9199b3
9199b3
* Wed Jun  6 2007 Tomas Mraz <tmraz@redhat.com> 1.6.3-1
9199b3
- upgrade to latest upstream (#232445)
9199b3
9199b3
* Tue Apr 10 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-2
9199b3
- properly require install-info (patch by Ville Skyttä)
9199b3
- standard buildroot and use dist tag
9199b3
- add COPYING and README to doc
9199b3
9199b3
* Wed Feb  7 2007 Tomas Mraz <tmraz@redhat.com> 1.4.5-1
9199b3
- new upstream version
9199b3
- drop libtermcap-devel from buildrequires
9199b3
9199b3
* Thu Sep 14 2006 Tomas Mraz <tmraz@redhat.com> 1.4.1-2
9199b3
- detect forged signatures - CVE-2006-4790 (#206411), patch
9199b3
  from upstream
9199b3
9199b3
* Tue Jul 18 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.1-1
9199b3
- upgrade to new upstream version, only minor changes
9199b3
9199b3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.0-1.1
9199b3
- rebuild
9199b3
9199b3
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.4.0-1
9199b3
- upgrade to new upstream version (#192070), rebuild
9199b3
  of dependent packages required
9199b3
9199b3
* Tue May 16 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-2
9199b3
- added missing buildrequires
9199b3
9199b3
* Mon Feb 13 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.10-1
9199b3
- updated to new version (fixes CVE-2006-0645)
9199b3
9199b3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.2
9199b3
- bump again for double-long bug on ppc(64)
9199b3
9199b3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-3.1
9199b3
- rebuilt for new gcc4.1 snapshot and glibc changes
9199b3
9199b3
* Tue Jan  3 2006 Jesse Keating <jkeating@redhat.com> 1.2.9-3
9199b3
- rebuilt
9199b3
9199b3
* Fri Dec  9 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-2
9199b3
- replaced *-config scripts with calls to pkg-config to
9199b3
  solve multilib conflicts
9199b3
9199b3
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-1
9199b3
- upgrade to newest upstream
9199b3
- removed .la files (#172635)
9199b3
9199b3
* Sun Aug  7 2005 Tomas Mraz <tmraz@redhat.com> 1.2.6-1
9199b3
- upgrade to newest upstream (rebuild of dependencies necessary)
9199b3
9199b3
* Mon Jul  4 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-2
9199b3
- split the command line tools to utils subpackage
9199b3
9199b3
* Sat Apr 30 2005 Tomas Mraz <tmraz@redhat.com> 1.0.25-1
9199b3
- new upstream version fixes potential DOS attack
9199b3
9199b3
* Sat Apr 23 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-2
9199b3
- readd the version script dropped by upstream
9199b3
9199b3
* Fri Apr 22 2005 Tomas Mraz <tmraz@redhat.com> 1.0.24-1
9199b3
- update to the latest upstream version on the 1.0 branch
9199b3
9199b3
* Wed Mar  2 2005 Warren Togami <wtogami@redhat.com> 1.0.20-6
9199b3
- gcc4 rebuild
9199b3
9199b3
* Tue Jan  4 2005 Ivana Varekova <varekova@redhat.com> 1.0.20-5
9199b3
- add gnutls Requires zlib-devel (#144069)
9199b3
9199b3
* Mon Nov 08 2004 Colin Walters <walters@redhat.com> 1.0.20-4
9199b3
- Make gnutls-devel Require libgcrypt-devel
9199b3
9199b3
* Tue Sep 21 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-3
9199b3
- rebuild with release++, otherwise unchanged.
9199b3
9199b3
* Tue Sep  7 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-2
9199b3
- patent tainted SRP code removed.
9199b3
9199b3
* Sun Sep  5 2004 Jeff Johnson <jbj@redhat.com> 1.0.20-1
9199b3
- update to 1.0.20.
9199b3
- add --with-included-opencdk --with-included-libtasn1
9199b3
- add --with-included-libcfg --with-included-lzo
9199b3
- add --disable-srp-authentication.
9199b3
- do "make check" after build.
9199b3
9199b3
* Fri Mar 21 2003 Jeff Johnson <jbj@redhat.com> 0.9.2-1
9199b3
- upgrade to 0.9.2
9199b3
9199b3
* Tue Jun 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.4-1
9199b3
- update to 0.4.4.
9199b3
9199b3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
9199b3
- automated rebuild
9199b3
9199b3
* Sat May 25 2002 Jeff Johnson <jbj@redhat.com> 0.4.3-1
9199b3
- update to 0.4.3.
9199b3
9199b3
* Tue May 21 2002 Jeff Johnson <jbj@redhat.com> 0.4.2-1
9199b3
- update to 0.4.2.
9199b3
- change license to LGPL.
9199b3
- include splint annotations patch.
9199b3
9199b3
* Tue Apr  2 2002 Nalin Dahyabhai <nalin@redhat.com> 0.4.0-1
9199b3
- update to 0.4.0
9199b3
9199b3
* Thu Jan 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.2-1
9199b3
- update to 0.3.2
9199b3
9199b3
* Thu Jan 10 2002 Nalin Dahyabhai <nalin@redhat.com> 0.3.0-1
9199b3
- add a URL
9199b3
9199b3
* Thu Dec 20 2001 Nalin Dahyabhai <nalin@redhat.com>
9199b3
- initial package