From 88482b2b4afcd7617ce5c956c806f990e12a6b33 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Dec 07 2015 14:02:57 +0000 Subject: the fast nistp implementation works only on little endian architectures --- diff --git a/openssl.spec b/openssl.spec index 6d27b92..fe01e76 100644 --- a/openssl.spec +++ b/openssl.spec @@ -23,7 +23,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 1.0.2e -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -246,7 +246,6 @@ sslarch="linux-generic32 -DB_ENDIAN" %endif %ifarch s390x sslarch="linux64-s390x" -sslflags=enable-ec_nistp_64_gcc_128 %endif %ifarch %{arm} sslarch=linux-armv4 @@ -260,7 +259,6 @@ sslarch=linux-generic32 %endif %ifarch ppc64 ppc64p7 sslarch=linux-ppc64 -sslflags=enable-ec_nistp_64_gcc_128 %endif %ifarch ppc64le sslarch="linux-ppc64le" @@ -490,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.* %postun libs -p /sbin/ldconfig %changelog +* Mon Dec 7 2015 Tomáš Mráz 1.0.2e-2 +- the fast nistp implementation works only on little endian architectures + * Fri Dec 4 2015 Tomáš Mráz 1.0.2e-1 - minor upstream release 1.0.2e fixing moderate severity security issues - enable fast assembler implementation for NIST P-256 and P-521