use the p11-kit trust storage for certificate verification

This commit is contained in:
Nikos Mavrogiannopoulos 2014-02-03 13:47:49 +01:00
parent 29d5d57d6a
commit 90a3d74e32

View File

@ -3,7 +3,7 @@
Summary: A TLS protocol implementation Summary: A TLS protocol implementation
Name: gnutls Name: gnutls
Version: 3.2.10 Version: 3.2.10
Release: 1%{?dist} Release: 2%{?dist}
# The libraries are LGPLv2.1+, utilities are GPLv3+ # The libraries are LGPLv2.1+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+ License: GPLv3+ and LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -154,6 +154,7 @@ export LDFLAGS="-Wl,--no-add-needed"
--disable-openssl-compatibility \ --disable-openssl-compatibility \
--disable-srp-authentication \ --disable-srp-authentication \
--disable-non-suiteb-curves \ --disable-non-suiteb-curves \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
%if %{with guile} %if %{with guile}
--enable-guile \ --enable-guile \
%ifarch %{arm} %ifarch %{arm}
@ -271,6 +272,9 @@ fi
%endif %endif
%changelog %changelog
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-2
- use p11-kit trust store for certificate verification
* Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-1 * Mon Feb 03 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.10-1
- new upstream release - new upstream release