1 |
wellsi |
1.1 |
# For the curious: |
2 |
|
|
# 0.9.5a soversion = 0 |
3 |
|
|
# 0.9.6 soversion = 1 |
4 |
|
|
# 0.9.6a soversion = 2 |
5 |
|
|
# 0.9.6c soversion = 3 |
6 |
|
|
# 0.9.7a soversion = 4 |
7 |
|
|
# 0.9.7ef soversion = 5 |
8 |
|
|
# 0.9.8abe soversion = 6 |
9 |
|
|
%define soversion 6 |
10 |
|
|
|
11 |
|
|
# Number of threads to spawn when testing some threading fixes. |
12 |
|
|
%define thread_test_threads %{?threads:%{threads}}%{!?threads:1} |
13 |
|
|
|
14 |
|
|
# Arches on which we need to prevent arch conflicts on opensslconf.h, must |
15 |
|
|
# also be handled in opensslconf-new.h. |
16 |
|
|
%define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 |
17 |
|
|
|
18 |
|
|
# Arches for which we don't build subpackages. |
19 |
|
|
%define optimize_arches i686 |
20 |
|
|
|
21 |
|
|
Summary: The OpenSSL toolkit |
22 |
|
|
Name: openssl |
23 |
|
|
Version: 0.9.8e |
24 |
charliebrady |
1.4 |
Release: 28%{?dist} |
25 |
wellsi |
1.1 |
# The tarball is based on the openssl-fips-1.2.0-test.tar.gz tarball |
26 |
|
|
Source: openssl-fips-%{version}-usa.tar.bz2 |
27 |
|
|
Source1: hobble-openssl |
28 |
|
|
Source2: Makefile.certificate |
29 |
|
|
Source3: ca-bundle.crt |
30 |
|
|
Source4: https://rhn.redhat.com/help/RHNS-CA-CERT |
31 |
|
|
Source5: https://rhn.redhat.com/help/RHNS-CA-CERT.asc |
32 |
|
|
Source6: make-dummy-cert |
33 |
|
|
Source8: openssl-thread-test.c |
34 |
|
|
Source9: opensslconf-new.h |
35 |
|
|
Source10: opensslconf-new-warning.h |
36 |
|
|
Source11: README.FIPS |
37 |
|
|
# Build changes |
38 |
|
|
Patch0: openssl-fips-0.9.8e-redhat.patch |
39 |
|
|
Patch1: openssl-0.9.8a-defaults.patch |
40 |
|
|
Patch2: openssl-0.9.8a-link-krb5.patch |
41 |
|
|
Patch3: openssl-0.9.8b-soversion.patch |
42 |
|
|
Patch4: openssl-0.9.8a-enginesdir.patch |
43 |
|
|
Patch5: openssl-0.9.8a-no-rpath.patch |
44 |
|
|
# Functionality changes |
45 |
|
|
Patch32: openssl-0.9.7-beta6-ia64.patch |
46 |
|
|
Patch33: openssl-0.9.7f-ca-dir.patch |
47 |
|
|
Patch34: openssl-0.9.6-x509.patch |
48 |
|
|
Patch35: openssl-0.9.7-beta5-version-add-engines.patch |
49 |
|
|
Patch38: openssl-0.9.8a-reuse-cipher-change.patch |
50 |
|
|
Patch39: openssl-0.9.8b-ipv6-apps.patch |
51 |
|
|
# Backported fixes including security fixes |
52 |
|
|
Patch61: openssl-0.9.8b-aliasing-bug.patch |
53 |
|
|
Patch62: openssl-0.9.8b-x509-name-cmp.patch |
54 |
|
|
Patch64: openssl-fips-0.9.8e-dtls-fixes.patch |
55 |
|
|
Patch65: openssl-0.9.8b-cve-2007-5135.patch |
56 |
|
|
Patch67: openssl-fips-0.9.8e-aescfb.patch |
57 |
|
|
Patch68: openssl-fips-0.9.8e-abi.patch |
58 |
|
|
Patch69: openssl-fips-0.9.8e-fipsmode.patch |
59 |
|
|
Patch70: openssl-fips-0.9.8e-bn-fixes.patch |
60 |
|
|
Patch71: openssl-fips-0.9.8e-use-fipscheck.patch |
61 |
|
|
Patch72: openssl-fips-0.9.8e-env-zlib.patch |
62 |
|
|
Patch73: openssl-fips-0.9.8e-default-paths.patch |
63 |
|
|
Patch74: openssl-fips-0.9.8e-evp-nonfips.patch |
64 |
|
|
Patch75: openssl-fips-0.9.8e-cve-2008-5077.patch |
65 |
|
|
Patch76: openssl-fips-0.9.8e-multi-crl.patch |
66 |
|
|
Patch77: openssl-fips-0.9.8e-no-pairwise.patch |
67 |
|
|
Patch78: openssl-fips-0.9.8e-rng-seed.patch |
68 |
|
|
Patch79: openssl-fips-0.9.8e-bad-mime.patch |
69 |
|
|
Patch80: openssl-fips-0.9.8e-cve-2009-0590.patch |
70 |
|
|
Patch81: openssl-fips-0.9.8e-dtls-dos.patch |
71 |
|
|
Patch82: openssl-fips-0.9.8e-algo-doc.patch |
72 |
|
|
Patch83: openssl-fips-0.9.8e-cve-2009-2409.patch |
73 |
|
|
Patch84: openssl-fips-0.9.8e-cve-2009-4355.patch |
74 |
|
|
Patch85: openssl-fips-0.9.8e-cve-2009-3555.patch |
75 |
|
|
Patch86: openssl-fips-0.9.8e-cve-2010-0433.patch |
76 |
|
|
Patch87: openssl-fips-0.9.8e-cve-2009-3245.patch |
77 |
|
|
Patch88: openssl-fips-0.9.8e-cve-2010-4180.patch |
78 |
|
|
Patch89: openssl-fips-0.9.8e-ssl-sha256.patch |
79 |
|
|
Patch90: openssl-fips-0.9.8e-ciph-sort.patch |
80 |
|
|
Patch91: openssl-fips-0.9.8e-apps-dgst.patch |
81 |
|
|
Patch92: openssl-fips-0.9.8e-tls-version.patch |
82 |
|
|
Patch93: openssl-fips-0.9.8e-chil-fixes.patch |
83 |
|
|
Patch94: openssl-fips-0.9.8e-dh-check.patch |
84 |
|
|
Patch95: openssl-fips-0.9.8e-sha2test.patch |
85 |
|
|
Patch96: openssl-fips-0.9.8e-apps-yesno.patch |
86 |
|
|
Patch97: openssl-fips-0.9.8e-dtls-fixes2.patch |
87 |
|
|
Patch98: openssl-fips-0.9.8e-cve-2011-4109.patch |
88 |
|
|
Patch99: openssl-fips-0.9.8e-cve-2011-4576.patch |
89 |
|
|
Patch100: openssl-fips-0.9.8e-cve-2011-4619.patch |
90 |
|
|
Patch101: openssl-fips-0.9.8e-cve-2012-0884.patch |
91 |
|
|
Patch102: openssl-fips-0.9.8e-cve-2012-1165.patch |
92 |
|
|
Patch103: openssl-fips-0.9.8e-cve-2012-2110.patch |
93 |
|
|
Patch104: openssl-fips-0.9.8e-cve-2012-2333.patch |
94 |
|
|
Patch105: openssl-fips-0.9.8e-secure-getenv.patch |
95 |
|
|
Patch106: openssl-fips-0.9.8e-cve-2013-0166.patch |
96 |
|
|
Patch107: openssl-fips-0.9.8e-cve-2013-0169.patch |
97 |
charliebrady |
1.3 |
Patch108: openssl-fips-0.9.8e-cve-2014-0224.patch |
98 |
|
|
Patch109: openssl-fips-0.9.8e-cve-2014-0221.patch |
99 |
|
|
Patch110: openssl-fips-0.9.8e-cve-2014-3505.patch |
100 |
|
|
Patch111: openssl-fips-0.9.8e-cve-2014-3506.patch |
101 |
|
|
Patch112: openssl-fips-0.9.8e-cve-2014-3508.patch |
102 |
|
|
Patch113: openssl-fips-0.9.8e-cve-2014-3510.patch |
103 |
wellsi |
1.1 |
|
104 |
|
|
License: BSDish |
105 |
|
|
Group: System Environment/Libraries |
106 |
|
|
URL: http://www.openssl.org/ |
107 |
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root |
108 |
|
|
BuildRequires: mktemp, krb5-devel, perl, sed, zlib-devel, /usr/bin/cmp |
109 |
|
|
Requires: mktemp |
110 |
|
|
|
111 |
|
|
%description |
112 |
|
|
The OpenSSL toolkit provides support for secure communications between |
113 |
|
|
machines. OpenSSL includes a certificate management tool and shared |
114 |
|
|
libraries which provide various cryptographic algorithms and |
115 |
|
|
protocols. |
116 |
|
|
|
117 |
|
|
%package devel |
118 |
|
|
Summary: Files for development of applications which will use OpenSSL |
119 |
|
|
Group: Development/Libraries |
120 |
|
|
Requires: %{name} = %{version}-%{release}, krb5-devel, zlib-devel |
121 |
|
|
|
122 |
|
|
%description devel |
123 |
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-devel |
124 |
|
|
package contains static libraries and include files needed to develop |
125 |
|
|
applications which support various cryptographic algorithms and |
126 |
|
|
protocols. |
127 |
|
|
|
128 |
|
|
%package perl |
129 |
|
|
Summary: Perl scripts provided with OpenSSL |
130 |
|
|
Group: Applications/Internet |
131 |
|
|
Requires: perl |
132 |
|
|
Requires: %{name} = %{version}-%{release} |
133 |
|
|
|
134 |
|
|
%description perl |
135 |
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-perl |
136 |
|
|
package provides Perl scripts for converting certificates and keys |
137 |
|
|
from other formats to the formats used by the OpenSSL toolkit. |
138 |
|
|
|
139 |
|
|
%prep |
140 |
|
|
%setup -q -n %{name}-fips-%{version} |
141 |
|
|
|
142 |
|
|
%{SOURCE1} > /dev/null |
143 |
|
|
%patch0 -p1 -b .redhat |
144 |
|
|
%patch1 -p1 -b .defaults |
145 |
|
|
# Fix link line for libssl (bug #111154). |
146 |
|
|
%patch2 -p1 -b .krb5 |
147 |
|
|
%patch3 -p1 -b .soversion |
148 |
|
|
%patch4 -p1 -b .enginesdir |
149 |
|
|
%patch5 -p1 -b .no-rpath |
150 |
|
|
|
151 |
|
|
|
152 |
|
|
%patch32 -p1 -b .ia64 |
153 |
|
|
#patch33 is applied after make test |
154 |
|
|
%patch34 -p1 -b .x509 |
155 |
|
|
%patch35 -p1 -b .version-add-engines |
156 |
|
|
%patch38 -p1 -b .cipher-change |
157 |
|
|
%patch39 -p1 -b .ipv6-apps |
158 |
|
|
|
159 |
|
|
%patch61 -p1 -b .aliasing-bug |
160 |
|
|
%patch62 -p1 -b .name-cmp |
161 |
|
|
%patch64 -p1 -b .dtls-fixes |
162 |
|
|
%patch65 -p1 -b .shciphers |
163 |
|
|
%patch67 -p1 -b .aescfb |
164 |
|
|
%patch68 -p1 -b .abi |
165 |
|
|
%patch69 -p1 -b .fipsmode |
166 |
|
|
%patch70 -p1 -b .bn-fixes |
167 |
|
|
%patch71 -p1 -b .use-fipscheck |
168 |
|
|
%patch72 -p1 -b .env-zlib |
169 |
|
|
%patch73 -p1 -b .default-paths |
170 |
|
|
%patch74 -p1 -b .nonfips |
171 |
|
|
%patch75 -p1 -b .verifysig |
172 |
|
|
%patch76 -p1 -b .multi-crl |
173 |
|
|
%patch77 -p1 -b .no-pairwise |
174 |
|
|
%patch78 -p1 -b .rng-seed |
175 |
|
|
%patch79 -p1 -b .bad-mime |
176 |
|
|
%patch80 -p1 -b .bad-string |
177 |
|
|
%patch81 -p1 -b .dtls-dos |
178 |
|
|
%patch82 -p1 -b .algo-doc |
179 |
|
|
%patch83 -p1 -b .nomd2 |
180 |
|
|
%patch84 -p1 -b .compleak |
181 |
|
|
%patch85 -p1 -b .reneg |
182 |
|
|
%patch86 -p1 -b .nullprinc |
183 |
|
|
%patch87 -p1 -b .wexpand |
184 |
|
|
%patch88 -p1 -b .disable-nsbug |
185 |
|
|
%patch89 -p1 -b .sha256 |
186 |
|
|
%patch90 -p1 -b .sort |
187 |
|
|
%patch91 -p1 -b .dgst |
188 |
|
|
%patch92 -p1 -b .tlsver |
189 |
|
|
%patch93 -p1 -b .chil |
190 |
|
|
%patch94 -p1 -b .dh-check |
191 |
|
|
%patch95 -p1 -b .sha2test |
192 |
|
|
%patch96 -p1 -b .yesno |
193 |
|
|
%patch97 -p1 -b .dtls-fixes2 |
194 |
|
|
%patch98 -p1 -b .doublefree |
195 |
|
|
%patch99 -p1 -b .padding |
196 |
|
|
%patch100 -p1 -b .sgc-dos |
197 |
|
|
%patch101 -p1 -b .cms-mma |
198 |
|
|
%patch102 -p1 -b .bad-mime2 |
199 |
|
|
%patch103 -p1 -b .biobuf |
200 |
|
|
%patch104 -p1 -b .reclen |
201 |
|
|
%patch105 -p1 -b .secure-getenv |
202 |
|
|
%patch106 -p1 -b .ocsp-dos |
203 |
|
|
%patch107 -p1 -b .lucky13 |
204 |
charliebrady |
1.3 |
%patch108 -p1 -b .keying-mitm |
205 |
|
|
%patch109 -p1 -b .dtls-recursion |
206 |
|
|
%patch110 -p1 -b .dtls-doublefree |
207 |
|
|
%patch111 -p1 -b .dtls-sizechecks |
208 |
|
|
%patch112 -p1 -b .oid-handling |
209 |
|
|
%patch113 -p1 -b .adh-dos |
210 |
wellsi |
1.1 |
|
211 |
|
|
# Modify the various perl scripts to reference perl in the right location. |
212 |
|
|
perl util/perlpath.pl `dirname %{__perl}` |
213 |
|
|
|
214 |
|
|
# Generate a table with the compile settings for my perusal. |
215 |
|
|
touch Makefile |
216 |
|
|
make TABLE PERL=%{__perl} |
217 |
|
|
|
218 |
|
|
%build |
219 |
|
|
# Figure out which flags we want to use. |
220 |
|
|
# default |
221 |
|
|
sslarch=%{_os}-%{_arch} |
222 |
|
|
%ifarch %ix86 |
223 |
|
|
sslarch=linux-elf |
224 |
|
|
if ! echo %{_target} | grep -q i686 ; then |
225 |
|
|
sslflags="no-asm 386" |
226 |
|
|
fi |
227 |
|
|
%endif |
228 |
|
|
%ifarch sparc |
229 |
|
|
sslarch=linux-sparcv9 |
230 |
|
|
sslflags=no-asm |
231 |
|
|
%endif |
232 |
|
|
%ifarch alpha |
233 |
|
|
sslarch=linux-alpha-gcc |
234 |
|
|
%endif |
235 |
|
|
%ifarch s390 |
236 |
|
|
# The -fno-regmove is a workaround for bug #199604 |
237 |
|
|
sslarch="linux-generic32 -DB_ENDIAN -DNO_ASM -march=z900 -fno-regmove" |
238 |
|
|
%endif |
239 |
|
|
%ifarch s390x |
240 |
|
|
sslarch="linux-generic64 -DB_ENDIAN -DNO_ASM" |
241 |
|
|
%endif |
242 |
|
|
# ia64, x86_64, ppc, ppc64 are OK by default |
243 |
|
|
# Configure the build tree. Override OpenSSL defaults with known-good defaults |
244 |
|
|
# usable on all platforms. The Configure script already knows to use -fPIC and |
245 |
|
|
# RPM_OPT_FLAGS, so we can skip specifiying them here. |
246 |
|
|
./Configure \ |
247 |
|
|
--prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ |
248 |
|
|
zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared \ |
249 |
|
|
--with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl/engines \ |
250 |
|
|
-I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib} \ |
251 |
|
|
${sslarch} fipscanisterbuild |
252 |
|
|
|
253 |
|
|
# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be |
254 |
|
|
# marked as not requiring an executable stack. |
255 |
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack -DOPENSSL_USE_NEW_FUNCTIONS -fno-strict-aliasing" |
256 |
|
|
make depend |
257 |
|
|
make all |
258 |
|
|
|
259 |
|
|
# Generate hashes for the included certs. |
260 |
|
|
make rehash |
261 |
|
|
|
262 |
|
|
# Overwrite FIPS README |
263 |
|
|
cp -f %{SOURCE11} . |
264 |
|
|
|
265 |
|
|
# Verify that what was compiled actually works. |
266 |
|
|
LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} |
267 |
|
|
export LD_LIBRARY_PATH |
268 |
|
|
make -C test apps tests |
269 |
|
|
%{__cc} -o openssl-thread-test \ |
270 |
|
|
`krb5-config --cflags` \ |
271 |
|
|
-I./include \ |
272 |
|
|
$RPM_OPT_FLAGS \ |
273 |
|
|
%{SOURCE8} \ |
274 |
|
|
-L. \ |
275 |
|
|
-lssl -lcrypto \ |
276 |
|
|
`krb5-config --libs` \ |
277 |
|
|
-lpthread -lz -ldl |
278 |
|
|
./openssl-thread-test --threads %{thread_test_threads} |
279 |
|
|
|
280 |
|
|
# Patch33 must be patched after tests otherwise they will fail |
281 |
|
|
patch -p1 -b -z .ca-dir < %{PATCH33} |
282 |
|
|
|
283 |
|
|
# Add generation of HMAC checksum of the final stripped library |
284 |
|
|
%define __spec_install_post \ |
285 |
|
|
%{?__debug_package:%{__debug_install_post}} \ |
286 |
|
|
%{__arch_install_post} \ |
287 |
|
|
%{__os_install_post} \ |
288 |
|
|
fips/fips_standalone_sha1 $RPM_BUILD_ROOT/%{_lib}/libcrypto.so.%{version} >$RPM_BUILD_ROOT/%{_lib}/.libcrypto.so.%{version}.hmac \ |
289 |
|
|
ln -sf .libcrypto.so.%{version}.hmac $RPM_BUILD_ROOT/%{_lib}/.libcrypto.so.%{soversion}.hmac \ |
290 |
|
|
fips/fips_standalone_sha1 $RPM_BUILD_ROOT/%{_lib}/libssl.so.%{version} >$RPM_BUILD_ROOT/%{_lib}/.libssl.so.%{version}.hmac \ |
291 |
|
|
ln -sf .libssl.so.%{version}.hmac $RPM_BUILD_ROOT/%{_lib}/.libssl.so.%{soversion}.hmac \ |
292 |
|
|
%{nil} |
293 |
|
|
|
294 |
|
|
%install |
295 |
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT |
296 |
|
|
# Install OpenSSL. |
297 |
|
|
install -d $RPM_BUILD_ROOT/{%{_lib},%{_bindir},%{_includedir},%{_libdir},%{_mandir},%{_libdir}/openssl} |
298 |
|
|
make INSTALL_PREFIX=$RPM_BUILD_ROOT install |
299 |
|
|
make INSTALL_PREFIX=$RPM_BUILD_ROOT install_docs |
300 |
|
|
# OpenSSL install doesn't use correct _libdir |
301 |
|
|
mv $RPM_BUILD_ROOT/usr/lib/lib*.so.%{soversion} $RPM_BUILD_ROOT/%{_lib}/ |
302 |
|
|
mv $RPM_BUILD_ROOT/usr/lib/engines $RPM_BUILD_ROOT/%{_libdir}/openssl |
303 |
|
|
mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man/* $RPM_BUILD_ROOT%{_mandir}/ |
304 |
|
|
rmdir $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man |
305 |
|
|
mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ || : |
306 |
|
|
rename so.%{soversion} so.%{version} $RPM_BUILD_ROOT/%{_lib}/*.so.%{soversion} |
307 |
|
|
for lib in $RPM_BUILD_ROOT/%{_lib}/*.so.%{version} ; do |
308 |
|
|
chmod 755 ${lib} |
309 |
|
|
ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}` |
310 |
|
|
ln -s -f `basename ${lib}` $RPM_BUILD_ROOT/%{_lib}/`basename ${lib} .%{version}`.%{soversion} |
311 |
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`.%{soversion} |
312 |
|
|
done |
313 |
|
|
|
314 |
|
|
# Install a makefile for generating keys and self-signed certs, and a script |
315 |
|
|
# for generating them on the fly. |
316 |
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs |
317 |
|
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/Makefile |
318 |
|
|
install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/make-dummy-cert |
319 |
|
|
|
320 |
|
|
# Make sure we actually include the headers we built against. |
321 |
|
|
for header in $RPM_BUILD_ROOT%{_includedir}/openssl/* ; do |
322 |
|
|
if [ -f ${header} -a -f include/openssl/$(basename ${header}) ] ; then |
323 |
|
|
install -m644 include/openssl/`basename ${header}` ${header} |
324 |
|
|
fi |
325 |
|
|
done |
326 |
|
|
|
327 |
|
|
# Rename man pages so that they don't conflict with other system man pages. |
328 |
|
|
pushd $RPM_BUILD_ROOT%{_mandir} |
329 |
|
|
for manpage in man*/* ; do |
330 |
|
|
if [ -L ${manpage} ]; then |
331 |
|
|
TARGET=`ls -l ${manpage} | awk '{ print $NF }'` |
332 |
|
|
ln -snf ${TARGET}ssl ${manpage}ssl |
333 |
|
|
rm -f ${manpage} |
334 |
|
|
else |
335 |
|
|
mv ${manpage} ${manpage}ssl |
336 |
|
|
fi |
337 |
|
|
done |
338 |
|
|
for conflict in passwd rand ; do |
339 |
|
|
rename ${conflict} ssl${conflict} man*/${conflict}* |
340 |
|
|
done |
341 |
|
|
popd |
342 |
|
|
|
343 |
|
|
# Pick a CA script. |
344 |
|
|
pushd $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc |
345 |
|
|
mv CA.sh CA |
346 |
|
|
popd |
347 |
|
|
|
348 |
|
|
mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA |
349 |
|
|
mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private |
350 |
|
|
|
351 |
|
|
# Install root CA stuffs. |
352 |
|
|
cat << EOF > RHNS-blurb.txt |
353 |
|
|
# |
354 |
|
|
# RHNS CA certificate. Appended to the ca-bundle at package build-time. |
355 |
|
|
# |
356 |
|
|
EOF |
357 |
|
|
cat %{SOURCE3} RHNS-blurb.txt %{SOURCE4} > ca-bundle.crt |
358 |
|
|
install -m644 ca-bundle.crt $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/ |
359 |
|
|
ln -s certs/ca-bundle.crt $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/cert.pem |
360 |
|
|
|
361 |
|
|
# Fix libdir. |
362 |
|
|
pushd $RPM_BUILD_ROOT/%{_libdir}/pkgconfig |
363 |
|
|
for i in *.pc ; do |
364 |
|
|
sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \ |
365 |
|
|
$i >$i.tmp && \ |
366 |
|
|
cat $i.tmp >$i && \ |
367 |
|
|
rm -f $i.tmp |
368 |
|
|
done |
369 |
|
|
popd |
370 |
|
|
|
371 |
|
|
# Determine which arch opensslconf.h is going to try to #include. |
372 |
|
|
basearch=%{_arch} |
373 |
|
|
%ifarch %{ix86} |
374 |
|
|
basearch=i386 |
375 |
|
|
%endif |
376 |
|
|
|
377 |
|
|
%ifarch %{multilib_arches} |
378 |
|
|
# Do an opensslconf.h switcheroo to avoid file conflicts on systems where you |
379 |
|
|
# can have both a 32- and 64-bit version of the library, and they each need |
380 |
|
|
# their own correct-but-different versions of opensslconf.h to be usable. |
381 |
|
|
install -m644 %{SOURCE10} \ |
382 |
|
|
$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h |
383 |
|
|
cat $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h >> \ |
384 |
|
|
$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h |
385 |
|
|
install -m644 %{SOURCE9} \ |
386 |
|
|
$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h |
387 |
|
|
%endif |
388 |
|
|
|
389 |
|
|
%ifarch %{optimize_arches} |
390 |
|
|
# Remove bits which belong in subpackages. |
391 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_prefix}/include/openssl |
392 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a |
393 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.so |
394 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig |
395 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3/* |
396 |
|
|
|
397 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_bindir}/c_rehash |
398 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1*/*.pl* |
399 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/pki/tls/misc/*.pl |
400 |
|
|
%endif |
401 |
|
|
|
402 |
|
|
# Remove fips fingerprint script |
403 |
|
|
rm -rf $RPM_BUILD_ROOT/%{_bindir}/openssl_fips_fingerprint |
404 |
|
|
|
405 |
|
|
%clean |
406 |
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT |
407 |
|
|
|
408 |
|
|
%files |
409 |
|
|
%defattr(-,root,root) |
410 |
|
|
%doc FAQ LICENSE CHANGES NEWS INSTALL README |
411 |
|
|
%doc doc/c-indentation.el doc/openssl.txt |
412 |
|
|
%doc doc/openssl_button.html doc/openssl_button.gif |
413 |
|
|
%doc doc/ssleay.txt |
414 |
|
|
%doc README.FIPS |
415 |
|
|
%dir %{_sysconfdir}/pki/tls |
416 |
|
|
%dir %{_sysconfdir}/pki/tls/certs |
417 |
|
|
%{_sysconfdir}/pki/tls/certs/make-dummy-cert |
418 |
|
|
%{_sysconfdir}/pki/tls/certs/Makefile |
419 |
|
|
%{_sysconfdir}/pki/tls/cert.pem |
420 |
|
|
%dir %{_sysconfdir}/pki/tls/misc |
421 |
|
|
%{_sysconfdir}/pki/tls/misc/CA |
422 |
|
|
%dir %{_sysconfdir}/pki/CA |
423 |
|
|
%dir %{_sysconfdir}/pki/CA/private |
424 |
|
|
%{_sysconfdir}/pki/tls/misc/c_* |
425 |
|
|
%{_sysconfdir}/pki/tls/private |
426 |
|
|
|
427 |
|
|
%config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf |
428 |
|
|
%config(noreplace) %{_sysconfdir}/pki/tls/certs/ca-bundle.crt |
429 |
|
|
|
430 |
|
|
%attr(0755,root,root) %{_bindir}/openssl |
431 |
|
|
%attr(0755,root,root) /%{_lib}/*.so.%{version} |
432 |
|
|
%attr(0755,root,root) /%{_lib}/*.so.%{soversion} |
433 |
|
|
%attr(0644,root,root) /%{_lib}/.libcrypto.so.*.hmac |
434 |
|
|
%attr(0644,root,root) /%{_lib}/.libssl.so.*.hmac |
435 |
|
|
%dir %{_libdir}/openssl |
436 |
|
|
%attr(0755,root,root) %{_libdir}/openssl/engines |
437 |
|
|
%attr(0644,root,root) %{_mandir}/man1*/[ABD-Zabcd-z]* |
438 |
|
|
%attr(0644,root,root) %{_mandir}/man5*/* |
439 |
|
|
%attr(0644,root,root) %{_mandir}/man7*/* |
440 |
|
|
|
441 |
|
|
%ifnarch %{optimize_arches} |
442 |
|
|
%files devel |
443 |
|
|
%defattr(-,root,root) |
444 |
|
|
%{_prefix}/include/openssl |
445 |
|
|
%attr(0644,root,root) %{_libdir}/*.a |
446 |
|
|
%attr(0755,root,root) %{_libdir}/*.so |
447 |
|
|
%attr(0644,root,root) %{_mandir}/man3*/* |
448 |
|
|
%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc |
449 |
|
|
|
450 |
|
|
%files perl |
451 |
|
|
%defattr(-,root,root) |
452 |
|
|
%attr(0755,root,root) %{_bindir}/c_rehash |
453 |
|
|
%attr(0644,root,root) %{_mandir}/man1*/*.pl* |
454 |
|
|
%dir %{_sysconfdir}/pki/tls/misc |
455 |
|
|
%{_sysconfdir}/pki/tls/misc/*.pl |
456 |
|
|
%endif |
457 |
|
|
|
458 |
|
|
%post -p /sbin/ldconfig |
459 |
|
|
|
460 |
|
|
%postun -p /sbin/ldconfig |
461 |
|
|
|
462 |
|
|
%changelog |
463 |
charliebrady |
1.4 |
* Tue Sep 2 2014 Charlie Brady <charlie_brady@mitel.com> 0.9.8e-28.el5.sme |
464 |
|
|
- update with ca-bundle.crt from SME 9 [SME: 8208] |
465 |
|
|
|
466 |
charliebrady |
1.3 |
* Fri Aug 8 2014 Tomas Mraz <tmraz@redhat.com> 0.9.8e-27.4 |
467 |
|
|
- fix CVE-2014-0221 - recursion in DTLS code leading to DoS |
468 |
|
|
- fix CVE-2014-3505 - doublefree in DTLS packet processing |
469 |
|
|
- fix CVE-2014-3506 - avoid memory exhaustion in DTLS |
470 |
|
|
- fix CVE-2014-3508 - fix OID handling to avoid information leak |
471 |
|
|
- fix CVE-2014-3510 - fix DoS in anonymous (EC)DH handling in DTLS |
472 |
|
|
|
473 |
|
|
* Tue Jun 3 2014 Tomas Mraz <tmraz@redhat.com> 0.9.8e-27.3 |
474 |
|
|
- fix for CVE-2014-0224 - SSL/TLS MITM vulnerability |
475 |
wellsi |
1.2 |
|
476 |
wellsi |
1.1 |
* Tue Jan 28 2014 Tomas Mraz <tmraz@redhat.com> 0.9.8e-27.1 |
477 |
|
|
- replace expired GlobalSign Root CA certificate in ca-bundle.crt |
478 |
|
|
|
479 |
|
|
* Mon Feb 25 2013 Tomas Mraz <tmraz@redhat.com> 0.9.8e-27 |
480 |
|
|
- fix for CVE-2013-0169 - SSL/TLS CBC timing attack (#907589) |
481 |
|
|
- fix for CVE-2013-0166 - DoS in OCSP signatures checking (#908052) |
482 |
|
|
- enable compression only if explicitly asked for or OPENSSL_DEFAULT_ZLIB |
483 |
|
|
environment variable is set (fixes CVE-2012-4929 #857051) |
484 |
|
|
- use __secure_getenv() everywhere instead of getenv() (#839735) |
485 |
|
|
|
486 |
|
|
* Tue May 15 2012 Tomas Mraz <tmraz@redhat.com> 0.9.8e-26 |
487 |
|
|
- fix for CVE-2012-2333 - improper checking for record length in DTLS (#820686) |
488 |
|
|
|
489 |
|
|
* Mon Apr 23 2012 Tomas Mraz <tmraz@redhat.com> 0.9.8e-25 |
490 |
|
|
- fix for CVE-2012-2110 - memory corruption in asn1_d2i_read_bio() (#814185) |
491 |
|
|
|
492 |
|
|
* Mon Mar 19 2012 Tomas Mraz <tmraz@redhat.com> 0.9.8e-23 |
493 |
|
|
- fix problem with the SGC restart patch that might terminate handshake |
494 |
|
|
incorrectly |
495 |
|
|
- fix for CVE-2012-0884 - MMA weakness in CMS and PKCS#7 code (#802725) |
496 |
|
|
- fix for CVE-2012-1165 - NULL read dereference on bad MIME headers (#802489) |
497 |
|
|
|
498 |
|
|
* Wed Jan 18 2012 Tomas Mraz <tmraz@redhat.com> 0.9.8e-22 |
499 |
|
|
- fix for CVE-2011-4108 & CVE-2012-0050 - DTLS plaintext recovery |
500 |
|
|
vulnerability and additional DTLS fixes (#771770) |
501 |
|
|
- fix for CVE-2011-4109 - double free in policy checks (#771771) |
502 |
|
|
- fix for CVE-2011-4576 - uninitialized SSL 3.0 padding (#771775) |
503 |
|
|
- fix for CVE-2011-4619 - SGC restart DoS attack (#771780) |
504 |
|
|
|
505 |
|
|
* Tue Oct 18 2011 Tomas Mraz <tmraz@redhat.com> 0.9.8e-21 |
506 |
|
|
- add known answer test for SHA2 algorithms (#740866) |
507 |
|
|
- make default private key length in certificate Makefile 2048 bits |
508 |
|
|
(can be changed with PRIVATE_KEY_BITS setting) (#745410) |
509 |
|
|
- fix incorrect return value in parse_yesno() (#726593) |
510 |
|
|
- added DigiCert CA certificates to ca-bundle (#735819) |
511 |
|
|
- added a new section about error states to README.FIPS (#628976) |
512 |
|
|
|
513 |
|
|
* Wed May 4 2011 Tomas Mraz <tmraz@redhat.com> 0.9.8e-20 |
514 |
|
|
- add missing DH_check_pub_key() call when DH key is computed (#698175) |
515 |
|
|
|
516 |
|
|
* Mon Apr 4 2011 Tomas Mraz <tmraz@redhat.com> 0.9.8e-19 |
517 |
|
|
- presort list of ciphers available in SSL (#688901) |
518 |
|
|
- accept connection in s_server even if getaddrinfo() fails (#561260) |
519 |
|
|
- point to openssl dgst for list of supported digests (#608639) |
520 |
|
|
- fix handling of future TLS versions (#599112) |
521 |
|
|
- added VeriSign Class 3 Public Primary Certification Authority - G5 |
522 |
|
|
and StartCom Certification Authority certs to ca-bundle (#675671, #617856) |
523 |
|
|
- upstream fixes for the CHIL engine (#622003, #671484) |
524 |
|
|
|
525 |
|
|
* Wed Mar 9 2011 Tomas Mraz <tmraz@redhat.com> 0.9.8e-18 |
526 |
|
|
- add SHA-2 hashes in SSL_library_init() (#676384) |
527 |
|
|
|
528 |
|
|
* Tue Dec 7 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-17 |
529 |
|
|
- fix CVE-2010-4180 - completely disable code for |
530 |
|
|
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG (#659462) |
531 |
|
|
|
532 |
|
|
* Fri Mar 12 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-16 |
533 |
|
|
- fix CVE-2009-3245 - add missing bn_wexpand return checks (#570924) |
534 |
|
|
|
535 |
|
|
* Thu Mar 4 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-15 |
536 |
|
|
- fix CVE-2010-0433 - do not pass NULL princ to krb5_kt_get_entry which |
537 |
|
|
in the RHEL-5 and newer versions will crash in such case (#569774) |
538 |
|
|
|
539 |
|
|
* Thu Feb 18 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-14 |
540 |
|
|
- fix CVE-2009-3555 - support the safe renegotiation extension and |
541 |
|
|
do not allow legacy renegotiation on the server by default (#533125) |
542 |
|
|
|
543 |
|
|
* Thu Jan 14 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-13 |
544 |
|
|
- fix CVE-2009-2409 - drop MD2 algorithm from EVP tables (#510197) |
545 |
|
|
- fix CVE-2009-4355 - do not leak memory when CRYPTO_cleanup_all_ex_data() |
546 |
|
|
is called prematurely by application (#546707) |
547 |
|
|
|
548 |
|
|
* Mon Jun 29 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8e-12 |
549 |
|
|
- abort if selftests failed and random number generator is polled |
550 |
|
|
- mention EVP_aes and EVP_sha2xx routines in the manpages |
551 |
|
|
- add README.FIPS |
552 |
|
|
|
553 |
|
|
* Thu May 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8e-10 |
554 |
|
|
- fix CVE-2009-1386 CVE-2009-1387 (DTLS DoS problems) |
555 |
|
|
(#503685, #503688) |
556 |
|
|
|
557 |
|
|
* Thu May 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8e-9 |
558 |
|
|
- fix CVE-2009-1377 CVE-2009-1378 CVE-2009-1379 |
559 |
|
|
(DTLS DoS problems) (#501253, #501254, #501572) |
560 |
|
|
|
561 |
|
|
* Wed Apr 15 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8e-8 |
562 |
|
|
- support multiple CRLs with same subject in a store (#457134) |
563 |
|
|
- fix CVE-2009-0590 - reject incorrectly encoded ASN.1 strings (#492304) |
564 |
|
|
- seed FIPS rng directly from kernel random device |
565 |
|
|
- do not require fipscheck to build the package (#475798) |
566 |
|
|
- call pairwise key tests in FIPS mode only (#479817) |
567 |
|
|
- do not crash when parsing bad mime data (#472440) |
568 |
|
|
|
569 |
|
|
* Tue Dec 16 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-7 |
570 |
|
|
- fix CVE-2008-5077 - incorrect checks for malformed signatures (#476671) |
571 |
|
|
|
572 |
|
|
* Fri Oct 31 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-6 |
573 |
|
|
- allow lookup of algorithms in engine |
574 |
|
|
|
575 |
|
|
* Fri Oct 24 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-5 |
576 |
|
|
- implement the integrity checking inside libcrypto so OpenSSL |
577 |
|
|
can be used in FIPS mode by the fipscheck library |
578 |
|
|
|
579 |
|
|
* Thu Oct 9 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-4 |
580 |
|
|
- FIPS mode kernel flag is /proc/sys/crypto/fips_enabled |
581 |
|
|
|
582 |
|
|
* Wed Sep 10 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-3 |
583 |
|
|
- disable strict aliasing |
584 |
|
|
|
585 |
|
|
* Tue Sep 9 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-2 |
586 |
|
|
- more changes for FIPS validation (#444800) |
587 |
|
|
- correctly initialize default CA paths (#450987) |
588 |
|
|
- allow disabling zlib support through environment (#442624) |
589 |
|
|
|
590 |
|
|
* Tue Jul 15 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8e-1 |
591 |
|
|
- rebase to version undergoing FIPS validation (#455634) |
592 |
|
|
|
593 |
|
|
* Tue Jan 15 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8b-10 |
594 |
|
|
- compile with -march=z900 on s390 for performance improvements (#250818) |
595 |
|
|
- make ssl session ID matching strict (#233599) |
596 |
|
|
|
597 |
|
|
* Mon Oct 8 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-9 |
598 |
|
|
- fix CVE-2007-3108 - side channel attack on private keys (#250581) |
599 |
|
|
- fix CVE-2007-5135 - off-by-one in SSL_get_shared_ciphers (#309881) |
600 |
|
|
- fix CVE-2007-4995 - out of order DTLS fragments buffer overflow (#321221) |
601 |
|
|
|
602 |
|
|
* Thu Nov 30 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8.3 |
603 |
|
|
- the previous change still didn't make X509_NAME_cmp transitive |
604 |
|
|
|
605 |
|
|
* Thu Nov 23 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8.2 |
606 |
|
|
- make X509_NAME_cmp transitive otherwise certificate lookup |
607 |
|
|
is broken (#216050) |
608 |
|
|
|
609 |
|
|
* Fri Nov 3 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8.1 |
610 |
|
|
- aliasing bug in engine loading, patch by IBM (#213216) |
611 |
|
|
|
612 |
|
|
* Mon Oct 2 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8 |
613 |
|
|
- CVE-2006-2940 fix was incorrect (#208744) |
614 |
|
|
|
615 |
|
|
* Mon Sep 25 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-7 |
616 |
|
|
- fix CVE-2006-2937 - mishandled error on ASN.1 parsing (#207276) |
617 |
|
|
- fix CVE-2006-2940 - parasitic public keys DoS (#207274) |
618 |
|
|
- fix CVE-2006-3738 - buffer overflow in SSL_get_shared_ciphers (#206940) |
619 |
|
|
- fix CVE-2006-4343 - sslv2 client DoS (#206940) |
620 |
|
|
|
621 |
|
|
* Tue Sep 5 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-6 |
622 |
|
|
- fix CVE-2006-4339 - prevent attack on PKCS#1 v1.5 signatures (#205180) |
623 |
|
|
|
624 |
|
|
* Wed Aug 2 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-5 |
625 |
|
|
- set buffering to none on stdio/stdout FILE when bufsize is set (#200580) |
626 |
|
|
patch by IBM |
627 |
|
|
|
628 |
|
|
* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> - 0.9.8b-4.1 |
629 |
|
|
- rebuild with new binutils (#200330) |
630 |
|
|
|
631 |
|
|
* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-4 |
632 |
|
|
- add a temporary workaround for sha512 test failure on s390 (#199604) |
633 |
|
|
|
634 |
|
|
* Thu Jul 20 2006 Tomas Mraz <tmraz@redhat.com> |
635 |
|
|
- add ipv6 support to s_client and s_server (by Jan Pazdziora) (#198737) |
636 |
|
|
- add patches for BN threadsafety, AES cache collision attack hazard fix and |
637 |
|
|
pkcs7 code memleak fix from upstream CVS |
638 |
|
|
|
639 |
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8b-3.1 |
640 |
|
|
- rebuild |
641 |
|
|
|
642 |
|
|
* Wed Jun 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-3 |
643 |
|
|
- dropped libica and ica engine from build |
644 |
|
|
|
645 |
|
|
* Wed Jun 21 2006 Joe Orton <jorton@redhat.com> |
646 |
|
|
- update to new CA bundle from mozilla.org; adds CA certificates |
647 |
|
|
from netlock.hu and startcom.org |
648 |
|
|
|
649 |
|
|
* Mon Jun 5 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-2 |
650 |
|
|
- fixed a few rpmlint warnings |
651 |
|
|
- better fix for #173399 from upstream |
652 |
|
|
- upstream fix for pkcs12 |
653 |
|
|
|
654 |
|
|
* Thu May 11 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-1 |
655 |
|
|
- upgrade to new version, stays ABI compatible |
656 |
|
|
- there is no more linux/config.h (it was empty anyway) |
657 |
|
|
|
658 |
|
|
* Tue Apr 4 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8a-6 |
659 |
|
|
- fix stale open handles in libica (#177155) |
660 |
|
|
- fix build if 'rand' or 'passwd' in buildroot path (#178782) |
661 |
|
|
- initialize VIA Padlock engine (#186857) |
662 |
|
|
|
663 |
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.2 |
664 |
|
|
- bump again for double-long bug on ppc(64) |
665 |
|
|
|
666 |
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.1 |
667 |
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes |
668 |
|
|
|
669 |
|
|
* Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-5 |
670 |
|
|
- don't include SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG |
671 |
|
|
in SSL_OP_ALL (#175779) |
672 |
|
|
|
673 |
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> |
674 |
|
|
- rebuilt |
675 |
|
|
|
676 |
|
|
* Tue Nov 29 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-4 |
677 |
|
|
- fix build (-lcrypto was erroneusly dropped) of the updated libica |
678 |
|
|
- updated ICA engine to 1.3.6-rc3 |
679 |
|
|
|
680 |
|
|
* Tue Nov 22 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-3 |
681 |
|
|
- disable builtin compression methods for now until they work |
682 |
|
|
properly (#173399) |
683 |
|
|
|
684 |
|
|
* Wed Nov 16 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-2 |
685 |
|
|
- don't set -rpath for openssl binary |
686 |
|
|
|
687 |
|
|
* Tue Nov 8 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-1 |
688 |
|
|
- new upstream version |
689 |
|
|
- patches partially renumbered |
690 |
|
|
|
691 |
|
|
* Fri Oct 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-11 |
692 |
|
|
- updated IBM ICA engine library and patch to latest upstream version |
693 |
|
|
|
694 |
|
|
* Wed Oct 12 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-10 |
695 |
|
|
- fix CAN-2005-2969 - remove SSL_OP_MSIE_SSLV2_RSA_PADDING which |
696 |
|
|
disables the countermeasure against man in the middle attack in SSLv2 |
697 |
|
|
(#169863) |
698 |
|
|
- use sha1 as default for CA and cert requests - CAN-2005-2946 (#169803) |
699 |
|
|
|
700 |
|
|
* Tue Aug 23 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-9 |
701 |
|
|
- add *.so.soversion as symlinks in /lib (#165264) |
702 |
|
|
- remove unpackaged symlinks (#159595) |
703 |
|
|
- fixes from upstream (constant time fixes for DSA, |
704 |
|
|
bn assembler div on ppc arch, initialize memory on realloc) |
705 |
|
|
|
706 |
|
|
* Thu Aug 11 2005 Phil Knirsch <pknirsch@redhat.com> 0.9.7f-8 |
707 |
|
|
- Updated ICA engine IBM patch to latest upstream version. |
708 |
|
|
|
709 |
|
|
* Thu May 19 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-7 |
710 |
|
|
- fix CAN-2005-0109 - use constant time/memory access mod_exp |
711 |
|
|
so bits of private key aren't leaked by cache eviction (#157631) |
712 |
|
|
- a few more fixes from upstream 0.9.7g |
713 |
|
|
|
714 |
|
|
* Wed Apr 27 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-6 |
715 |
|
|
- use poll instead of select in rand (#128285) |
716 |
|
|
- fix Makefile.certificate to point to /etc/pki/tls |
717 |
|
|
- change the default string mask in ASN1 to PrintableString+UTF8String |
718 |
|
|
|
719 |
|
|
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 0.9.7f-5 |
720 |
|
|
- update to revision 1.37 of Mozilla CA bundle |
721 |
|
|
|
722 |
|
|
* Thu Apr 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-4 |
723 |
|
|
- move certificates to _sysconfdir/pki/tls (#143392) |
724 |
|
|
- move CA directories to _sysconfdir/pki/CA |
725 |
|
|
- patch the CA script and the default config so it points to the |
726 |
|
|
CA directories |
727 |
|
|
|
728 |
|
|
* Fri Apr 1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-3 |
729 |
|
|
- uninitialized variable mustn't be used as input in inline |
730 |
|
|
assembly |
731 |
|
|
- reenable the x86_64 assembly again |
732 |
|
|
|
733 |
|
|
* Thu Mar 31 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-2 |
734 |
|
|
- add back RC4_CHAR on ia64 and x86_64 so the ABI isn't broken |
735 |
|
|
- disable broken bignum assembly on x86_64 |
736 |
|
|
|
737 |
|
|
* Wed Mar 30 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-1 |
738 |
|
|
- reenable optimizations on ppc64 and assembly code on ia64 |
739 |
|
|
- upgrade to new upstream version (no soname bump needed) |
740 |
|
|
- disable thread test - it was testing the backport of the |
741 |
|
|
RSA blinding - no longer needed |
742 |
|
|
- added support for changing serial number to |
743 |
|
|
Makefile.certificate (#151188) |
744 |
|
|
- make ca-bundle.crt a config file (#118903) |
745 |
|
|
|
746 |
|
|
* Tue Mar 1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-3 |
747 |
|
|
- libcrypto shouldn't depend on libkrb5 (#135961) |
748 |
|
|
|
749 |
|
|
* Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-2 |
750 |
|
|
- rebuild |
751 |
|
|
|
752 |
|
|
* Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-1 |
753 |
|
|
- new upstream source, updated patches |
754 |
|
|
- added patch so we are hopefully ABI compatible with upcoming |
755 |
|
|
0.9.7f |
756 |
|
|
|
757 |
|
|
* Thu Feb 10 2005 Tomas Mraz <tmraz@redhat.com> |
758 |
|
|
- Support UTF-8 charset in the Makefile.certificate (#134944) |
759 |
|
|
- Added cmp to BuildPrereq |
760 |
|
|
|
761 |
|
|
* Thu Jan 27 2005 Joe Orton <jorton@redhat.com> 0.9.7a-46 |
762 |
|
|
- generate new ca-bundle.crt from Mozilla certdata.txt (revision 1.32) |
763 |
|
|
|
764 |
|
|
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-45 |
765 |
|
|
- Fixed and updated libica-1.3.4-urandom.patch patch (#122967) |
766 |
|
|
|
767 |
|
|
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-44 |
768 |
|
|
- rebuild |
769 |
|
|
|
770 |
|
|
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-43 |
771 |
|
|
- rebuild |
772 |
|
|
|
773 |
|
|
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-42 |
774 |
|
|
- rebuild |
775 |
|
|
|
776 |
|
|
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-41 |
777 |
|
|
- remove der_chop, as upstream cvs has done (CAN-2004-0975, #140040) |
778 |
|
|
|
779 |
|
|
* Tue Oct 05 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-40 |
780 |
|
|
- Include latest libica version with important bugfixes |
781 |
|
|
|
782 |
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> |
783 |
|
|
- rebuilt |
784 |
|
|
|
785 |
|
|
* Mon Jun 14 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-38 |
786 |
|
|
- Updated ICA engine IBM patch to latest upstream version. |
787 |
|
|
|
788 |
|
|
* Mon Jun 7 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-37 |
789 |
|
|
- build for linux-alpha-gcc instead of alpha-gcc on alpha (Jeff Garzik) |
790 |
|
|
|
791 |
|
|
* Tue May 25 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-36 |
792 |
|
|
- handle %%{_arch}=i486/i586/i686/athlon cases in the intermediate |
793 |
|
|
header (#124303) |
794 |
|
|
|
795 |
|
|
* Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.9.7a-35 |
796 |
|
|
- add security fixes for CAN-2004-0079, CAN-2004-0112 |
797 |
|
|
|
798 |
|
|
* Tue Mar 16 2004 Phil Knirsch <pknirsch@redhat.com> |
799 |
|
|
- Fixed libica filespec. |
800 |
|
|
|
801 |
|
|
* Thu Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-34 |
802 |
|
|
- ppc/ppc64 define __powerpc__/__powerpc64__, not __ppc__/__ppc64__, fix |
803 |
|
|
the intermediate header |
804 |
|
|
|
805 |
|
|
* Wed Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-33 |
806 |
|
|
- add an intermediate <openssl/opensslconf.h> which points to the right |
807 |
|
|
arch-specific opensslconf.h on multilib arches |
808 |
|
|
|
809 |
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> |
810 |
|
|
- rebuilt |
811 |
|
|
|
812 |
|
|
* Thu Feb 26 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-32 |
813 |
|
|
- Updated libica to latest upstream version 1.3.5. |
814 |
|
|
|
815 |
|
|
* Tue Feb 17 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-31 |
816 |
|
|
- Update ICA crypto engine patch from IBM to latest version. |
817 |
|
|
|
818 |
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> |
819 |
|
|
- rebuilt |
820 |
|
|
|
821 |
|
|
* Fri Feb 13 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-29 |
822 |
|
|
- rebuilt |
823 |
|
|
|
824 |
|
|
* Wed Feb 11 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-28 |
825 |
|
|
- Fixed libica build. |
826 |
|
|
|
827 |
|
|
* Wed Feb 4 2004 Nalin Dahyabhai <nalin@redhat.com> |
828 |
|
|
- add "-ldl" to link flags added for Linux-on-ARM (#99313) |
829 |
|
|
|
830 |
|
|
* Wed Feb 4 2004 Joe Orton <jorton@redhat.com> 0.9.7a-27 |
831 |
|
|
- updated ca-bundle.crt: removed expired GeoTrust roots, added |
832 |
|
|
freessl.com root, removed trustcenter.de Class 0 root |
833 |
|
|
|
834 |
|
|
* Sun Nov 30 2003 Tim Waugh <twaugh@redhat.com> 0.9.7a-26 |
835 |
|
|
- Fix link line for libssl (bug #111154). |
836 |
|
|
|
837 |
|
|
* Fri Oct 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-25 |
838 |
|
|
- add dependency on zlib-devel for the -devel package, which depends on zlib |
839 |
|
|
symbols because we enable zlib for libssl (#102962) |
840 |
|
|
|
841 |
|
|
* Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-24 |
842 |
|
|
- Use /dev/urandom instead of PRNG for libica. |
843 |
|
|
- Apply libica-1.3.5 fix for /dev/urandom in icalinux.c |
844 |
|
|
- Use latest ICA engine patch from IBM. |
845 |
|
|
|
846 |
|
|
* Sat Oct 4 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22.1 |
847 |
|
|
- rebuild |
848 |
|
|
|
849 |
|
|
* Wed Oct 1 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22 |
850 |
|
|
- rebuild (22 wasn't actually built, fun eh?) |
851 |
|
|
|
852 |
|
|
* Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-23 |
853 |
|
|
- re-disable optimizations on ppc64 |
854 |
|
|
|
855 |
|
|
* Tue Sep 30 2003 Joe Orton <jorton@redhat.com> |
856 |
|
|
- add a_mbstr.c fix for 64-bit platforms from CVS |
857 |
|
|
|
858 |
|
|
* Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22 |
859 |
|
|
- add -Wa,--noexecstack to RPM_OPT_FLAGS so that assembled modules get tagged |
860 |
|
|
as not needing executable stacks |
861 |
|
|
|
862 |
|
|
* Mon Sep 29 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-21 |
863 |
|
|
- rebuild |
864 |
|
|
|
865 |
|
|
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> |
866 |
|
|
- re-enable optimizations on ppc64 |
867 |
|
|
|
868 |
|
|
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com> |
869 |
|
|
- remove exclusivearch |
870 |
|
|
|
871 |
|
|
* Wed Sep 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-20 |
872 |
|
|
- only parse a client cert if one was requested |
873 |
|
|
- temporarily exclusivearch for %%{ix86} |
874 |
|
|
|
875 |
|
|
* Tue Sep 23 2003 Nalin Dahyabhai <nalin@redhat.com> |
876 |
|
|
- add security fixes for protocol parsing bugs (CAN-2003-0543, CAN-2003-0544) |
877 |
|
|
and heap corruption (CAN-2003-0545) |
878 |
|
|
- update RHNS-CA-CERT files |
879 |
|
|
- ease back on the number of threads used in the threading test |
880 |
|
|
|
881 |
|
|
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 0.9.7a-19 |
882 |
|
|
- rebuild to fix gzipped file md5sums (#91211) |
883 |
|
|
|
884 |
|
|
* Mon Aug 25 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-18 |
885 |
|
|
- Updated libica to version 1.3.4. |
886 |
|
|
|
887 |
|
|
* Thu Jul 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-17 |
888 |
|
|
- rebuild |
889 |
|
|
|
890 |
|
|
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10.9 |
891 |
|
|
- free the kssl_ctx structure when we free an SSL structure (#99066) |
892 |
|
|
|
893 |
|
|
* Fri Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-16 |
894 |
|
|
- rebuild |
895 |
|
|
|
896 |
|
|
* Thu Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-15 |
897 |
|
|
- lower thread test count on s390x |
898 |
|
|
|
899 |
|
|
* Tue Jul 8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-14 |
900 |
|
|
- rebuild |
901 |
|
|
|
902 |
|
|
* Thu Jun 26 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-13 |
903 |
|
|
- disable assembly on arches where it seems to conflict with threading |
904 |
|
|
|
905 |
|
|
* Thu Jun 26 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-12 |
906 |
|
|
- Updated libica to latest upstream version 1.3.0 |
907 |
|
|
|
908 |
|
|
* Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9.9 |
909 |
|
|
- rebuild |
910 |
|
|
|
911 |
|
|
* Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-11 |
912 |
|
|
- rebuild |
913 |
|
|
|
914 |
|
|
* Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10 |
915 |
|
|
- ubsec: don't stomp on output data which might also be input data |
916 |
|
|
|
917 |
|
|
* Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9 |
918 |
|
|
- temporarily disable optimizations on ppc64 |
919 |
|
|
|
920 |
|
|
* Mon Jun 9 2003 Nalin Dahyabhai <nalin@redhat.com> |
921 |
|
|
- backport fix for engine-used-for-everything from 0.9.7b |
922 |
|
|
- backport fix for prng not being seeded causing problems, also from 0.9.7b |
923 |
|
|
- add a check at build-time to ensure that RSA is thread-safe |
924 |
|
|
- keep perlpath from stomping on the libica configure scripts |
925 |
|
|
|
926 |
|
|
* Fri Jun 6 2003 Nalin Dahyabhai <nalin@redhat.com> |
927 |
|
|
- thread-safety fix for RSA blinding |
928 |
|
|
|
929 |
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.9.7a-8 |
930 |
|
|
- rebuilt |
931 |
|
|
|
932 |
|
|
* Fri May 30 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-7 |
933 |
|
|
- Added libica-1.2 to openssl (featurerequest). |
934 |
|
|
|
935 |
|
|
* Wed Apr 16 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-6 |
936 |
|
|
- fix building with incorrect flags on ppc64 |
937 |
|
|
|
938 |
|
|
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-5 |
939 |
|
|
- add patch to harden against Klima-Pokorny-Rosa extension of Bleichenbacher's |
940 |
|
|
attack (CAN-2003-0131) |
941 |
|
|
|
942 |
|
|
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-4 |
943 |
|
|
- add patch to enable RSA blinding by default, closing a timing attack |
944 |
|
|
(CAN-2003-0147) |
945 |
|
|
|
946 |
|
|
* Wed Mar 5 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-3 |
947 |
|
|
- disable use of BN assembly module on x86_64, but continue to allow inline |
948 |
|
|
assembly (#83403) |
949 |
|
|
|
950 |
|
|
* Thu Feb 27 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-2 |
951 |
|
|
- disable EC algorithms |
952 |
|
|
|
953 |
|
|
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-1 |
954 |
|
|
- update to 0.9.7a |
955 |
|
|
|
956 |
|
|
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-8 |
957 |
|
|
- add fix to guard against attempts to allocate negative amounts of memory |
958 |
|
|
- add patch for CAN-2003-0078, fixing a timing attack |
959 |
|
|
|
960 |
|
|
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 0.9.7-7 |
961 |
|
|
- Add openssl-ppc64.patch |
962 |
|
|
|
963 |
|
|
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-6 |
964 |
|
|
- EVP_DecryptInit should call EVP_CipherInit() instead of EVP_CipherInit_ex(), |
965 |
|
|
to get the right behavior when passed uninitialized context structures |
966 |
|
|
(#83766) |
967 |
|
|
- build with -mcpu=ev5 on alpha family (#83828) |
968 |
|
|
|
969 |
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> |
970 |
|
|
- rebuilt |
971 |
|
|
|
972 |
|
|
* Fri Jan 17 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7-4 |
973 |
|
|
- Added IBM hw crypto support patch. |
974 |
|
|
|
975 |
|
|
* Wed Jan 15 2003 Nalin Dahyabhai <nalin@redhat.com> |
976 |
|
|
- add missing builddep on sed |
977 |
|
|
|
978 |
|
|
* Thu Jan 9 2003 Bill Nottingham <notting@redhat.com> 0.9.7-3 |
979 |
|
|
- debloat |
980 |
|
|
- fix broken manpage symlinks |
981 |
|
|
|
982 |
|
|
* Wed Jan 8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-2 |
983 |
|
|
- fix double-free in 'openssl ca' |
984 |
|
|
|
985 |
|
|
* Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-1 |
986 |
|
|
- update to 0.9.7 final |
987 |
|
|
|
988 |
|
|
* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-0 |
989 |
|
|
- update to 0.9.7 beta6 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7) |
990 |
|
|
|
991 |
|
|
* Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com> |
992 |
|
|
- update to 0.9.7 beta5 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7) |
993 |
|
|
|
994 |
|
|
* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-30 |
995 |
|
|
- add configuration stanza for x86_64 and use it on x86_64 |
996 |
|
|
- build for linux-ppc on ppc |
997 |
|
|
- start running the self-tests again |
998 |
|
|
|
999 |
|
|
* Wed Oct 02 2002 Elliot Lee <sopwith@redhat.com> 0.9.6b-29hammer.3 |
1000 |
|
|
- Merge fixes from previous hammer packages, including general x86-64 and |
1001 |
|
|
multilib |
1002 |
|
|
|
1003 |
|
|
* Tue Aug 6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-29 |
1004 |
|
|
- rebuild |
1005 |
|
|
|
1006 |
|
|
* Thu Aug 1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28 |
1007 |
|
|
- update asn patch to fix accidental reversal of a logic check |
1008 |
|
|
|
1009 |
|
|
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27 |
1010 |
|
|
- update asn patch to reduce chance that compiler optimization will remove |
1011 |
|
|
one of the added tests |
1012 |
|
|
|
1013 |
|
|
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26 |
1014 |
|
|
- rebuild |
1015 |
|
|
|
1016 |
|
|
* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25 |
1017 |
|
|
- add patch to fix ASN.1 vulnerabilities |
1018 |
|
|
|
1019 |
|
|
* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24 |
1020 |
|
|
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d |
1021 |
|
|
|
1022 |
|
|
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-23 |
1023 |
|
|
- own %{_datadir}/ssl/misc |
1024 |
|
|
|
1025 |
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
1026 |
|
|
- automated rebuild |
1027 |
|
|
|
1028 |
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com> |
1029 |
|
|
- automated rebuild |
1030 |
|
|
|
1031 |
|
|
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-20 |
1032 |
|
|
- free ride through the build system (whee!) |
1033 |
|
|
|
1034 |
|
|
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-19 |
1035 |
|
|
- rebuild in new environment |
1036 |
|
|
|
1037 |
|
|
* Thu Apr 4 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-17, 0.9.6b-18 |
1038 |
|
|
- merge RHL-specific bits into stronghold package, rename |
1039 |
|
|
|
1040 |
|
|
* Tue Apr 02 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-2 |
1041 |
|
|
- add support for Chrysalis Luna token |
1042 |
|
|
|
1043 |
|
|
* Tue Mar 26 2002 Gary Benson <gbenson@redhat.com> |
1044 |
|
|
- disable AEP random number generation, other AEP fixes |
1045 |
|
|
|
1046 |
|
|
* Fri Mar 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-15 |
1047 |
|
|
- only build subpackages on primary arches |
1048 |
|
|
|
1049 |
|
|
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-13 |
1050 |
|
|
- on ia32, only disable use of assembler on i386 |
1051 |
|
|
- enable assembly on ia64 |
1052 |
|
|
|
1053 |
|
|
* Mon Jan 7 2002 Florian La Roche <Florian.LaRoche@redhat.de> 0.9.6b-11 |
1054 |
|
|
- fix sparcv9 entry |
1055 |
|
|
|
1056 |
|
|
* Mon Jan 7 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-1 |
1057 |
|
|
- upgrade to 0.9.6c |
1058 |
|
|
- bump BuildArch to i686 and enable assembler on all platforms |
1059 |
|
|
- synchronise with shrimpy and rawhide |
1060 |
|
|
- bump soversion to 3 |
1061 |
|
|
|
1062 |
|
|
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de> |
1063 |
|
|
- delete BN_LLONG for s390x, patch from Oliver Paukstadt |
1064 |
|
|
|
1065 |
|
|
* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-9 |
1066 |
|
|
- update AEP driver patch |
1067 |
|
|
|
1068 |
|
|
* Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com> |
1069 |
|
|
- adjust RNG disabling patch to match version of patch from Broadcom |
1070 |
|
|
|
1071 |
|
|
* Fri Sep 7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-8 |
1072 |
|
|
- disable the RNG in the ubsec engine driver |
1073 |
|
|
|
1074 |
|
|
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-7 |
1075 |
|
|
- tweaks to the ubsec engine driver |
1076 |
|
|
|
1077 |
|
|
* Fri Aug 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-6 |
1078 |
|
|
- tweaks to the ubsec engine driver |
1079 |
|
|
|
1080 |
|
|
* Thu Aug 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-5 |
1081 |
|
|
- update ubsec engine driver from Broadcom |
1082 |
|
|
|
1083 |
|
|
* Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-4 |
1084 |
|
|
- move man pages back to %%{_mandir}/man?/foo.?ssl from |
1085 |
|
|
%%{_mandir}/man?ssl/foo.? |
1086 |
|
|
- add an [ engine ] section to the default configuration file |
1087 |
|
|
|
1088 |
|
|
* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com> |
1089 |
|
|
- add a patch for selecting a default engine in SSL_library_init() |
1090 |
|
|
|
1091 |
|
|
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-3 |
1092 |
|
|
- add patches for AEP hardware support |
1093 |
|
|
- add patch to keep trying when we fail to load a cert from a file and |
1094 |
|
|
there are more in the file |
1095 |
|
|
- add missing prototype for ENGINE_ubsec() in engine_int.h |
1096 |
|
|
|
1097 |
|
|
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-2 |
1098 |
|
|
- actually add hw_ubsec to the engine list |
1099 |
|
|
|
1100 |
|
|
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com> |
1101 |
|
|
- add in the hw_ubsec driver from CVS |
1102 |
|
|
|
1103 |
|
|
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-1 |
1104 |
|
|
- update to 0.9.6b |
1105 |
|
|
|
1106 |
|
|
* Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com> |
1107 |
|
|
- move .so symlinks back to %%{_libdir} |
1108 |
|
|
|
1109 |
|
|
* Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com> |
1110 |
|
|
- move shared libraries to /lib (#38410) |
1111 |
|
|
|
1112 |
|
|
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com> |
1113 |
|
|
- switch to engine code base |
1114 |
|
|
|
1115 |
|
|
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com> |
1116 |
|
|
- add a script for creating dummy certificates |
1117 |
|
|
- move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.? |
1118 |
|
|
|
1119 |
|
|
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de> |
1120 |
|
|
- add s390x support |
1121 |
|
|
|
1122 |
|
|
* Fri Jun 1 2001 Nalin Dahyabhai <nalin@redhat.com> |
1123 |
|
|
- change two memcpy() calls to memmove() |
1124 |
|
|
- don't define L_ENDIAN on alpha |
1125 |
|
|
|
1126 |
|
|
* Wed May 23 2001 Joe Orton <jorton@redhat.com> stronghold-0.9.6a-1 |
1127 |
|
|
- Add 'stronghold-' prefix to package names. |
1128 |
|
|
- Obsolete standard openssl packages. |
1129 |
|
|
|
1130 |
|
|
* Wed May 16 2001 Joe Orton <jorton@redhat.com> |
1131 |
|
|
- Add BuildArch: i586 as per Nalin's advice. |
1132 |
|
|
|
1133 |
|
|
* Tue May 15 2001 Joe Orton <jorton@redhat.com> |
1134 |
|
|
- Enable assembler on ix86 (using new .tar.bz2 which does |
1135 |
|
|
include the asm directories). |
1136 |
|
|
|
1137 |
|
|
* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com> |
1138 |
|
|
- make subpackages depend on the main package |
1139 |
|
|
|
1140 |
|
|
* Tue May 1 2001 Nalin Dahyabhai <nalin@redhat.com> |
1141 |
|
|
- adjust the hobble script to not disturb symlinks in include/ (fix from |
1142 |
|
|
Joe Orton) |
1143 |
|
|
|
1144 |
|
|
* Fri Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com> |
1145 |
|
|
- drop the m2crypo patch we weren't using |
1146 |
|
|
|
1147 |
|
|
* Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com> |
1148 |
|
|
- configure using "shared" as well |
1149 |
|
|
|
1150 |
|
|
* Sun Apr 8 2001 Nalin Dahyabhai <nalin@redhat.com> |
1151 |
|
|
- update to 0.9.6a |
1152 |
|
|
- use the build-shared target to build shared libraries |
1153 |
|
|
- bump the soversion to 2 because we're no longer compatible with |
1154 |
|
|
our 0.9.5a packages or our 0.9.6 packages |
1155 |
|
|
- drop the patch for making rsatest a no-op when rsa null support is used |
1156 |
|
|
- put all man pages into <section>ssl instead of <section> |
1157 |
|
|
- break the m2crypto modules into a separate package |
1158 |
|
|
|
1159 |
|
|
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com> |
1160 |
|
|
- use BN_LLONG on s390 |
1161 |
|
|
|
1162 |
|
|
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com> |
1163 |
|
|
- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit) |
1164 |
|
|
|
1165 |
|
|
* Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com> |
1166 |
|
|
- move c_rehash to the perl subpackage, because it's a perl script now |
1167 |
|
|
|
1168 |
|
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com> |
1169 |
|
|
- update to 0.9.6 |
1170 |
|
|
- enable MD2 |
1171 |
|
|
- use the libcrypto.so and libssl.so targets to build shared libs with |
1172 |
|
|
- bump the soversion to 1 because we're no longer compatible with any of |
1173 |
|
|
the various 0.9.5a packages circulating around, which provide lib*.so.0 |
1174 |
|
|
|
1175 |
|
|
* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de> |
1176 |
|
|
- change hobble-openssl for disabling MD2 again |
1177 |
|
|
|
1178 |
|
|
* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com> |
1179 |
|
|
- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152 |
1180 |
|
|
bytes or so, causing EVP_DigestInit() to zero out stack variables in |
1181 |
|
|
apps built against a version of the library without it |
1182 |
|
|
|
1183 |
|
|
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com> |
1184 |
|
|
- disable some inline assembly, which on x86 is Pentium-specific |
1185 |
|
|
- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all) |
1186 |
|
|
|
1187 |
|
|
* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de> |
1188 |
|
|
- fix s390 patch |
1189 |
|
|
|
1190 |
|
|
* Fri Dec 8 2000 Than Ngo <than@redhat.com> |
1191 |
|
|
- added support s390 |
1192 |
|
|
|
1193 |
|
|
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com> |
1194 |
|
|
- remove -Wa,* and -m* compiler flags from the default Configure file (#20656) |
1195 |
|
|
- add the CA.pl man page to the perl subpackage |
1196 |
|
|
|
1197 |
|
|
* Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com> |
1198 |
|
|
- always build with -mcpu=ev5 on alpha |
1199 |
|
|
|
1200 |
|
|
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com> |
1201 |
|
|
- add a symlink from cert.pem to ca-bundle.crt |
1202 |
|
|
|
1203 |
|
|
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com> |
1204 |
|
|
- add a ca-bundle file for packages like Samba to reference for CA certificates |
1205 |
|
|
|
1206 |
|
|
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com> |
1207 |
|
|
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295) |
1208 |
|
|
|
1209 |
|
|
* Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com> |
1210 |
|
|
- add unzip as a buildprereq (#17662) |
1211 |
|
|
- update m2crypto to 0.05-snap4 |
1212 |
|
|
|
1213 |
|
|
* Tue Sep 26 2000 Bill Nottingham <notting@redhat.com> |
1214 |
|
|
- fix some issues in building when it's not installed |
1215 |
|
|
|
1216 |
|
|
* Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com> |
1217 |
|
|
- make sure the headers we include are the ones we built with (aaaaarrgh!) |
1218 |
|
|
|
1219 |
|
|
* Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com> |
1220 |
|
|
- add Richard Henderson's patch for BN on ia64 |
1221 |
|
|
- clean up the changelog |
1222 |
|
|
|
1223 |
|
|
* Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com> |
1224 |
|
|
- fix the building of python modules without openssl-devel already installed |
1225 |
|
|
|
1226 |
|
|
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com> |
1227 |
|
|
- byte-compile python extensions without the build-root |
1228 |
|
|
- adjust the makefile to not remove temporary files (like .key files when |
1229 |
|
|
building .csr files) by marking them as .PRECIOUS |
1230 |
|
|
|
1231 |
|
|
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com> |
1232 |
|
|
- break out python extensions into a subpackage |
1233 |
|
|
|
1234 |
|
|
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com> |
1235 |
|
|
- tweak the makefile some more |
1236 |
|
|
|
1237 |
|
|
* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com> |
1238 |
|
|
- disable MD2 support |
1239 |
|
|
|
1240 |
|
|
* Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com> |
1241 |
|
|
- disable MDC2 support |
1242 |
|
|
|
1243 |
|
|
* Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com> |
1244 |
|
|
- tweak the disabling of RC5, IDEA support |
1245 |
|
|
- tweak the makefile |
1246 |
|
|
|
1247 |
|
|
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com> |
1248 |
|
|
- strip binaries and libraries |
1249 |
|
|
- rework certificate makefile to have the right parts for Apache |
1250 |
|
|
|
1251 |
|
|
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com> |
1252 |
|
|
- use %%{_perl} instead of /usr/bin/perl |
1253 |
|
|
- disable alpha until it passes its own test suite |
1254 |
|
|
|
1255 |
|
|
* Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com> |
1256 |
|
|
- move the passwd.1 man page out of the passwd package's way |
1257 |
|
|
|
1258 |
|
|
* Fri Jun 2 2000 Nalin Dahyabhai <nalin@redhat.com> |
1259 |
|
|
- update to 0.9.5a, modified for U.S. |
1260 |
|
|
- add perl as a build-time requirement |
1261 |
|
|
- move certificate makefile to another package |
1262 |
|
|
- disable RC5, IDEA, RSA support |
1263 |
|
|
- remove optimizations for now |
1264 |
|
|
|
1265 |
|
|
* Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de> |
1266 |
|
|
- Bero told me to move the Makefile into this package |
1267 |
|
|
|
1268 |
|
|
* Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de> |
1269 |
|
|
- add lib*.so symlinks to link dynamically against shared libs |
1270 |
|
|
|
1271 |
|
|
* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de> |
1272 |
|
|
- update to 0.9.5 |
1273 |
|
|
- run ldconfig directly in post/postun |
1274 |
|
|
- add FAQ |
1275 |
|
|
|
1276 |
|
|
* Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de> |
1277 |
|
|
- Fix build on non-x86 platforms |
1278 |
|
|
|
1279 |
|
|
* Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de> |
1280 |
|
|
- move /usr/share/ssl/* from -devel to main package |
1281 |
|
|
|
1282 |
|
|
* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de> |
1283 |
|
|
- inital packaging |
1284 |
|
|
- changes from base: |
1285 |
|
|
- Move /usr/local/ssl to /usr/share/ssl for FHS compliance |
1286 |
|
|
- handle RPM_OPT_FLAGS |