forked from rpms/openssl
- add support for Intel AES-NI
This commit is contained in:
parent
2d6ef07fa3
commit
7f0747ce73
2388
openssl-1.0.0-beta4-aesni.patch
Normal file
2388
openssl-1.0.0-beta4-aesni.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@
|
|||||||
Summary: A general purpose cryptography library with TLS implementation
|
Summary: A general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 0.17.%{beta}%{?dist}
|
Release: 0.18.%{beta}%{?dist}
|
||||||
# We remove certain patented algorithms from the openssl source tarball
|
# We remove certain patented algorithms from the openssl source tarball
|
||||||
# with the hobble-openssl script which is included below.
|
# with the hobble-openssl script which is included below.
|
||||||
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
Source: openssl-%{version}-%{beta}-usa.tar.bz2
|
||||||
@ -72,6 +72,7 @@ Patch65: openssl-1.0.0-beta4-dtls-reneg.patch
|
|||||||
Patch66: openssl-1.0.0-beta4-backports2.patch
|
Patch66: openssl-1.0.0-beta4-backports2.patch
|
||||||
Patch67: openssl-1.0.0-beta4-reneg-scsv.patch
|
Patch67: openssl-1.0.0-beta4-reneg-scsv.patch
|
||||||
Patch68: openssl-1.0.0-beta4-tls-comp.patch
|
Patch68: openssl-1.0.0-beta4-tls-comp.patch
|
||||||
|
Patch69: openssl-1.0.0-beta4-aesni.patch
|
||||||
|
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -160,6 +161,7 @@ from other formats to the formats used by the OpenSSL toolkit.
|
|||||||
%patch66 -p1 -b .backports2
|
%patch66 -p1 -b .backports2
|
||||||
%patch67 -p1 -b .scsv
|
%patch67 -p1 -b .scsv
|
||||||
%patch68 -p1 -b .tls-comp
|
%patch68 -p1 -b .tls-comp
|
||||||
|
%patch69 -p1 -b .aesni
|
||||||
|
|
||||||
# Modify the various perl scripts to reference perl in the right location.
|
# Modify the various perl scripts to reference perl in the right location.
|
||||||
perl util/perlpath.pl `dirname %{__perl}`
|
perl util/perlpath.pl `dirname %{__perl}`
|
||||||
@ -408,10 +410,13 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 13 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.18.beta4
|
||||||
|
- add support for Intel AES-NI
|
||||||
|
|
||||||
* Thu Jan 7 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.17.beta4
|
* Thu Jan 7 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.17.beta4
|
||||||
- upstream fix compression handling on session resumption
|
- upstream fix compression handling on session resumption
|
||||||
- various null checks and other small fixes from upstream
|
- various null checks and other small fixes from upstream
|
||||||
- upstream changes for the renegotiation info according to the latest draft
|
- upstream changes for the renegotiation info according to the latest draft
|
||||||
|
|
||||||
* Mon Nov 23 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.16.beta4
|
* Mon Nov 23 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.16.beta4
|
||||||
- fix non-fips mingw build (patch by Kalev Lember)
|
- fix non-fips mingw build (patch by Kalev Lember)
|
||||||
|
Loading…
Reference in New Issue
Block a user