/[pkgs]/devel/openssl/openssl.spec
ViewVC logotype

Contents of /devel/openssl/openssl.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.144 - (show annotations) (download)
Fri Oct 16 11:28:02 2009 UTC (5 weeks, 2 days ago) by tmraz
Branch: MAIN
CVS Tags: openssl-1_0_0-0_10_beta3_fc13
Changes since 1.143: +7 -1 lines
* Fri Oct 16 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.10.beta3
- fix use of freed memory if SSL_CTX_free() is called before
  SSL_free() (#521342)
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.8ab soversion = 6
9 # 0.9.8g soversion = 7
10 # 0.9.8jk + EAP-FAST soversion = 8
11 # 1.0.0 soversion = 10
12 %define soversion 10
13
14 %define beta beta3
15
16 # Number of threads to spawn when testing some threading fixes.
17 %define thread_test_threads %{?threads:%{threads}}%{!?threads:1}
18
19 # Arches on which we need to prevent arch conflicts on opensslconf.h, must
20 # also be handled in opensslconf-new.h.
21 %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x sparcv9 sparc64 x86_64
22
23 Summary: A general purpose cryptography library with TLS implementation
24 Name: openssl
25 Version: 1.0.0
26 Release: 0.10.%{beta}%{?dist}
27 # We remove certain patented algorithms from the openssl source tarball
28 # with the hobble-openssl script which is included below.
29 Source: openssl-%{version}-%{beta}-usa.tar.bz2
30 Source1: hobble-openssl
31 Source2: Makefile.certificate
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-1.0.0-beta3-redhat.patch
39 Patch1: openssl-1.0.0-beta3-defaults.patch
40 Patch2: openssl-1.0.0-beta3-krb5.patch
41 Patch3: openssl-1.0.0-beta3-soversion.patch
42 Patch4: openssl-1.0.0-beta3-enginesdir.patch
43 Patch5: openssl-0.9.8a-no-rpath.patch
44 Patch6: openssl-0.9.8b-test-use-localhost.patch
45 # Bug fixes
46 Patch21: openssl-0.9.8b-aliasing-bug.patch
47 Patch23: openssl-1.0.0-beta3-default-paths.patch
48 # Functionality changes
49 Patch32: openssl-0.9.8g-ia64.patch
50 Patch33: openssl-0.9.8j-ca-dir.patch
51 Patch34: openssl-0.9.6-x509.patch
52 Patch35: openssl-0.9.8j-version-add-engines.patch
53 Patch38: openssl-1.0.0-beta3-cipher-change.patch
54 Patch39: openssl-1.0.0-beta3-ipv6-apps.patch
55 Patch40: openssl-1.0.0-beta3-fips.patch
56 Patch41: openssl-1.0.0-beta3-fipscheck.patch
57 Patch43: openssl-1.0.0-beta3-fipsmode.patch
58 Patch44: openssl-1.0.0-beta3-fipsrng.patch
59 Patch45: openssl-0.9.8j-env-nozlib.patch
60 Patch47: openssl-0.9.8j-readme-warning.patch
61 Patch48: openssl-0.9.8j-bad-mime.patch
62 Patch49: openssl-0.9.8k-algo-doc.patch
63 Patch50: openssl-1.0.0-beta3-curl.patch
64 Patch51: openssl-1.0.0-beta3-const.patch
65 Patch52: openssl-1.0.0-beta3-dss1.patch
66 # Backported fixes including security fixes
67 Patch60: openssl-1.0.0-beta3-namingstr.patch
68 Patch61: openssl-1.0.0-beta3-namingblk.patch
69 Patch62: openssl-1.0.0-beta3-camellia-rounds.patch
70 Patch63: openssl-1.0.0-beta3-dtls1-fix.patch
71 Patch64: openssl-1.0.0-beta3-ssl-session.patch
72 Patch65: openssl-1.0.0-beta3-ssl-free.patch
73
74 License: OpenSSL
75 Group: System Environment/Libraries
76 URL: http://www.openssl.org/
77 BuildRoot: %{_tmppath}/%{name}-%{version}-root
78 BuildRequires: mktemp, krb5-devel, perl, sed, zlib-devel, /usr/bin/cmp
79 BuildRequires: /usr/bin/rename
80 Requires: mktemp, ca-certificates >= 2008-5
81
82 %description
83 The OpenSSL toolkit provides support for secure communications between
84 machines. OpenSSL includes a certificate management tool and shared
85 libraries which provide various cryptographic algorithms and
86 protocols.
87
88 %package devel
89 Summary: Files for development of applications which will use OpenSSL
90 Group: Development/Libraries
91 Requires: %{name} = %{version}-%{release}, krb5-devel, zlib-devel
92 Requires: pkgconfig
93
94 %description devel
95 OpenSSL is a toolkit for supporting cryptography. The openssl-devel
96 package contains include files needed to develop applications which
97 support various cryptographic algorithms and protocols.
98
99 %package static
100 Summary: Libraries for static linking of applications which will use OpenSSL
101 Group: Development/Libraries
102 Requires: %{name}-devel = %{version}-%{release}
103
104 %description static
105 OpenSSL is a toolkit for supporting cryptography. The openssl-static
106 package contains static libraries needed for static linking of
107 applications which support various cryptographic algorithms and
108 protocols.
109
110 %package perl
111 Summary: Perl scripts provided with OpenSSL
112 Group: Applications/Internet
113 Requires: perl
114 Requires: %{name} = %{version}-%{release}
115
116 %description perl
117 OpenSSL is a toolkit for supporting cryptography. The openssl-perl
118 package provides Perl scripts for converting certificates and keys
119 from other formats to the formats used by the OpenSSL toolkit.
120
121 %prep
122 %setup -q -n %{name}-%{version}-%{beta}
123
124 %{SOURCE1} > /dev/null
125 %patch0 -p1 -b .redhat
126 %patch1 -p1 -b .defaults
127 # Fix link line for libssl (bug #111154).
128 %patch2 -p1 -b .krb5
129 %patch3 -p1 -b .soversion
130 %patch4 -p1 -b .enginesdir
131 %patch5 -p1 -b .no-rpath
132 %patch6 -p1 -b .use-localhost
133
134 %patch21 -p1 -b .aliasing-bug
135 %patch23 -p1 -b .default-paths
136
137 %patch32 -p1 -b .ia64
138 %patch33 -p1 -b .ca-dir
139 %patch34 -p1 -b .x509
140 %patch35 -p1 -b .version-add-engines
141 %patch38 -p1 -b .cipher-change
142 %patch39 -p1 -b .ipv6-apps
143 %patch40 -p1 -b .fips
144 %patch41 -p1 -b .fipscheck
145 %patch43 -p1 -b .fipsmode
146 %patch44 -p1 -b .fipsrng
147 %patch45 -p1 -b .env-nozlib
148 %patch47 -p1 -b .warning
149 %patch48 -p1 -b .bad-mime
150 %patch49 -p1 -b .algo-doc
151 %patch50 -p1 -b .curl
152 %patch51 -p1 -b .const
153 %patch52 -p1 -b .dss1
154 %patch60 -p1 -b .namingstr
155 %patch61 -p1 -b .namingblk
156 %patch62 -p1 -b .cmll-rounds
157 %patch63 -p1 -b .dtls1-fix
158 %patch64 -p1 -b .ssl-session
159 %patch65 -p1 -b .ssl-free
160
161 # Modify the various perl scripts to reference perl in the right location.
162 perl util/perlpath.pl `dirname %{__perl}`
163
164 # Generate a table with the compile settings for my perusal.
165 touch Makefile
166 make TABLE PERL=%{__perl}
167
168 %build
169 # Figure out which flags we want to use.
170 # default
171 sslarch=%{_os}-%{_arch}
172 %ifarch %ix86
173 sslarch=linux-elf
174 if ! echo %{_target} | grep -q i686 ; then
175 sslflags="no-asm 386"
176 fi
177 %endif
178 %ifarch sparcv9
179 sslarch=linux-sparcv9
180 sslflags=no-asm
181 %endif
182 %ifarch sparc64
183 sslarch=linux64-sparcv9
184 sslflags=no-asm
185 %endif
186 %ifarch alpha alphaev56 alphaev6 alphaev67
187 sslarch=linux-alpha-gcc
188 %endif
189 %ifarch s390 sh3eb sh4eb
190 sslarch="linux-generic32 -DB_ENDIAN"
191 %endif
192 %ifarch s390x
193 sslarch="linux-generic64 -DB_ENDIAN"
194 %endif
195 %ifarch %{arm} sh3 sh4
196 sslarch=linux-generic32
197 %endif
198 # ia64, x86_64, ppc, ppc64 are OK by default
199 # Configure the build tree. Override OpenSSL defaults with known-good defaults
200 # usable on all platforms. The Configure script already knows to use -fPIC and
201 # RPM_OPT_FLAGS, so we can skip specifiying them here.
202 ./Configure \
203 --prefix=/usr --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
204 zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
205 enable-cms enable-md2 no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa \
206 --with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl/engines \
207 --with-krb5-dir=/usr shared ${sslarch} fips
208
209 # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
210 # marked as not requiring an executable stack.
211 RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack"
212 make depend
213 make all
214
215 # Generate hashes for the included certs.
216 make rehash
217
218 # Overwrite FIPS README
219 cp -f %{SOURCE11} .
220
221 %check
222 # Verify that what was compiled actually works.
223
224 # We must revert patch33 before tests otherwise they will fail
225 patch -p1 -R < %{PATCH33}
226
227 LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
228 export LD_LIBRARY_PATH
229 make -C test apps tests
230 %{__cc} -o openssl-thread-test \
231 `krb5-config --cflags` \
232 -I./include \
233 $RPM_OPT_FLAGS \
234 %{SOURCE8} \
235 -L. \
236 -lssl -lcrypto \
237 `krb5-config --libs` \
238 -lpthread -lz -ldl
239 ./openssl-thread-test --threads %{thread_test_threads}
240
241 # Add generation of HMAC checksum of the final stripped library
242 %define __spec_install_post \
243 %{?__debug_package:%{__debug_install_post}} \
244 %{__arch_install_post} \
245 %{__os_install_post} \
246 crypto/fips/fips_standalone_sha1 $RPM_BUILD_ROOT%{_libdir}/libcrypto.so.%{version} >$RPM_BUILD_ROOT%{_libdir}/.libcrypto.so.%{version}.hmac \
247 ln -sf .libcrypto.so.%{version}.hmac $RPM_BUILD_ROOT%{_libdir}/.libcrypto.so.%{soversion}.hmac \
248 crypto/fips/fips_standalone_sha1 $RPM_BUILD_ROOT%{_libdir}/libssl.so.%{version} >$RPM_BUILD_ROOT%{_libdir}/.libssl.so.%{version}.hmac \
249 ln -sf .libssl.so.%{version}.hmac $RPM_BUILD_ROOT%{_libdir}/.libssl.so.%{soversion}.hmac \
250 %{nil}
251
252 %install
253 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
254 # Install OpenSSL.
255 install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir},%{_mandir},%{_libdir}/openssl}
256 make INSTALL_PREFIX=$RPM_BUILD_ROOT install
257 make INSTALL_PREFIX=$RPM_BUILD_ROOT install_docs
258 # OpenSSL install doesn't use correct _libdir on 64 bit archs
259 [ "%{_libdir}" != /usr/lib ] && mv $RPM_BUILD_ROOT/usr/lib/lib*.so.%{soversion} $RPM_BUILD_ROOT%{_libdir}/
260 mv $RPM_BUILD_ROOT/usr/lib/engines $RPM_BUILD_ROOT%{_libdir}/openssl
261 mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man/* $RPM_BUILD_ROOT%{_mandir}/
262 rmdir $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man
263 mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ || :
264 rename so.%{soversion} so.%{version} $RPM_BUILD_ROOT%{_libdir}/*.so.%{soversion}
265 for lib in $RPM_BUILD_ROOT%{_libdir}/*.so.%{version} ; do
266 chmod 755 ${lib}
267 ln -s -f `basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`
268 ln -s -f `basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`.%{soversion}
269
270 done
271
272 # Install a makefile for generating keys and self-signed certs, and a script
273 # for generating them on the fly.
274 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs
275 install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/Makefile
276 install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/make-dummy-cert
277
278 # Make sure we actually include the headers we built against.
279 for header in $RPM_BUILD_ROOT%{_includedir}/openssl/* ; do
280 if [ -f ${header} -a -f include/openssl/$(basename ${header}) ] ; then
281 install -m644 include/openssl/`basename ${header}` ${header}
282 fi
283 done
284
285 # Rename man pages so that they don't conflict with other system man pages.
286 pushd $RPM_BUILD_ROOT%{_mandir}
287 for manpage in man*/* ; do
288 if [ -L ${manpage} ]; then
289 TARGET=`ls -l ${manpage} | awk '{ print $NF }'`
290 ln -snf ${TARGET}ssl ${manpage}ssl
291 rm -f ${manpage}
292 else
293 mv ${manpage} ${manpage}ssl
294 fi
295 done
296 for conflict in passwd rand ; do
297 rename ${conflict} ssl${conflict} man*/${conflict}*
298 done
299 popd
300
301 # Pick a CA script.
302 pushd $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc
303 mv CA.sh CA
304 popd
305
306 mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
307 mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private
308
309 # Ensure the openssl.cnf timestamp is identical across builds to avoid
310 # mulitlib conflicts and unnecessary renames on upgrade
311 touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
312
313 # Fix libdir.
314 pushd $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
315 for i in *.pc ; do
316 sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \
317 $i >$i.tmp && \
318 cat $i.tmp >$i && \
319 rm -f $i.tmp
320 done
321 popd
322
323 # Determine which arch opensslconf.h is going to try to #include.
324 basearch=%{_arch}
325 %ifarch %{ix86}
326 basearch=i386
327 %endif
328 %ifarch sparcv9
329 basearch=sparc
330 %endif
331 %ifarch sparc64
332 basearch=sparc64
333 %endif
334
335 %ifarch %{multilib_arches}
336 # Do an opensslconf.h switcheroo to avoid file conflicts on systems where you
337 # can have both a 32- and 64-bit version of the library, and they each need
338 # their own correct-but-different versions of opensslconf.h to be usable.
339 install -m644 %{SOURCE10} \
340 $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
341 cat $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h >> \
342 $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
343 install -m644 %{SOURCE9} \
344 $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h
345 %endif
346
347 # Remove unused files from upstream fips support
348 rm -rf $RPM_BUILD_ROOT/%{_bindir}/openssl_fips_fingerprint
349 rm -rf $RPM_BUILD_ROOT/%{_libdir}/fips_premain.*
350 rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
351
352 %clean
353 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
354
355 %files
356 %defattr(-,root,root)
357 %doc FAQ LICENSE CHANGES NEWS INSTALL README
358 %doc doc/c-indentation.el doc/openssl.txt
359 %doc doc/openssl_button.html doc/openssl_button.gif
360 %doc doc/ssleay.txt
361 %doc README.FIPS
362 %dir %{_sysconfdir}/pki/tls
363 %dir %{_sysconfdir}/pki/tls/certs
364 %{_sysconfdir}/pki/tls/certs/make-dummy-cert
365 %{_sysconfdir}/pki/tls/certs/Makefile
366 %dir %{_sysconfdir}/pki/tls/misc
367 %{_sysconfdir}/pki/tls/misc/CA
368 %dir %{_sysconfdir}/pki/CA
369 %dir %{_sysconfdir}/pki/CA/private
370 %{_sysconfdir}/pki/tls/misc/c_*
371 %{_sysconfdir}/pki/tls/private
372
373 %config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
374
375 %attr(0755,root,root) %{_bindir}/openssl
376 %attr(0755,root,root) %{_libdir}/*.so.%{version}
377 %attr(0755,root,root) %{_libdir}/*.so.%{soversion}
378 %attr(0644,root,root) %{_libdir}/.libcrypto.so.*.hmac
379 %attr(0644,root,root) %{_libdir}/.libssl.so.*.hmac
380 %attr(0755,root,root) %{_libdir}/openssl
381 %attr(0644,root,root) %{_mandir}/man1*/[ABD-Zabcd-z]*
382 %attr(0644,root,root) %{_mandir}/man5*/*
383 %attr(0644,root,root) %{_mandir}/man7*/*
384
385 %files devel
386 %defattr(-,root,root)
387 %{_prefix}/include/openssl
388 %attr(0755,root,root) %{_libdir}/*.so
389 %attr(0644,root,root) %{_mandir}/man3*/*
390 %attr(0644,root,root) %{_libdir}/pkgconfig/*.pc
391
392 %files static
393 %defattr(-,root,root)
394 %attr(0644,root,root) %{_libdir}/*.a
395
396 %files perl
397 %defattr(-,root,root)
398 %attr(0755,root,root) %{_bindir}/c_rehash
399 %attr(0644,root,root) %{_mandir}/man1*/*.pl*
400 %{_sysconfdir}/pki/tls/misc/*.pl
401 %{_sysconfdir}/pki/tls/misc/tsget
402
403 %post -p /sbin/ldconfig
404
405 %postun -p /sbin/ldconfig
406
407 %changelog
408 * Fri Oct 16 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.10.beta3
409 - fix use of freed memory if SSL_CTX_free() is called before
410 SSL_free() (#521342)
411
412 * Thu Oct 8 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.9.beta3
413 - fix typo in DTLS1 code (#527015)
414 - fix leak in error handling of d2i_SSL_SESSION()
415
416 * Wed Sep 30 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.8.beta3
417 - fix RSA and DSA FIPS selftests
418 - reenable fixed x86_64 camellia assembler code (#521127)
419
420 * Fri Sep 4 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.7.beta3
421 - temporarily disable x86_64 camellia assembler code (#521127)
422
423 * Mon Aug 31 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.6.beta3
424 - fix openssl dgst -dss1 (#520152)
425
426 * Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.5.beta3
427 - drop the compat symlink hacks
428
429 * Sat Aug 22 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.4.beta3
430 - constify SSL_CIPHER_description()
431
432 * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.3.beta3
433 - fix WWW:Curl:Easy reference in tsget
434
435 * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.2.beta3
436 - enable MD-2
437
438 * Thu Aug 20 2009 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.1.beta3
439 - update to new major upstream release
440
441 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8k-7
442 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
443
444 * Wed Jul 22 2009 Bill Nottingham <notting@redhat.com>
445 - do not build special 'optimized' versions for i686, as that's the base
446 arch in Fedora now
447
448 * Tue Jun 30 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-6
449 - abort if selftests failed and random number generator is polled
450 - mention EVP_aes and EVP_sha2xx routines in the manpages
451 - add README.FIPS
452 - make CA dir absolute path (#445344)
453 - change default length for RSA key generation to 2048 (#484101)
454
455 * Thu May 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-5
456 - fix CVE-2009-1377 CVE-2009-1378 CVE-2009-1379
457 (DTLS DoS problems) (#501253, #501254, #501572)
458
459 * Tue Apr 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-4
460 - support compatibility DTLS mode for CISCO AnyConnect (#464629)
461
462 * Fri Apr 17 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-3
463 - correct the SHLIB_VERSION define
464
465 * Wed Apr 15 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-2
466 - add support for multiple CRLs with same subject
467 - load only dynamic engine support in FIPS mode
468
469 * Thu Mar 25 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-1
470 - update to new upstream release (minor bug fixes, security
471 fixes and machine code optimizations only)
472
473 * Thu Mar 19 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-10
474 - move libraries to /usr/lib (#239375)
475
476 * Fri Mar 13 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-9
477 - add a static subpackage
478
479 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8j-8
480 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
481
482 * Mon Feb 2 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-7
483 - must also verify checksum of libssl.so in the FIPS mode
484 - obtain the seed for FIPS rng directly from the kernel device
485 - drop the temporary symlinks
486
487 * Mon Jan 26 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-6
488 - drop the temporary triggerpostun and symlinking in post
489 - fix the pkgconfig files and drop the unnecessary buildrequires
490 on pkgconfig as it is a rpmbuild dependency (#481419)
491
492 * Sat Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-5
493 - add temporary triggerpostun to reinstate the symlinks
494
495 * Sat Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-4
496 - no pairwise key tests in non-fips mode (#479817)
497
498 * Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-3
499 - even more robust test for the temporary symlinks
500
501 * Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-2
502 - try to ensure the temporary symlinks exist
503
504 * Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-1
505 - new upstream version with necessary soname bump (#455753)
506 - temporarily provide symlink to old soname to make it possible to rebuild
507 the dependent packages in rawhide
508 - add eap-fast support (#428181)
509 - add possibility to disable zlib by setting
510 - add fips mode support for testing purposes
511 - do not null dereference on some invalid smime files
512 - add buildrequires pkgconfig (#479493)
513
514 * Sun Aug 10 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-11
515 - do not add tls extensions to server hello for SSLv3 either
516
517 * Mon Jun 2 2008 Joe Orton <jorton@redhat.com> 0.9.8g-10
518 - move root CA bundle to ca-certificates package
519
520 * Wed May 28 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-9
521 - fix CVE-2008-0891 - server name extension crash (#448492)
522 - fix CVE-2008-1672 - server key exchange message omit crash (#448495)
523
524 * Tue May 27 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-8
525 - super-H arch support
526 - drop workaround for bug 199604 as it should be fixed in gcc-4.3
527
528 * Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.8g-7
529 - sparc handling
530
531 * Mon Mar 10 2008 Joe Orton <jorton@redhat.com> 0.9.8g-6
532 - update to new root CA bundle from mozilla.org (r1.45)
533
534 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.8g-5
535 - Autorebuild for GCC 4.3
536
537 * Thu Jan 24 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-4
538 - merge review fixes (#226220)
539 - adjust the SHLIB_VERSION_NUMBER to reflect library name (#429846)
540
541 * Thu Dec 13 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-3
542 - set default paths when no explicit paths are set (#418771)
543 - do not add tls extensions to client hello for SSLv3 (#422081)
544
545 * Tue Dec 4 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-2
546 - enable some new crypto algorithms and features
547 - add some more important bug fixes from openssl CVS
548
549 * Mon Dec 3 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-1
550 - update to latest upstream release, SONAME bumped to 7
551
552 * Mon Oct 15 2007 Joe Orton <jorton@redhat.com> 0.9.8b-17
553 - update to new CA bundle from mozilla.org
554
555 * Fri Oct 12 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-16
556 - fix CVE-2007-5135 - off-by-one in SSL_get_shared_ciphers (#309801)
557 - fix CVE-2007-4995 - out of order DTLS fragments buffer overflow (#321191)
558 - add alpha sub-archs (#296031)
559
560 * Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-15
561 - rebuild
562
563 * Fri Aug 3 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-14
564 - use localhost in testsuite, hopefully fixes slow build in koji
565 - CVE-2007-3108 - fix side channel attack on private keys (#250577)
566 - make ssl session cache id matching strict (#233599)
567
568 * Wed Jul 25 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-13
569 - allow building on ARM architectures (#245417)
570 - use reference timestamps to prevent multilib conflicts (#218064)
571 - -devel package must require pkgconfig (#241031)
572
573 * Mon Dec 11 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-12
574 - detect duplicates in add_dir properly (#206346)
575
576 * Thu Nov 30 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-11
577 - the previous change still didn't make X509_NAME_cmp transitive
578
579 * Thu Nov 23 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-10
580 - make X509_NAME_cmp transitive otherwise certificate lookup
581 is broken (#216050)
582
583 * Thu Nov 2 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-9
584 - aliasing bug in engine loading, patch by IBM (#213216)
585
586 * Mon Oct 2 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8
587 - CVE-2006-2940 fix was incorrect (#208744)
588
589 * Mon Sep 25 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-7
590 - fix CVE-2006-2937 - mishandled error on ASN.1 parsing (#207276)
591 - fix CVE-2006-2940 - parasitic public keys DoS (#207274)
592 - fix CVE-2006-3738 - buffer overflow in SSL_get_shared_ciphers (#206940)
593 - fix CVE-2006-4343 - sslv2 client DoS (#206940)
594
595 * Tue Sep 5 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-6
596 - fix CVE-2006-4339 - prevent attack on PKCS#1 v1.5 signatures (#205180)
597
598 * Wed Aug 2 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-5
599 - set buffering to none on stdio/stdout FILE when bufsize is set (#200580)
600 patch by IBM
601
602 * Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> - 0.9.8b-4.1
603 - rebuild with new binutils (#200330)
604
605 * Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-4
606 - add a temporary workaround for sha512 test failure on s390 (#199604)
607
608 * Thu Jul 20 2006 Tomas Mraz <tmraz@redhat.com>
609 - add ipv6 support to s_client and s_server (by Jan Pazdziora) (#198737)
610 - add patches for BN threadsafety, AES cache collision attack hazard fix and
611 pkcs7 code memleak fix from upstream CVS
612
613 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8b-3.1
614 - rebuild
615
616 * Wed Jun 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-3
617 - dropped libica and ica engine from build
618
619 * Wed Jun 21 2006 Joe Orton <jorton@redhat.com>
620 - update to new CA bundle from mozilla.org; adds CA certificates
621 from netlock.hu and startcom.org
622
623 * Mon Jun 5 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-2
624 - fixed a few rpmlint warnings
625 - better fix for #173399 from upstream
626 - upstream fix for pkcs12
627
628 * Thu May 11 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-1
629 - upgrade to new version, stays ABI compatible
630 - there is no more linux/config.h (it was empty anyway)
631
632 * Tue Apr 4 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8a-6
633 - fix stale open handles in libica (#177155)
634 - fix build if 'rand' or 'passwd' in buildroot path (#178782)
635 - initialize VIA Padlock engine (#186857)
636
637 * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.2
638 - bump again for double-long bug on ppc(64)
639
640 * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.1
641 - rebuilt for new gcc4.1 snapshot and glibc changes
642
643 * Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-5
644 - don't include SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
645 in SSL_OP_ALL (#175779)
646
647 * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
648 - rebuilt
649
650 * Tue Nov 29 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-4
651 - fix build (-lcrypto was erroneusly dropped) of the updated libica
652 - updated ICA engine to 1.3.6-rc3
653
654 * Tue Nov 22 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-3
655 - disable builtin compression methods for now until they work
656 properly (#173399)
657
658 * Wed Nov 16 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-2
659 - don't set -rpath for openssl binary
660
661 * Tue Nov 8 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-1
662 - new upstream version
663 - patches partially renumbered
664
665 * Fri Oct 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-11
666 - updated IBM ICA engine library and patch to latest upstream version
667
668 * Wed Oct 12 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-10
669 - fix CAN-2005-2969 - remove SSL_OP_MSIE_SSLV2_RSA_PADDING which
670 disables the countermeasure against man in the middle attack in SSLv2
671 (#169863)
672 - use sha1 as default for CA and cert requests - CAN-2005-2946 (#169803)
673
674 * Tue Aug 23 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-9
675 - add *.so.soversion as symlinks in /lib (#165264)
676 - remove unpackaged symlinks (#159595)
677 - fixes from upstream (constant time fixes for DSA,
678 bn assembler div on ppc arch, initialize memory on realloc)
679
680 * Thu Aug 11 2005 Phil Knirsch <pknirsch@redhat.com> 0.9.7f-8
681 - Updated ICA engine IBM patch to latest upstream version.
682
683 * Thu May 19 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-7
684 - fix CAN-2005-0109 - use constant time/memory access mod_exp
685 so bits of private key aren't leaked by cache eviction (#157631)
686 - a few more fixes from upstream 0.9.7g
687
688 * Wed Apr 27 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-6
689 - use poll instead of select in rand (#128285)
690 - fix Makefile.certificate to point to /etc/pki/tls
691 - change the default string mask in ASN1 to PrintableString+UTF8String
692
693 * Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 0.9.7f-5
694 - update to revision 1.37 of Mozilla CA bundle
695
696 * Thu Apr 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-4
697 - move certificates to _sysconfdir/pki/tls (#143392)
698 - move CA directories to _sysconfdir/pki/CA
699 - patch the CA script and the default config so it points to the
700 CA directories
701
702 * Fri Apr 1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-3
703 - uninitialized variable mustn't be used as input in inline
704 assembly
705 - reenable the x86_64 assembly again
706
707 * Thu Mar 31 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-2
708 - add back RC4_CHAR on ia64 and x86_64 so the ABI isn't broken
709 - disable broken bignum assembly on x86_64
710
711 * Wed Mar 30 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-1
712 - reenable optimizations on ppc64 and assembly code on ia64
713 - upgrade to new upstream version (no soname bump needed)
714 - disable thread test - it was testing the backport of the
715 RSA blinding - no longer needed
716 - added support for changing serial number to
717 Makefile.certificate (#151188)
718 - make ca-bundle.crt a config file (#118903)
719
720 * Tue Mar 1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-3
721 - libcrypto shouldn't depend on libkrb5 (#135961)
722
723 * Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-2
724 - rebuild
725
726 * Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-1
727 - new upstream source, updated patches
728 - added patch so we are hopefully ABI compatible with upcoming
729 0.9.7f
730
731 * Thu Feb 10 2005 Tomas Mraz <tmraz@redhat.com>
732 - Support UTF-8 charset in the Makefile.certificate (#134944)
733 - Added cmp to BuildPrereq
734
735 * Thu Jan 27 2005 Joe Orton <jorton@redhat.com> 0.9.7a-46
736 - generate new ca-bundle.crt from Mozilla certdata.txt (revision 1.32)
737
738 * Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-45
739 - Fixed and updated libica-1.3.4-urandom.patch patch (#122967)
740
741 * Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-44
742 - rebuild
743
744 * Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-43
745 - rebuild
746
747 * Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-42
748 - rebuild
749
750 * Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-41
751 - remove der_chop, as upstream cvs has done (CAN-2004-0975, #140040)
752
753 * Tue Oct 05 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-40
754 - Include latest libica version with important bugfixes
755
756 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
757 - rebuilt
758
759 * Mon Jun 14 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-38
760 - Updated ICA engine IBM patch to latest upstream version.
761
762 * Mon Jun 7 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-37
763 - build for linux-alpha-gcc instead of alpha-gcc on alpha (Jeff Garzik)
764
765 * Tue May 25 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-36
766 - handle %%{_arch}=i486/i586/i686/athlon cases in the intermediate
767 header (#124303)
768
769 * Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.9.7a-35
770 - add security fixes for CAN-2004-0079, CAN-2004-0112
771
772 * Tue Mar 16 2004 Phil Knirsch <pknirsch@redhat.com>
773 - Fixed libica filespec.
774
775 * Thu Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-34
776 - ppc/ppc64 define __powerpc__/__powerpc64__, not __ppc__/__ppc64__, fix
777 the intermediate header
778
779 * Wed Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-33
780 - add an intermediate <openssl/opensslconf.h> which points to the right
781 arch-specific opensslconf.h on multilib arches
782
783 * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
784 - rebuilt
785
786 * Thu Feb 26 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-32
787 - Updated libica to latest upstream version 1.3.5.
788
789 * Tue Feb 17 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-31
790 - Update ICA crypto engine patch from IBM to latest version.
791
792 * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
793 - rebuilt
794
795 * Fri Feb 13 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-29
796 - rebuilt
797
798 * Wed Feb 11 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-28
799 - Fixed libica build.
800
801 * Wed Feb 4 2004 Nalin Dahyabhai <nalin@redhat.com>
802 - add "-ldl" to link flags added for Linux-on-ARM (#99313)
803
804 * Wed Feb 4 2004 Joe Orton <jorton@redhat.com> 0.9.7a-27
805 - updated ca-bundle.crt: removed expired GeoTrust roots, added
806 freessl.com root, removed trustcenter.de Class 0 root
807
808 * Sun Nov 30 2003 Tim Waugh <twaugh@redhat.com> 0.9.7a-26
809 - Fix link line for libssl (bug #111154).
810
811 * Fri Oct 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-25
812 - add dependency on zlib-devel for the -devel package, which depends on zlib
813 symbols because we enable zlib for libssl (#102962)
814
815 * Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-24
816 - Use /dev/urandom instead of PRNG for libica.
817 - Apply libica-1.3.5 fix for /dev/urandom in icalinux.c
818 - Use latest ICA engine patch from IBM.
819
820 * Sat Oct 4 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22.1
821 - rebuild
822
823 * Wed Oct 1 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22
824 - rebuild (22 wasn't actually built, fun eh?)
825
826 * Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-23
827 - re-disable optimizations on ppc64
828
829 * Tue Sep 30 2003 Joe Orton <jorton@redhat.com>
830 - add a_mbstr.c fix for 64-bit platforms from CVS
831
832 * Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22
833 - add -Wa,--noexecstack to RPM_OPT_FLAGS so that assembled modules get tagged
834 as not needing executable stacks
835
836 * Mon Sep 29 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-21
837 - rebuild
838
839 * Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com>
840 - re-enable optimizations on ppc64
841
842 * Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com>
843 - remove exclusivearch
844
845 * Wed Sep 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-20
846 - only parse a client cert if one was requested
847 - temporarily exclusivearch for %%{ix86}
848
849 * Tue Sep 23 2003 Nalin Dahyabhai <nalin@redhat.com>
850 - add security fixes for protocol parsing bugs (CAN-2003-0543, CAN-2003-0544)
851 and heap corruption (CAN-2003-0545)
852 - update RHNS-CA-CERT files
853 - ease back on the number of threads used in the threading test
854
855 * Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 0.9.7a-19
856 - rebuild to fix gzipped file md5sums (#91211)
857
858 * Mon Aug 25 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-18
859 - Updated libica to version 1.3.4.
860
861 * Thu Jul 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-17
862 - rebuild
863
864 * Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10.9
865 - free the kssl_ctx structure when we free an SSL structure (#99066)
866
867 * Fri Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-16
868 - rebuild
869
870 * Thu Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-15
871 - lower thread test count on s390x
872
873 * Tue Jul 8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-14
874 - rebuild
875
876 * Thu Jun 26 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-13
877 - disable assembly on arches where it seems to conflict with threading
878
879 * Thu Jun 26 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-12
880 - Updated libica to latest upstream version 1.3.0
881
882 * Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9.9
883 - rebuild
884
885 * Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-11
886 - rebuild
887
888 * Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10
889 - ubsec: don't stomp on output data which might also be input data
890
891 * Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9
892 - temporarily disable optimizations on ppc64
893
894 * Mon Jun 9 2003 Nalin Dahyabhai <nalin@redhat.com>
895 - backport fix for engine-used-for-everything from 0.9.7b
896 - backport fix for prng not being seeded causing problems, also from 0.9.7b
897 - add a check at build-time to ensure that RSA is thread-safe
898 - keep perlpath from stomping on the libica configure scripts
899
900 * Fri Jun 6 2003 Nalin Dahyabhai <nalin@redhat.com>
901 - thread-safety fix for RSA blinding
902
903 * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.9.7a-8
904 - rebuilt
905
906 * Fri May 30 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-7
907 - Added libica-1.2 to openssl (featurerequest).
908
909 * Wed Apr 16 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-6
910 - fix building with incorrect flags on ppc64
911
912 * Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-5
913 - add patch to harden against Klima-Pokorny-Rosa extension of Bleichenbacher's
914 attack (CAN-2003-0131)
915
916 * Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-4
917 - add patch to enable RSA blinding by default, closing a timing attack
918 (CAN-2003-0147)
919
920 * Wed Mar 5 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-3
921 - disable use of BN assembly module on x86_64, but continue to allow inline
922 assembly (#83403)
923
924 * Thu Feb 27 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-2
925 - disable EC algorithms
926
927 * Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-1
928 - update to 0.9.7a
929
930 * Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-8
931 - add fix to guard against attempts to allocate negative amounts of memory
932 - add patch for CAN-2003-0078, fixing a timing attack
933
934 * Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 0.9.7-7
935 - Add openssl-ppc64.patch
936
937 * Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-6
938 - EVP_DecryptInit should call EVP_CipherInit() instead of EVP_CipherInit_ex(),
939 to get the right behavior when passed uninitialized context structures
940 (#83766)
941 - build with -mcpu=ev5 on alpha family (#83828)
942
943 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
944 - rebuilt
945
946 * Fri Jan 17 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7-4
947 - Added IBM hw crypto support patch.
948
949 * Wed Jan 15 2003 Nalin Dahyabhai <nalin@redhat.com>
950 - add missing builddep on sed
951
952 * Thu Jan 9 2003 Bill Nottingham <notting@redhat.com> 0.9.7-3
953 - debloat
954 - fix broken manpage symlinks
955
956 * Wed Jan 8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-2
957 - fix double-free in 'openssl ca'
958
959 * Fri Jan 3 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-1
960 - update to 0.9.7 final
961
962 * Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-0
963 - update to 0.9.7 beta6 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
964
965 * Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com>
966 - update to 0.9.7 beta5 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
967
968 * Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-30
969 - add configuration stanza for x86_64 and use it on x86_64
970 - build for linux-ppc on ppc
971 - start running the self-tests again
972
973 * Wed Oct 02 2002 Elliot Lee <sopwith@redhat.com> 0.9.6b-29hammer.3
974 - Merge fixes from previous hammer packages, including general x86-64 and
975 multilib
976
977 * Tue Aug 6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-29
978 - rebuild
979
980 * Thu Aug 1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
981 - update asn patch to fix accidental reversal of a logic check
982
983 * Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
984 - update asn patch to reduce chance that compiler optimization will remove
985 one of the added tests
986
987 * Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
988 - rebuild
989
990 * Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
991 - add patch to fix ASN.1 vulnerabilities
992
993 * Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
994 - add backport of Ben Laurie's patches for OpenSSL 0.9.6d
995
996 * Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-23
997 - own {_datadir}/ssl/misc
998
999 * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1000 - automated rebuild
1001
1002 * Sun May 26 2002 Tim Powers <timp@redhat.com>
1003 - automated rebuild
1004
1005 * Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-20
1006 - free ride through the build system (whee!)
1007
1008 * Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-19
1009 - rebuild in new environment
1010
1011 * Thu Apr 4 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-17, 0.9.6b-18
1012 - merge RHL-specific bits into stronghold package, rename
1013
1014 * Tue Apr 02 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-2
1015 - add support for Chrysalis Luna token
1016
1017 * Tue Mar 26 2002 Gary Benson <gbenson@redhat.com>
1018 - disable AEP random number generation, other AEP fixes
1019
1020 * Fri Mar 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-15
1021 - only build subpackages on primary arches
1022
1023 * Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-13
1024 - on ia32, only disable use of assembler on i386
1025 - enable assembly on ia64
1026
1027 * Mon Jan 7 2002 Florian La Roche <Florian.LaRoche@redhat.de> 0.9.6b-11
1028 - fix sparcv9 entry
1029
1030 * Mon Jan 7 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-1
1031 - upgrade to 0.9.6c
1032 - bump BuildArch to i686 and enable assembler on all platforms
1033 - synchronise with shrimpy and rawhide
1034 - bump soversion to 3
1035
1036 * Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1037 - delete BN_LLONG for s390x, patch from Oliver Paukstadt
1038
1039 * Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-9
1040 - update AEP driver patch
1041
1042 * Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com>
1043 - adjust RNG disabling patch to match version of patch from Broadcom
1044
1045 * Fri Sep 7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-8
1046 - disable the RNG in the ubsec engine driver
1047
1048 * Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-7
1049 - tweaks to the ubsec engine driver
1050
1051 * Fri Aug 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-6
1052 - tweaks to the ubsec engine driver
1053
1054 * Thu Aug 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-5
1055 - update ubsec engine driver from Broadcom
1056
1057 * Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-4
1058 - move man pages back to %%{_mandir}/man?/foo.?ssl from
1059 %%{_mandir}/man?ssl/foo.?
1060 - add an [ engine ] section to the default configuration file
1061
1062 * Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
1063 - add a patch for selecting a default engine in SSL_library_init()
1064
1065 * Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-3
1066 - add patches for AEP hardware support
1067 - add patch to keep trying when we fail to load a cert from a file and
1068 there are more in the file
1069 - add missing prototype for ENGINE_ubsec() in engine_int.h
1070
1071 * Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-2
1072 - actually add hw_ubsec to the engine list
1073
1074 * Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
1075 - add in the hw_ubsec driver from CVS
1076
1077 * Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-1
1078 - update to 0.9.6b
1079
1080 * Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com>
1081 - move .so symlinks back to %%{_libdir}
1082
1083 * Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
1084 - move shared libraries to /lib (#38410)
1085
1086 * Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
1087 - switch to engine code base
1088
1089 * Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
1090 - add a script for creating dummy certificates
1091 - move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
1092
1093 * Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1094 - add s390x support
1095
1096 * Fri Jun 1 2001 Nalin Dahyabhai <nalin@redhat.com>
1097 - change two memcpy() calls to memmove()
1098 - don't define L_ENDIAN on alpha
1099
1100 * Wed May 23 2001 Joe Orton <jorton@redhat.com> stronghold-0.9.6a-1
1101 - Add 'stronghold-' prefix to package names.
1102 - Obsolete standard openssl packages.
1103
1104 * Wed May 16 2001 Joe Orton <jorton@redhat.com>
1105 - Add BuildArch: i586 as per Nalin's advice.
1106
1107 * Tue May 15 2001 Joe Orton <jorton@redhat.com>
1108 - Enable assembler on ix86 (using new .tar.bz2 which does
1109 include the asm directories).
1110
1111 * Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
1112 - make subpackages depend on the main package
1113
1114 * Tue May 1 2001 Nalin Dahyabhai <nalin@redhat.com>
1115 - adjust the hobble script to not disturb symlinks in include/ (fix from
1116 Joe Orton)
1117
1118 * Fri Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1119 - drop the m2crypo patch we weren't using
1120
1121 * Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
1122 - configure using "shared" as well
1123
1124 * Sun Apr 8 2001 Nalin Dahyabhai <nalin@redhat.com>
1125 - update to 0.9.6a
1126 - use the build-shared target to build shared libraries
1127 - bump the soversion to 2 because we're no longer compatible with
1128 our 0.9.5a packages or our 0.9.6 packages
1129 - drop the patch for making rsatest a no-op when rsa null support is used
1130 - put all man pages into <section>ssl instead of <section>
1131 - break the m2crypto modules into a separate package
1132
1133 * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
1134 - use BN_LLONG on s390
1135
1136 * Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
1137 - fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
1138
1139 * Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
1140 - move c_rehash to the perl subpackage, because it's a perl script now
1141
1142 * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
1143 - update to 0.9.6
1144 - enable MD2
1145 - use the libcrypto.so and libssl.so targets to build shared libs with
1146 - bump the soversion to 1 because we're no longer compatible with any of
1147 the various 0.9.5a packages circulating around, which provide lib*.so.0
1148
1149 * Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1150 - change hobble-openssl for disabling MD2 again
1151
1152 * Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
1153 - re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
1154 bytes or so, causing EVP_DigestInit() to zero out stack variables in
1155 apps built against a version of the library without it
1156
1157 * Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
1158 - disable some inline assembly, which on x86 is Pentium-specific
1159 - re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
1160
1161 * Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
1162 - fix s390 patch
1163
1164 * Fri Dec 8 2000 Than Ngo <than@redhat.com>
1165 - added support s390
1166
1167 * Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
1168 - remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
1169 - add the CA.pl man page to the perl subpackage
1170
1171 * Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
1172 - always build with -mcpu=ev5 on alpha
1173
1174 * Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
1175 - add a symlink from cert.pem to ca-bundle.crt
1176
1177 * Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
1178 - add a ca-bundle file for packages like Samba to reference for CA certificates
1179
1180 * Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
1181 - remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
1182
1183 * Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com>
1184 - add unzip as a buildprereq (#17662)
1185 - update m2crypto to 0.05-snap4
1186
1187 * Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
1188 - fix some issues in building when it's not installed
1189
1190 * Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
1191 - make sure the headers we include are the ones we built with (aaaaarrgh!)
1192
1193 * Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com>
1194 - add Richard Henderson's patch for BN on ia64
1195 - clean up the changelog
1196
1197 * Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
1198 - fix the building of python modules without openssl-devel already installed
1199
1200 * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
1201 - byte-compile python extensions without the build-root
1202 - adjust the makefile to not remove temporary files (like .key files when
1203 building .csr files) by marking them as .PRECIOUS
1204
1205 * Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
1206 - break out python extensions into a subpackage
1207
1208 * Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
1209 - tweak the makefile some more
1210
1211 * Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
1212 - disable MD2 support
1213
1214 * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
1215 - disable MDC2 support
1216
1217 * Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com>
1218 - tweak the disabling of RC5, IDEA support
1219 - tweak the makefile
1220
1221 * Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
1222 - strip binaries and libraries
1223 - rework certificate makefile to have the right parts for Apache
1224
1225 * Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
1226 - use %%{_perl} instead of /usr/bin/perl
1227 - disable alpha until it passes its own test suite
1228
1229 * Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com>
1230 - move the passwd.1 man page out of the passwd package's way
1231
1232 * Fri Jun 2 2000 Nalin Dahyabhai <nalin@redhat.com>
1233 - update to 0.9.5a, modified for U.S.
1234 - add perl as a build-time requirement
1235 - move certificate makefile to another package
1236 - disable RC5, IDEA, RSA support
1237 - remove optimizations for now
1238
1239 * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1240 - Bero told me to move the Makefile into this package
1241
1242 * Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1243 - add lib*.so symlinks to link dynamically against shared libs
1244
1245 * Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
1246 - update to 0.9.5
1247 - run ldconfig directly in post/postun
1248 - add FAQ
1249
1250 * Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
1251 - Fix build on non-x86 platforms
1252
1253 * Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
1254 - move /usr/share/ssl/* from -devel to main package
1255
1256 * Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
1257 - inital packaging
1258 - changes from base:
1259 - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
1260 - handle RPM_OPT_FLAGS

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2