cvsdist e32c112
# For the curious:
cvsdist e32c112
# 0.9.5a soversion = 0
cvsdist e32c112
# 0.9.6  soversion = 1
cvsdist e32c112
# 0.9.6a soversion = 2
cvsdist e32c112
# 0.9.6c soversion = 3
cvsdist e32c112
# 0.9.7a soversion = 4
632ff53
# 0.9.7ef soversion = 5
bf80fa7
# 0.9.8ab soversion = 6
3849a16
# 0.9.8g soversion = 7
a9e5f01
# 0.9.8jk + EAP-FAST soversion = 8
1d20b5f
%define soversion 8
cvsdist b966cc9
cvsdist b966cc9
# Number of threads to spawn when testing some threading fixes.
feb1924
%define thread_test_threads %{?threads:%{threads}}%{!?threads:1}
cvsdist b966cc9
cvsdist b966cc9
# Arches on which we need to prevent arch conflicts on opensslconf.h, must
cvsdist b966cc9
# also be handled in opensslconf-new.h.
3bbf540
%define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x sparcv9 sparc64 x86_64
cvsdist b966cc9
cvsdist b966cc9
# Arches for which we don't build subpackages.
cvsdist b966cc9
%define optimize_arches i686
cvsdist b966cc9
1d20b5f
Summary: A general purpose cryptography library with TLS implementation
cvsdist e21e184
Name: openssl
5a41641
Version: 0.9.8n
071cb9b
Release: 2%{?dist}
5980c28
# We remove certain patented algorithms from the openssl source tarball
5980c28
# with the hobble-openssl script which is included below.
cvsdist e32c112
Source: openssl-%{version}-usa.tar.bz2
cvsdist e21e184
Source1: hobble-openssl
cvsdist e21e184
Source2: Makefile.certificate
cvsdist 321fa67
Source6: make-dummy-cert
cvsdist 321fa67
Source8: openssl-thread-test.c
cvsdist b966cc9
Source9: opensslconf-new.h
cvsdist b966cc9
Source10: opensslconf-new-warning.h
e96bebc
# Build changes
578744b
Patch0: openssl-0.9.8m-redhat.patch
e96bebc
Patch1: openssl-0.9.8a-defaults.patch
e96bebc
Patch2: openssl-0.9.8a-link-krb5.patch
1d20b5f
Patch3: openssl-0.9.8j-soversion.patch
578744b
Patch4: openssl-0.9.8m-enginesdir.patch
20e1907
Patch5: openssl-0.9.8a-no-rpath.patch
3849a16
Patch6: openssl-0.9.8b-test-use-localhost.patch
e29b7a9
Patch7: openssl-0.9.8k-shlib-version.patch
071cb9b
Patch8: openssl-1.0.0-timezone.patch
3849a16
# Bug fixes
a9e5f01
Patch22: openssl-0.9.8k-x509-name-cmp.patch
578744b
Patch23: openssl-0.9.8m-default-paths.patch
e96bebc
# Functionality changes
f1fb664
Patch32: openssl-0.9.8g-ia64.patch
578744b
Patch33: openssl-0.9.8m-ca-dir.patch
e96bebc
Patch34: openssl-0.9.6-x509.patch
1d20b5f
Patch35: openssl-0.9.8j-version-add-engines.patch
578744b
Patch38: openssl-0.9.8m-reuse-cipher-change.patch
3849a16
Patch39: openssl-0.9.8g-ipv6-apps.patch
1d20b5f
Patch40: openssl-0.9.8j-nocanister.patch
578744b
Patch41: openssl-0.9.8m-use-fipscheck.patch
578744b
Patch42: openssl-0.9.8m-fipscheck-hmac.patch
578744b
Patch44: openssl-0.9.8m-kernel-fipsmode.patch
1d20b5f
Patch45: openssl-0.9.8j-env-nozlib.patch
578744b
Patch46: openssl-0.9.8m-eap-fast.patch
1d20b5f
Patch47: openssl-0.9.8j-readme-warning.patch
1d20b5f
Patch48: openssl-0.9.8j-bad-mime.patch
105eb2c
Patch49: openssl-0.9.8j-fips-no-pairwise.patch
07bd81d
Patch50: openssl-0.9.8j-fips-rng-seed.patch
578744b
Patch51: openssl-0.9.8m-multi-crl.patch
e96bebc
# Backported fixes including security fixes
071cb9b
Patch60: openssl-0.9.8n-cve-2010-0742.patch
784dc22
aa64c41
License: OpenSSL
cvsdist e21e184
Group: System Environment/Libraries
cvsdist e21e184
URL: http://www.openssl.org/
cvsdist e21e184
BuildRoot: %{_tmppath}/%{name}-%{version}-root
499412d
BuildRequires: mktemp, krb5-devel, perl, sed, zlib-devel, /usr/bin/cmp
1181966
BuildRequires: /usr/bin/rename
bb2baac
Requires: mktemp, ca-certificates >= 2008-5
cvsdist e21e184
cvsdist e21e184
%description
cvsdist 0d16b0b
The OpenSSL toolkit provides support for secure communications between
cvsdist 0d16b0b
machines. OpenSSL includes a certificate management tool and shared
cvsdist 0d16b0b
libraries which provide various cryptographic algorithms and
cvsdist 0d16b0b
protocols.
cvsdist e21e184
cvsdist e21e184
%package devel
499412d
Summary: Files for development of applications which will use OpenSSL
cvsdist e21e184
Group: Development/Libraries
cvsdist c79d114
Requires: %{name} = %{version}-%{release}, krb5-devel, zlib-devel
b191bc7
Requires: pkgconfig
cvsdist e21e184
cvsdist e21e184
%description devel
cvsdist 0d16b0b
OpenSSL is a toolkit for supporting cryptography. The openssl-devel
15d9ef2
package contains include files needed to develop applications which
15d9ef2
support various cryptographic algorithms and protocols.
15d9ef2
15d9ef2
%package static
15d9ef2
Summary:  Libraries for static linking of applications which will use OpenSSL
15d9ef2
Group: Development/Libraries
15d9ef2
Requires: %{name}-devel = %{version}-%{release}
15d9ef2
15d9ef2
%description static
15d9ef2
OpenSSL is a toolkit for supporting cryptography. The openssl-static
15d9ef2
package contains static libraries needed for static linking of
cvsdist 0d16b0b
applications which support various cryptographic algorithms and
cvsdist 0d16b0b
protocols.
cvsdist e21e184
cvsdist e21e184
%package perl
499412d
Summary: Perl scripts provided with OpenSSL
cvsdist e21e184
Group: Applications/Internet
cvsdist e21e184
Requires: perl
cvsdist b196390
Requires: %{name} = %{version}-%{release}
cvsdist e21e184
cvsdist e21e184
%description perl
cvsdist 0d16b0b
OpenSSL is a toolkit for supporting cryptography. The openssl-perl
cvsdist 0d16b0b
package provides Perl scripts for converting certificates and keys
cvsdist 0d16b0b
from other formats to the formats used by the OpenSSL toolkit.
cvsdist e21e184
cvsdist e21e184
%prep
6b8c7ea
%setup -q
cvsdist 321fa67
cvsdist e32c112
%{SOURCE1} > /dev/null
cvsdist e21e184
%patch0 -p1 -b .redhat
cvsdist e32c112
%patch1 -p1 -b .defaults
e96bebc
# Fix link line for libssl (bug #111154).
e96bebc
%patch2 -p1 -b .krb5
cvsdist e32c112
%patch3 -p1 -b .soversion
e96bebc
%patch4 -p1 -b .enginesdir
20e1907
%patch5 -p1 -b .no-rpath
3849a16
%patch6 -p1 -b .use-localhost
5980c28
%patch7 -p1 -b .shlib-version
071cb9b
%patch8 -p1 -b .timezone
6b8c7ea
3849a16
%patch22 -p1 -b .name-cmp
d8cd5c4
%patch23 -p1 -b .default-paths
cvsdist 321fa67
e96bebc
%patch32 -p1 -b .ia64
1d20b5f
%patch33 -p1 -b .ca-dir
e96bebc
%patch34 -p1 -b .x509
e96bebc
%patch35 -p1 -b .version-add-engines
f1d9cb4
%patch38 -p1 -b .cipher-change
4d4d77e
%patch39 -p1 -b .ipv6-apps
1d20b5f
%patch40 -p1 -b .nocanister
1d20b5f
%patch41 -p1 -b .use-fipscheck
1d20b5f
%patch42 -p1 -b .fipscheck-hmac
1d20b5f
%patch44 -p1 -b .fipsmode
1d20b5f
%patch45 -p1 -b .env-nozlib
1d20b5f
%patch46 -p1 -b .eap-fast
1d20b5f
%patch47 -p1 -b .warning
1d20b5f
%patch48 -p1 -b .bad-mime
105eb2c
%patch49 -p1 -b .no-pairwise
07bd81d
%patch50 -p1 -b .rng-seed
8cbc33e
%patch51 -p1 -b .multi-crl
578744b
071cb9b
%patch60 -p1 -b .originfo
cvsdist e32c112
# Modify the various perl scripts to reference perl in the right location.
cvsdist e32c112
perl util/perlpath.pl `dirname %{__perl}`
cvsdist e21e184
cvsdist e32c112
# Generate a table with the compile settings for my perusal.
0448422
touch Makefile
cvsdist e32c112
make TABLE PERL=%{__perl}
cvsdist 821b825
cvsdist e21e184
%build 
e96bebc
# Figure out which flags we want to use.
e96bebc
# default
cvsdist 321fa67
sslarch=%{_os}-%{_arch}
cvsdist e21e184
%ifarch %ix86
cvsdist e21e184
sslarch=linux-elf
cvsdist 4f250d3
if ! echo %{_target} | grep -q i686 ; then
cvsdist 4f250d3
	sslflags="no-asm 386"
cvsdist 4f250d3
fi
cvsdist e21e184
%endif
3bbf540
%ifarch sparcv9
cvsdist e21e184
sslarch=linux-sparcv9
cvsdist 821b825
sslflags=no-asm
cvsdist e21e184
%endif
3bbf540
%ifarch sparc64
3bbf540
sslarch=linux64-sparcv9
3bbf540
sslflags=no-asm
3bbf540
%endif
65e6d90
%ifarch alpha alphaev56 alphaev6 alphaev67
cvsdist 566a67e
sslarch=linux-alpha-gcc
cvsdist e21e184
%endif
cc7d549
%ifarch s390 sh3eb sh4eb
cc7d549
sslarch="linux-generic32 -DB_ENDIAN"
cvsdist 821b825
%endif
cvsdist 107c5de
%ifarch s390x
cc7d549
sslarch="linux-generic64 -DB_ENDIAN"
cvsdist 7520711
%endif
cc7d549
%ifarch %{arm} sh3 sh4
b191bc7
sslarch=linux-generic32
b191bc7
%endif
e96bebc
# ia64, x86_64, ppc, ppc64 are OK by default
cvsdist e21e184
# Configure the build tree.  Override OpenSSL defaults with known-good defaults
cvsdist 821b825
# usable on all platforms.  The Configure script already knows to use -fPIC and
cvsdist 821b825
# RPM_OPT_FLAGS, so we can skip specifiying them here.
cvsdist 321fa67
./Configure \
c7641ab
	--prefix=/usr --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
2a80bfd
	zlib enable-camellia enable-seed enable-tlsext enable-rfc3779 \
1d20b5f
	enable-cms no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa shared \
e96bebc
	--with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl/engines \
c7641ab
	--with-krb5-dir=/usr ${sslarch} fipscanisterbuild
cvsdist ee71aae
cvsdist ee71aae
# Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
cvsdist ee71aae
# marked as not requiring an executable stack.
cvsdist ee71aae
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wa,--noexecstack"
cvsdist e32c112
make depend
1d20b5f
make all
cvsdist e21e184
cvsdist 107c5de
# Generate hashes for the included certs.
1d20b5f
make rehash
cvsdist e21e184
1d20b5f
%check
cvsdist e21e184
# Verify that what was compiled actually works.
1d20b5f
1d20b5f
# We must revert patch33 before tests otherwise they will fail
1d20b5f
patch -p1 -R < %{PATCH33}
1d20b5f
cvsdist 321fa67
LD_LIBRARY_PATH=`pwd`${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
cvsdist 321fa67
export LD_LIBRARY_PATH
cvsdist e21e184
make -C test apps tests
cvsdist 321fa67
%{__cc} -o openssl-thread-test \
cvsdist 321fa67
	`krb5-config --cflags` \
cvsdist 321fa67
	-I./include \
cvsdist ee71aae
	$RPM_OPT_FLAGS \
e96bebc
	%{SOURCE8} \
e96bebc
	-L. \
e96bebc
	-lssl -lcrypto \
cvsdist 321fa67
	`krb5-config --libs` \
cvsdist 321fa67
	-lpthread -lz -ldl
e96bebc
./openssl-thread-test --threads %{thread_test_threads}
cvsdist e21e184
1d20b5f
# Add generation of HMAC checksum of the final stripped library
1d20b5f
%define __spec_install_post \
1d20b5f
    %{?__debug_package:%{__debug_install_post}} \
1d20b5f
    %{__arch_install_post} \
1d20b5f
    %{__os_install_post} \
58f96a7
    fips/fips_standalone_sha1 $RPM_BUILD_ROOT%{_libdir}/libcrypto.so.%{version} >$RPM_BUILD_ROOT%{_libdir}/.libcrypto.so.%{version}.hmac \
58f96a7
    ln -sf .libcrypto.so.%{version}.hmac $RPM_BUILD_ROOT%{_libdir}/.libcrypto.so.%{soversion}.hmac \
58f96a7
    fips/fips_standalone_sha1 $RPM_BUILD_ROOT%{_libdir}/libssl.so.%{version} >$RPM_BUILD_ROOT%{_libdir}/.libssl.so.%{version}.hmac \
58f96a7
    ln -sf .libssl.so.%{version}.hmac $RPM_BUILD_ROOT%{_libdir}/.libssl.so.%{soversion}.hmac \
1d20b5f
%{nil}
79f559a
cvsdist e21e184
%install
cvsdist e21e184
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist e21e184
# Install OpenSSL.
58f96a7
install -d $RPM_BUILD_ROOT{%{_bindir},%{_includedir},%{_libdir},%{_mandir},%{_libdir}/openssl}
1d20b5f
make INSTALL_PREFIX=$RPM_BUILD_ROOT install
1d20b5f
make INSTALL_PREFIX=$RPM_BUILD_ROOT install_docs
a9567a4
# OpenSSL install doesn't use correct _libdir on 64 bit archs
a9567a4
[ "%{_libdir}" != /usr/lib ] && mv $RPM_BUILD_ROOT/usr/lib/lib*.so.%{soversion} $RPM_BUILD_ROOT%{_libdir}/
58f96a7
mv $RPM_BUILD_ROOT/usr/lib/engines $RPM_BUILD_ROOT%{_libdir}/openssl
79f559a
mv $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man/* $RPM_BUILD_ROOT%{_mandir}/
79f559a
rmdir $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/man
cvsdist 7520711
mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ || :
58f96a7
rename so.%{soversion} so.%{version} $RPM_BUILD_ROOT%{_libdir}/*.so.%{soversion}
58f96a7
for lib in $RPM_BUILD_ROOT%{_libdir}/*.so.%{version} ; do
cvsdist 107c5de
	chmod 755 ${lib}
58f96a7
	ln -s -f `basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`
58f96a7
	ln -s -f `basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`.%{soversion}
cvsdist e21e184
done
cvsdist e21e184
cvsdist 107c5de
# Install a makefile for generating keys and self-signed certs, and a script
cvsdist 107c5de
# for generating them on the fly.
79f559a
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs
499412d
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/Makefile
499412d
install -m755 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/certs/make-dummy-cert
cvsdist e21e184
cvsdist def39f1
# Make sure we actually include the headers we built against.
cvsdist def39f1
for header in $RPM_BUILD_ROOT%{_includedir}/openssl/* ; do
cvsdist def39f1
	if [ -f ${header} -a -f include/openssl/$(basename ${header}) ] ; then
cvsdist def39f1
		install -m644 include/openssl/`basename ${header}` ${header}
cvsdist def39f1
	fi
cvsdist def39f1
done
cvsdist def39f1
cvsdist 0d16b0b
# Rename man pages so that they don't conflict with other system man pages.
6f11ea3
pushd $RPM_BUILD_ROOT%{_mandir}
6f11ea3
for manpage in man*/* ; do
cvsdist e32c112
	if [ -L ${manpage} ]; then
cvsdist e32c112
		TARGET=`ls -l ${manpage} | awk '{ print $NF }'`
cvsdist e32c112
		ln -snf ${TARGET}ssl ${manpage}ssl
cvsdist e32c112
		rm -f ${manpage}
cvsdist e32c112
	else
cvsdist e32c112
		mv ${manpage} ${manpage}ssl
cvsdist e32c112
	fi
cvsdist 0d16b0b
done
cvsdist 0d16b0b
for conflict in passwd rand ; do
6f11ea3
	rename ${conflict} ssl${conflict} man*/${conflict}*
cvsdist 107c5de
done
6f11ea3
popd
cvsdist e21e184
cvsdist e21e184
# Pick a CA script.
79f559a
pushd  $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/misc
cvsdist e21e184
mv CA.sh CA
cvsdist e21e184
popd
cvsdist e21e184
79f559a
mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA
79f559a
mkdir -m700 $RPM_BUILD_ROOT%{_sysconfdir}/pki/CA/private
cvsdist 0cfdac5
acba378
# Ensure the openssl.cnf timestamp is identical across builds to avoid
acba378
# mulitlib conflicts and unnecessary renames on upgrade
acba378
touch -r %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/openssl.cnf
acba378
cvsdist e32c112
# Fix libdir.
e96bebc
pushd $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
e96bebc
for i in *.pc ; do
e96bebc
	sed 's,^libdir=${exec_prefix}/lib,libdir=${exec_prefix}/%{_lib},g' \
5980c28
		$i >$i.tmp && \
e96bebc
	cat $i.tmp >$i && \
e96bebc
	rm -f $i.tmp
e96bebc
done
e96bebc
popd
cvsdist e32c112
cvsdist c7b9ffb
# Determine which arch opensslconf.h is going to try to #include.
cvsdist c7b9ffb
basearch=%{_arch}
cvsdist c7b9ffb
%ifarch %{ix86}
cvsdist c7b9ffb
basearch=i386
cvsdist c7b9ffb
%endif
3bbf540
%ifarch sparcv9
3bbf540
basearch=sparc
3bbf540
%endif
3bbf540
%ifarch sparc64
3bbf540
basearch=sparc64
3bbf540
%endif
cvsdist c7b9ffb
cvsdist b966cc9
%ifarch %{multilib_arches}
cvsdist b966cc9
# Do an opensslconf.h switcheroo to avoid file conflicts on systems where you
cvsdist b966cc9
# can have both a 32- and 64-bit version of the library, and they each need
cvsdist b966cc9
# their own correct-but-different versions of opensslconf.h to be usable.
4d4d77e
install -m644 %{SOURCE10} \
5980c28
	$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
cvsdist b966cc9
cat $RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h >> \
5980c28
	$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf-${basearch}.h
4d4d77e
install -m644 %{SOURCE9} \
5980c28
	$RPM_BUILD_ROOT/%{_prefix}/include/openssl/opensslconf.h
cvsdist b966cc9
%endif
cvsdist b966cc9
cvsdist b966cc9
%ifarch %{optimize_arches}
cvsdist b966cc9
# Remove bits which belong in subpackages.
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_prefix}/include/openssl
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.so
cvsdist e32c112
rm -rf $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3/*
cvsdist 7520711
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_bindir}/c_rehash
cvsdist 7520711
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1*/*.pl*
79f559a
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/pki/tls/misc/*.pl
cvsdist 7520711
%endif
cvsdist 7520711
1d20b5f
# Remove unused files from upstream fips support
632ff53
rm -rf $RPM_BUILD_ROOT/%{_bindir}/openssl_fips_fingerprint
1d20b5f
rm -rf $RPM_BUILD_ROOT/%{_libdir}/fips_premain.*
1d20b5f
rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
632ff53
cvsdist e21e184
%clean
cvsdist e21e184
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
cvsdist e21e184
cvsdist e21e184
%files 
cvsdist e21e184
%defattr(-,root,root)
cvsdist e21e184
%doc FAQ LICENSE CHANGES NEWS INSTALL README
1d20b5f
%doc doc/c-indentation.el doc/openssl.txt
cvsdist e21e184
%doc doc/openssl_button.html doc/openssl_button.gif
cvsdist e21e184
%doc doc/ssleay.txt
79f559a
%dir %{_sysconfdir}/pki/tls
86877cd
%dir %{_sysconfdir}/pki/tls/certs
86877cd
%{_sysconfdir}/pki/tls/certs/make-dummy-cert
86877cd
%{_sysconfdir}/pki/tls/certs/Makefile
79f559a
%dir %{_sysconfdir}/pki/tls/misc
79f559a
%{_sysconfdir}/pki/tls/misc/CA
79f559a
%dir %{_sysconfdir}/pki/CA
79f559a
%dir %{_sysconfdir}/pki/CA/private
79f559a
%{_sysconfdir}/pki/tls/misc/c_*
79f559a
%{_sysconfdir}/pki/tls/private
79f559a
79f559a
%config(noreplace) %{_sysconfdir}/pki/tls/openssl.cnf
cvsdist e21e184
cvsdist 821b825
%attr(0755,root,root) %{_bindir}/openssl
58f96a7
%attr(0755,root,root) %{_libdir}/*.so.%{version}
58f96a7
%attr(0755,root,root) %{_libdir}/*.so.%{soversion}
58f96a7
%attr(0644,root,root) %{_libdir}/.libcrypto.so.*.hmac
58f96a7
%attr(0644,root,root) %{_libdir}/.libssl.so.*.hmac
e96bebc
%attr(0755,root,root) %{_libdir}/openssl
cvsdist 4f250d3
%attr(0644,root,root) %{_mandir}/man1*/[ABD-Zabcd-z]*
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man5*/*
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man7*/*
cvsdist e21e184
cvsdist b966cc9
%ifnarch %{optimize_arches}
cvsdist e21e184
%files devel
cvsdist e21e184
%defattr(-,root,root)
cvsdist e21e184
%{_prefix}/include/openssl
cvsdist e21e184
%attr(0755,root,root) %{_libdir}/*.so
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man3*/*
e96bebc
%attr(0644,root,root) %{_libdir}/pkgconfig/*.pc
cvsdist e21e184
15d9ef2
%files static
15d9ef2
%defattr(-,root,root)
15d9ef2
%attr(0644,root,root) %{_libdir}/*.a
15d9ef2
cvsdist e21e184
%files perl
cvsdist e21e184
%defattr(-,root,root)
cvsdist 821b825
%attr(0755,root,root) %{_bindir}/c_rehash
cvsdist 107c5de
%attr(0644,root,root) %{_mandir}/man1*/*.pl*
79f559a
%dir %{_sysconfdir}/pki/tls/misc
79f559a
%{_sysconfdir}/pki/tls/misc/*.pl
cvsdist 4f250d3
%endif
cvsdist e21e184
07bd81d
%post -p /sbin/ldconfig
cvsdist e21e184
07bd81d
%postun -p /sbin/ldconfig
cvsdist e21e184
cvsdist e21e184
%changelog
071cb9b
* Wed Jun  2 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8n-2
071cb9b
- fix CVE-2010-0742
071cb9b
- set UTC timezone on pod2man run (#578842)
071cb9b
5a41641
* Thu Mar 25 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8n-1
5a41641
- fix CVE-2010-0740
5a41641
578744b
* Mon Mar 22 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8m-1
578744b
- fix CVE-2009-3245 CVE-2009-3555 CVE-2009-4355 CVE-2010-0433
578744b
cb3976d
* Thu May 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-5
cb3976d
- fix CVE-2009-1377 CVE-2009-1378 CVE-2009-1379
cb3976d
  (DTLS DoS problems) (#501253, #501254, #501572)
cb3976d
7dff0b4
* Tue Apr 21 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-4
7dff0b4
- support compatibility DTLS mode for CISCO AnyConnect (#464629)
7dff0b4
8cbc33e
* Fri Apr 17 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-3
8cbc33e
- correct the SHLIB_VERSION define
8cbc33e
8cbc33e
* Wed Apr 15 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-2
8cbc33e
- add support for multiple CRLs with same subject
8cbc33e
- load only dynamic engine support in FIPS mode
e29b7a9
a9e5f01
* Thu Mar 25 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8k-1
a9e5f01
- update to new upstream release (minor bug fixes, security
a9e5f01
  fixes and machine code optimizations only)
a9e5f01
58f96a7
* Thu Mar 19 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-10
58f96a7
- move libraries to /usr/lib (#239375)
58f96a7
15d9ef2
* Fri Mar 13 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-9
15d9ef2
- add a static subpackage
15d9ef2
527ed75
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.8j-8
527ed75
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
527ed75
07bd81d
* Mon Feb  2 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-7
07bd81d
- must also verify checksum of libssl.so in the FIPS mode
07bd81d
- obtain the seed for FIPS rng directly from the kernel device
07bd81d
- drop the temporary symlinks
07bd81d
c7641ab
* Mon Jan 26 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-6
c7641ab
- drop the temporary triggerpostun and symlinking in post
c7641ab
- fix the pkgconfig files and drop the unnecessary buildrequires
c7641ab
  on pkgconfig as it is a rpmbuild dependency (#481419)
c7641ab
7e0fce6
* Sat Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-5
7e0fce6
- add temporary triggerpostun to reinstate the symlinks
7e0fce6
105eb2c
* Sat Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-4
105eb2c
- no pairwise key tests in non-fips mode (#479817)
105eb2c
ebd2901
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-3
ebd2901
- even more robust test for the temporary symlinks
ebd2901
b33a50c
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-2
b33a50c
- try to ensure the temporary symlinks exist
b33a50c
1d20b5f
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> 0.9.8j-1
1d20b5f
- new upstream version with necessary soname bump (#455753)
1d20b5f
- temporarily provide symlink to old soname to make it possible to rebuild
1d20b5f
  the dependent packages in rawhide
1d20b5f
- add eap-fast support (#428181)
1d20b5f
- add possibility to disable zlib by setting 
1d20b5f
- add fips mode support for testing purposes
1d20b5f
- do not null dereference on some invalid smime files
1d20b5f
- add buildrequires pkgconfig (#479493)
1d20b5f
c59bdb1
* Sun Aug 10 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-11
c59bdb1
- do not add tls extensions to server hello for SSLv3 either
c59bdb1
bb2baac
* Mon Jun  2 2008 Joe Orton <jorton@redhat.com> 0.9.8g-10
bb2baac
- move root CA bundle to ca-certificates package
bb2baac
2c01b19
* Wed May 28 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-9
2c01b19
- fix CVE-2008-0891 - server name extension crash (#448492)
2c01b19
- fix CVE-2008-1672 - server key exchange message omit crash (#448495)
2c01b19
cc7d549
* Tue May 27 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-8
cc7d549
- super-H arch support
cc7d549
- drop workaround for bug 199604 as it should be fixed in gcc-4.3
cc7d549
3bbf540
* Mon May 19 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.9.8g-7
3bbf540
- sparc handling
3bbf540
dfabafc
* Mon Mar 10 2008 Joe Orton <jorton@redhat.com> 0.9.8g-6
dfabafc
- update to new root CA bundle from mozilla.org (r1.45)
dfabafc
d08968b
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.8g-5
d08968b
- Autorebuild for GCC 4.3
d08968b
5980c28
* Thu Jan 24 2008 Tomas Mraz <tmraz@redhat.com> 0.9.8g-4
5980c28
- merge review fixes (#226220)
5980c28
- adjust the SHLIB_VERSION_NUMBER to reflect library name (#429846)
5980c28
d8cd5c4
* Thu Dec 13 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-3
d8cd5c4
- set default paths when no explicit paths are set (#418771)
d8cd5c4
- do not add tls extensions to client hello for SSLv3 (#422081)
d8cd5c4
2a80bfd
* Tue Dec  4 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-2
2a80bfd
- enable some new crypto algorithms and features
2a80bfd
- add some more important bug fixes from openssl CVS
2a80bfd
139aecb
* Mon Dec  3 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8g-1
3849a16
- update to latest upstream release, SONAME bumped to 7
3849a16
6427162
* Mon Oct 15 2007 Joe Orton <jorton@redhat.com> 0.9.8b-17
6427162
- update to new CA bundle from mozilla.org
6427162
65e6d90
* Fri Oct 12 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-16
65e6d90
- fix CVE-2007-5135 - off-by-one in SSL_get_shared_ciphers (#309801)
65e6d90
- fix CVE-2007-4995 - out of order DTLS fragments buffer overflow (#321191)
65e6d90
- add alpha sub-archs (#296031)
65e6d90
568fd16
* Tue Aug 21 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-15
568fd16
- rebuild
568fd16
aa64c41
* Fri Aug  3 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-14
aa64c41
- use localhost in testsuite, hopefully fixes slow build in koji
aa64c41
- CVE-2007-3108 - fix side channel attack on private keys (#250577)
aa64c41
- make ssl session cache id matching strict (#233599)
aa64c41
b191bc7
* Wed Jul 25 2007 Tomas Mraz <tmraz@redhat.com> 0.9.8b-13
b191bc7
- allow building on ARM architectures (#245417)
b191bc7
- use reference timestamps to prevent multilib conflicts (#218064)
b191bc7
- -devel package must require pkgconfig (#241031)
b191bc7
fba756f
* Mon Dec 11 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-12
fba756f
- detect duplicates in add_dir properly (#206346)
fba756f
4ca06fa
* Thu Nov 30 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-11
4ca06fa
- the previous change still didn't make X509_NAME_cmp transitive
4ca06fa
f0fb64d
* Thu Nov 23 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-10
f0fb64d
- make X509_NAME_cmp transitive otherwise certificate lookup
f0fb64d
  is broken (#216050)
f0fb64d
a99897e
* Thu Nov  2 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-9
a99897e
- aliasing bug in engine loading, patch by IBM (#213216)
a99897e
98d8457
* Mon Oct  2 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-8
98d8457
- CVE-2006-2940 fix was incorrect (#208744)
98d8457
cd294fc
* Mon Sep 25 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-7
cd294fc
- fix CVE-2006-2937 - mishandled error on ASN.1 parsing (#207276)
cd294fc
- fix CVE-2006-2940 - parasitic public keys DoS (#207274)
cd294fc
- fix CVE-2006-3738 - buffer overflow in SSL_get_shared_ciphers (#206940)
cd294fc
- fix CVE-2006-4343 - sslv2 client DoS (#206940)
cd294fc
cd294fc
* Tue Sep  5 2006 Tomas Mraz <tmraz@redhat.com> 0.9.8b-6
ba40f6b
- fix CVE-2006-4339 - prevent attack on PKCS#1 v1.5 signatures (#205180)
ba40f6b
2020821
* Wed Aug  2 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-5
2020821
- set buffering to none on stdio/stdout FILE when bufsize is set (#200580)
2020821
  patch by IBM
2020821
c1d3bf9
* Fri Jul 28 2006 Alexandre Oliva <aoliva@redhat.com> - 0.9.8b-4.1
c1d3bf9
- rebuild with new binutils (#200330)
c1d3bf9
e9887c3
* Fri Jul 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-4
e9887c3
- add a temporary workaround for sha512 test failure on s390 (#199604)
e9887c3
e9887c3
* Thu Jul 20 2006 Tomas Mraz <tmraz@redhat.com>
4d4d77e
- add ipv6 support to s_client and s_server (by Jan Pazdziora) (#198737)
4d4d77e
- add patches for BN threadsafety, AES cache collision attack hazard fix and
4d4d77e
  pkcs7 code memleak fix from upstream CVS
4d4d77e
a362bee
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8b-3.1
a362bee
- rebuild
a362bee
6b8c7ea
* Wed Jun 21 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-3
6b8c7ea
- dropped libica and ica engine from build
6b8c7ea
6b8c7ea
* Wed Jun 21 2006 Joe Orton <jorton@redhat.com>
24c8087
- update to new CA bundle from mozilla.org; adds CA certificates
24c8087
  from netlock.hu and startcom.org
24c8087
499412d
* Mon Jun  5 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-2
499412d
- fixed a few rpmlint warnings
499412d
- better fix for #173399 from upstream
499412d
- upstream fix for pkcs12
499412d
bf80fa7
* Thu May 11 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8b-1
bf80fa7
- upgrade to new version, stays ABI compatible
340dc6a
- there is no more linux/config.h (it was empty anyway)
bf80fa7
6f11ea3
* Tue Apr  4 2006 Tomas Mraz <tmraz@redhat.com> - 0.9.8a-6
6f11ea3
- fix stale open handles in libica (#177155)
6f11ea3
- fix build if 'rand' or 'passwd' in buildroot path (#178782)
6f11ea3
- initialize VIA Padlock engine (#186857)
6f11ea3
8c34b09
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.2
8c34b09
- bump again for double-long bug on ppc(64)
8c34b09
9557934
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.9.8a-5.1
9557934
- rebuilt for new gcc4.1 snapshot and glibc changes
9557934
f1d9cb4
* Thu Dec 15 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-5
f1d9cb4
- don't include SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
f1d9cb4
  in SSL_OP_ALL (#175779)
f1d9cb4
6a4a9c2
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6a4a9c2
- rebuilt
6a4a9c2
feb1924
* Tue Nov 29 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-4
feb1924
- fix build (-lcrypto was erroneusly dropped) of the updated libica
feb1924
- updated ICA engine to 1.3.6-rc3
feb1924
eba5bcb
* Tue Nov 22 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-3
eba5bcb
- disable builtin compression methods for now until they work
eba5bcb
  properly (#173399)
eba5bcb
20e1907
* Wed Nov 16 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-2
20e1907
- don't set -rpath for openssl binary
20e1907
e96bebc
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 0.9.8a-1
e96bebc
- new upstream version
e96bebc
- patches partially renumbered
e96bebc
2099136
* Fri Oct 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-11
2099136
- updated IBM ICA engine library and patch to latest upstream version
2099136
b073820
* Wed Oct 12 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-10
b073820
- fix CAN-2005-2969 - remove SSL_OP_MSIE_SSLV2_RSA_PADDING which
b073820
  disables the countermeasure against man in the middle attack in SSLv2
b073820
  (#169863)
b073820
- use sha1 as default for CA and cert requests - CAN-2005-2946 (#169803)
b073820
86877cd
* Tue Aug 23 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-9
86877cd
- add *.so.soversion as symlinks in /lib (#165264)
86877cd
- remove unpackaged symlinks (#159595)
86877cd
- fixes from upstream (constant time fixes for DSA,
86877cd
  bn assembler div on ppc arch, initialize memory on realloc)
86877cd
95f9154
* Thu Aug 11 2005 Phil Knirsch <pknirsch@redhat.com> 0.9.7f-8
95f9154
- Updated ICA engine IBM patch to latest upstream version.
95f9154
784dc22
* Thu May 19 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-7
784dc22
- fix CAN-2005-0109 - use constant time/memory access mod_exp
784dc22
  so bits of private key aren't leaked by cache eviction (#157631)
784dc22
- a few more fixes from upstream 0.9.7g
784dc22
4e6a921
* Wed Apr 27 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-6
4e6a921
- use poll instead of select in rand (#128285)
4e6a921
- fix Makefile.certificate to point to /etc/pki/tls
4e6a921
- change the default string mask in ASN1 to PrintableString+UTF8String
4e6a921
9c01f4a
* Mon Apr 25 2005 Joe Orton <jorton@redhat.com> 0.9.7f-5
9c01f4a
- update to revision 1.37 of Mozilla CA bundle
9c01f4a
79f559a
* Thu Apr 21 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-4
79f559a
- move certificates to _sysconfdir/pki/tls (#143392)
79f559a
- move CA directories to _sysconfdir/pki/CA
79f559a
- patch the CA script and the default config so it points to the
79f559a
  CA directories
79f559a
1d982a0
* Fri Apr  1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-3
1d982a0
- uninitialized variable mustn't be used as input in inline
1d982a0
  assembly
1d982a0
- reenable the x86_64 assembly again
1d982a0
d9b56b6
* Thu Mar 31 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-2
d9b56b6
- add back RC4_CHAR on ia64 and x86_64 so the ABI isn't broken
d9b56b6
- disable broken bignum assembly on x86_64
d9b56b6
d9b56b6
* Wed Mar 30 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7f-1
c9c6ff6
- reenable optimizations on ppc64 and assembly code on ia64
632ff53
- upgrade to new upstream version (no soname bump needed)
632ff53
- disable thread test - it was testing the backport of the
632ff53
  RSA blinding - no longer needed
c9c6ff6
- added support for changing serial number to 
c9c6ff6
  Makefile.certificate (#151188)
c9c6ff6
- make ca-bundle.crt a config file (#118903)
632ff53
d551f91
* Tue Mar  1 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-3
d551f91
- libcrypto shouldn't depend on libkrb5 (#135961)
d551f91
0448422
* Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-2
0448422
- rebuild
0448422
0448422
* Mon Feb 28 2005 Tomas Mraz <tmraz@redhat.com> 0.9.7e-1
0448422
- new upstream source, updated patches
0448422
- added patch so we are hopefully ABI compatible with upcoming
0448422
  0.9.7f
0448422
e809e73
* Thu Feb 10 2005 Tomas Mraz <tmraz@redhat.com>
e809e73
- Support UTF-8 charset in the Makefile.certificate (#134944)
e809e73
- Added cmp to BuildPrereq
e809e73
125b133
* Thu Jan 27 2005 Joe Orton <jorton@redhat.com> 0.9.7a-46
125b133
- generate new ca-bundle.crt from Mozilla certdata.txt (revision 1.32)
125b133
7c24d17
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-45
7c24d17
- Fixed and updated libica-1.3.4-urandom.patch patch (#122967)
7c24d17
c07f22f
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-44
c07f22f
- rebuild
c07f22f
c07f22f
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-43
c07f22f
- rebuild
c07f22f
c07f22f
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-42
c07f22f
- rebuild
c07f22f
c07f22f
* Fri Nov 19 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-41
c07f22f
- remove der_chop, as upstream cvs has done (CAN-2004-0975, #140040)
c07f22f
f577c55
* Tue Oct 05 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-40
f577c55
- Include latest libica version with important bugfixes
f577c55
cvsdist acf96bd
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist acf96bd
- rebuilt
cvsdist acf96bd
cvsdist 3db75bb
* Mon Jun 14 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-38
cvsdist 3db75bb
- Updated ICA engine IBM patch to latest upstream version.
cvsdist 3db75bb
cvsdist 566a67e
* Mon Jun  7 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-37
cvsdist 566a67e
- build for linux-alpha-gcc instead of alpha-gcc on alpha (Jeff Garzik)
cvsdist 566a67e
cvsdist c7b9ffb
* Tue May 25 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-36
cvsdist c7b9ffb
- handle %%{_arch}=i486/i586/i686/athlon cases in the intermediate
cvsdist c7b9ffb
  header (#124303)
cvsdist c7b9ffb
cvsdist 80904fb
* Thu Mar 25 2004 Joe Orton <jorton@redhat.com> 0.9.7a-35
cvsdist 80904fb
- add security fixes for CAN-2004-0079, CAN-2004-0112
cvsdist 80904fb
cvsdist 80904fb
* Tue Mar 16 2004 Phil Knirsch <pknirsch@redhat.com>
cvsdist 80904fb
- Fixed libica filespec.
cvsdist 80904fb
cvsdist b966cc9
* Thu Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-34
cvsdist b966cc9
- ppc/ppc64 define __powerpc__/__powerpc64__, not __ppc__/__ppc64__, fix
cvsdist b966cc9
  the intermediate header
cvsdist b966cc9
cvsdist b966cc9
* Wed Mar 10 2004 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-33
cvsdist b966cc9
- add an intermediate <openssl/opensslconf.h> which points to the right
cvsdist b966cc9
  arch-specific opensslconf.h on multilib arches
cvsdist b966cc9
cvsdist b966cc9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b966cc9
- rebuilt
cvsdist b966cc9
cvsdist b966cc9
* Thu Feb 26 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-32
cvsdist b966cc9
- Updated libica to latest upstream version 1.3.5.
cvsdist b966cc9
cvsdist b966cc9
* Tue Feb 17 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-31
cvsdist b966cc9
- Update ICA crypto engine patch from IBM to latest version.
cvsdist b966cc9
cvsdist b966cc9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b966cc9
- rebuilt
cvsdist b966cc9
cvsdist b966cc9
* Fri Feb 13 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-29
cvsdist b966cc9
- rebuilt
cvsdist b966cc9
cvsdist b966cc9
* Wed Feb 11 2004 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-28
cvsdist b966cc9
- Fixed libica build.
cvsdist b966cc9
cvsdist b966cc9
* Wed Feb  4 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b966cc9
- add "-ldl" to link flags added for Linux-on-ARM (#99313)
cvsdist b966cc9
cvsdist b966cc9
* Wed Feb  4 2004 Joe Orton <jorton@redhat.com> 0.9.7a-27
cvsdist b966cc9
- updated ca-bundle.crt: removed expired GeoTrust roots, added
cvsdist b966cc9
  freessl.com root, removed trustcenter.de Class 0 root
cvsdist b966cc9
cvsdist c79d114
* Sun Nov 30 2003 Tim Waugh <twaugh@redhat.com> 0.9.7a-26
cvsdist c79d114
- Fix link line for libssl (bug #111154).
cvsdist c79d114
cvsdist c79d114
* Fri Oct 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-25
cvsdist c79d114
- add dependency on zlib-devel for the -devel package, which depends on zlib
cvsdist c79d114
  symbols because we enable zlib for libssl (#102962)
cvsdist c79d114
cvsdist c79d114
* Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-24
cvsdist c79d114
- Use /dev/urandom instead of PRNG for libica.
cvsdist c79d114
- Apply libica-1.3.5 fix for /dev/urandom in icalinux.c
cvsdist c79d114
- Use latest ICA engine patch from IBM.
cvsdist c79d114
cvsdist c79d114
* Sat Oct  4 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22.1
cvsdist c79d114
- rebuild
cvsdist c79d114
cvsdist c79d114
* Wed Oct  1 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22
cvsdist c79d114
- rebuild (22 wasn't actually built, fun eh?)
cvsdist c79d114
cvsdist ee71aae
* Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-23
cvsdist ee71aae
- re-disable optimizations on ppc64
cvsdist ee71aae
cvsdist ee71aae
* Tue Sep 30 2003 Joe Orton <jorton@redhat.com>
cvsdist ee71aae
- add a_mbstr.c fix for 64-bit platforms from CVS
cvsdist ee71aae
cvsdist ee71aae
* Tue Sep 30 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-22
cvsdist ee71aae
- add -Wa,--noexecstack to RPM_OPT_FLAGS so that assembled modules get tagged
cvsdist ee71aae
  as not needing executable stacks
cvsdist ee71aae
cvsdist ee71aae
* Mon Sep 29 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-21
cvsdist ee71aae
- rebuild
cvsdist ee71aae
cvsdist ee71aae
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ee71aae
- re-enable optimizations on ppc64
cvsdist 7eff254
cvsdist ee71aae
* Thu Sep 25 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ee71aae
- remove exclusivearch
cvsdist b1b6b03
cvsdist 321fa67
* Wed Sep 24 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-20
cvsdist 321fa67
- only parse a client cert if one was requested
cvsdist 321fa67
- temporarily exclusivearch for %%{ix86}
cvsdist 321fa67
cvsdist 321fa67
* Tue Sep 23 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 321fa67
- add security fixes for protocol parsing bugs (CAN-2003-0543, CAN-2003-0544)
cvsdist 321fa67
  and heap corruption (CAN-2003-0545)
cvsdist 321fa67
- update RHNS-CA-CERT files
cvsdist 321fa67
- ease back on the number of threads used in the threading test
cvsdist 321fa67
cvsdist 321fa67
* Wed Sep 17 2003 Matt Wilson <msw@redhat.com> 0.9.7a-19
cvsdist 321fa67
- rebuild to fix gzipped file md5sums (#91211)
cvsdist 321fa67
cvsdist 321fa67
* Mon Aug 25 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-18
cvsdist 321fa67
- Updated libica to version 1.3.4.
cvsdist 321fa67
cvsdist 321fa67
* Thu Jul 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-17
cvsdist 321fa67
- rebuild
cvsdist 321fa67
cvsdist 321fa67
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10.9
cvsdist 321fa67
- free the kssl_ctx structure when we free an SSL structure (#99066)
cvsdist 321fa67
cvsdist 321fa67
* Fri Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-16
cvsdist 321fa67
- rebuild
cvsdist 321fa67
cvsdist 321fa67
* Thu Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-15
cvsdist 321fa67
- lower thread test count on s390x
cvsdist 321fa67
cvsdist 321fa67
* Tue Jul  8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-14
cvsdist 321fa67
- rebuild
cvsdist 321fa67
cvsdist 321fa67
* Thu Jun 26 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-13
cvsdist 321fa67
- disable assembly on arches where it seems to conflict with threading
cvsdist 321fa67
cvsdist 321fa67
* Thu Jun 26 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-12
cvsdist 321fa67
- Updated libica to latest upstream version 1.3.0
cvsdist 321fa67
cvsdist 321fa67
* Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9.9
cvsdist 321fa67
- rebuild
cvsdist 321fa67
cvsdist 321fa67
* Wed Jun 11 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-11
cvsdist 321fa67
- rebuild
cvsdist 321fa67
cvsdist 321fa67
* Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-10
cvsdist 321fa67
- ubsec: don't stomp on output data which might also be input data
cvsdist 321fa67
cvsdist 321fa67
* Tue Jun 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-9
cvsdist 321fa67
- temporarily disable optimizations on ppc64
cvsdist 321fa67
cvsdist 321fa67
* Mon Jun  9 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 321fa67
- backport fix for engine-used-for-everything from 0.9.7b
cvsdist 321fa67
- backport fix for prng not being seeded causing problems, also from 0.9.7b
cvsdist 321fa67
- add a check at build-time to ensure that RSA is thread-safe
cvsdist 321fa67
- keep perlpath from stomping on the libica configure scripts
cvsdist 321fa67
cvsdist 321fa67
* Fri Jun  6 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 321fa67
- thread-safety fix for RSA blinding
cvsdist 321fa67
cvsdist 321fa67
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.9.7a-8
cvsdist 321fa67
- rebuilt
cvsdist 321fa67
cvsdist 321fa67
* Fri May 30 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7a-7
cvsdist 321fa67
- Added libica-1.2 to openssl (featurerequest).
cvsdist 321fa67
cvsdist 321fa67
* Wed Apr 16 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-6
cvsdist 321fa67
- fix building with incorrect flags on ppc64
cvsdist 321fa67
cvsdist 5b50ae8
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-5
cvsdist 5b50ae8
- add patch to harden against Klima-Pokorny-Rosa extension of Bleichenbacher's
cvsdist 5b50ae8
  attack (CAN-2003-0131)
cvsdist 5b50ae8
cvsdist 5b50ae8
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com>  0.9.7a-4
cvsdist 5b50ae8
- add patch to enable RSA blinding by default, closing a timing attack
cvsdist 5b50ae8
  (CAN-2003-0147)
cvsdist 5b50ae8
cvsdist 5b50ae8
* Wed Mar  5 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-3
cvsdist 5b50ae8
- disable use of BN assembly module on x86_64, but continue to allow inline
cvsdist 5b50ae8
  assembly (#83403)
cvsdist 5b50ae8
cvsdist e32c112
* Thu Feb 27 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-2
cvsdist e32c112
- disable EC algorithms
cvsdist 37242e4
cvsdist e32c112
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7a-1
cvsdist e32c112
- update to 0.9.7a
cvsdist 37242e4
cvsdist e32c112
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-8
cvsdist 7520711
- add fix to guard against attempts to allocate negative amounts of memory
cvsdist 7520711
- add patch for CAN-2003-0078, fixing a timing attack
cvsdist 7520711
cvsdist e32c112
* Thu Feb 13 2003 Elliot Lee <sopwith@redhat.com> 0.9.7-7
cvsdist e32c112
- Add openssl-ppc64.patch
cvsdist e32c112
cvsdist e32c112
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-6
cvsdist e32c112
- EVP_DecryptInit should call EVP_CipherInit() instead of EVP_CipherInit_ex(),
cvsdist e32c112
  to get the right behavior when passed uninitialized context structures
cvsdist e32c112
  (#83766)
cvsdist e32c112
- build with -mcpu=ev5 on alpha family (#83828)
cvsdist e32c112
cvsdist e32c112
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist e32c112
- rebuilt
cvsdist e32c112
cvsdist e32c112
* Fri Jan 17 2003 Phil Knirsch <pknirsch@redhat.com> 0.9.7-4
cvsdist e32c112
- Added IBM hw crypto support patch.
cvsdist e32c112
cvsdist e32c112
* Wed Jan 15 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e32c112
- add missing builddep on sed
cvsdist e32c112
cvsdist e32c112
* Thu Jan  9 2003 Bill Nottingham <notting@redhat.com> 0.9.7-3
cvsdist e32c112
- debloat
cvsdist e32c112
- fix broken manpage symlinks
cvsdist e32c112
cvsdist e32c112
* Wed Jan  8 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-2
cvsdist e32c112
- fix double-free in 'openssl ca'
cvsdist e32c112
cvsdist e32c112
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-1
cvsdist e32c112
- update to 0.9.7 final
cvsdist e32c112
cvsdist e32c112
* Tue Dec 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.7-0
cvsdist e32c112
- update to 0.9.7 beta6 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
cvsdist e32c112
cvsdist e32c112
* Wed Dec 11 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e32c112
- update to 0.9.7 beta5 (DO NOT USE UNTIL UPDATED TO FINAL 0.9.7)
cvsdist 7520711
cvsdist 7520711
* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-30
cvsdist 7520711
- add configuration stanza for x86_64 and use it on x86_64
cvsdist 7520711
- build for linux-ppc on ppc
cvsdist 7520711
- start running the self-tests again
cvsdist 7520711
cvsdist 7520711
* Wed Oct 02 2002 Elliot Lee <sopwith@redhat.com> 0.9.6b-29hammer.3
cvsdist 7520711
- Merge fixes from previous hammer packages, including general x86-64 and
cvsdist 7520711
  multilib
cvsdist 7520711
cvsdist f61874d
* Tue Aug  6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-29
cvsdist f61874d
- rebuild
cvsdist f61874d
cvsdist f61874d
* Thu Aug  1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
cvsdist f61874d
- update asn patch to fix accidental reversal of a logic check
cvsdist f61874d
cvsdist f61874d
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
cvsdist f61874d
- update asn patch to reduce chance that compiler optimization will remove
cvsdist f61874d
  one of the added tests
cvsdist f61874d
cvsdist ceaa16a
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
cvsdist ceaa16a
- rebuild
cvsdist ceaa16a
cvsdist ceaa16a
* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
cvsdist ceaa16a
- add patch to fix ASN.1 vulnerabilities
cvsdist ceaa16a
cvsdist cc6067e
* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
cvsdist cc6067e
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d
cvsdist cc6067e
cvsdist cc6067e
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-23
5980c28
- own {_datadir}/ssl/misc
cvsdist cc6067e
cvsdist cc6067e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist cc6067e
- automated rebuild
cvsdist cc6067e
cvsdist cc6067e
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist cc6067e
- automated rebuild
cvsdist cc6067e
cvsdist cc6067e
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-20
cvsdist cc6067e
- free ride through the build system (whee!)
cvsdist cc6067e
cvsdist cc6067e
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-19
cvsdist cc6067e
- rebuild in new environment
cvsdist cc6067e
cvsdist 0cfdac5
* Thu Apr  4 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-17, 0.9.6b-18
cvsdist 0cfdac5
- merge RHL-specific bits into stronghold package, rename
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue Apr 02 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-2
cvsdist 0cfdac5
- add support for Chrysalis Luna token
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue Mar 26 2002 Gary Benson <gbenson@redhat.com>
cvsdist 0cfdac5
- disable AEP random number generation, other AEP fixes
cvsdist c7ee7e9
cvsdist 4f250d3
* Fri Mar 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-15
cvsdist 4f250d3
- only build subpackages on primary arches
cvsdist 4f250d3
cvsdist 4f250d3
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-13
cvsdist 4f250d3
- on ia32, only disable use of assembler on i386
cvsdist 4f250d3
- enable assembly on ia64
cvsdist 4f250d3
cvsdist 0cfdac5
* Mon Jan  7 2002 Florian La Roche <Florian.LaRoche@redhat.de> 0.9.6b-11
cvsdist 4f250d3
- fix sparcv9 entry
cvsdist 4f250d3
cvsdist 0cfdac5
* Mon Jan  7 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-1
cvsdist 0cfdac5
- upgrade to 0.9.6c
cvsdist 0cfdac5
- bump BuildArch to i686 and enable assembler on all platforms
cvsdist 0cfdac5
- synchronise with shrimpy and rawhide
cvsdist 0cfdac5
- bump soversion to 3
cvsdist 0cfdac5
cvsdist 0cfdac5
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 4f250d3
- delete BN_LLONG for s390x, patch from Oliver Paukstadt
cvsdist 4f250d3
cvsdist 4f250d3
* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-9
cvsdist 4f250d3
- update AEP driver patch
cvsdist 4f250d3
cvsdist 4f250d3
* Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 4f250d3
- adjust RNG disabling patch to match version of patch from Broadcom
cvsdist 4f250d3
cvsdist 90f01cc
* Fri Sep  7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-8
cvsdist 90f01cc
- disable the RNG in the ubsec engine driver
cvsdist 90f01cc
cvsdist 90fa5b2
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-7
cvsdist 90fa5b2
- tweaks to the ubsec engine driver
cvsdist 90fa5b2
cvsdist 90fa5b2
* Fri Aug 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-6
cvsdist 90fa5b2
- tweaks to the ubsec engine driver
cvsdist 90fa5b2
cvsdist 8c3ec75
* Thu Aug 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-5
cvsdist 8c3ec75
- update ubsec engine driver from Broadcom
cvsdist 8c3ec75
cvsdist 8c3ec75
* Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-4
cvsdist 8c3ec75
- move man pages back to %%{_mandir}/man?/foo.?ssl from
cvsdist 8c3ec75
  %%{_mandir}/man?ssl/foo.?
cvsdist 0d16b0b
- add an [ engine ] section to the default configuration file
cvsdist 0d16b0b
cvsdist 0d16b0b
* Thu Aug  9 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 0d16b0b
- add a patch for selecting a default engine in SSL_library_init()
cvsdist 0d16b0b
cvsdist 8c3ec75
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-3
cvsdist 107c5de
- add patches for AEP hardware support
cvsdist 107c5de
- add patch to keep trying when we fail to load a cert from a file and
cvsdist 107c5de
  there are more in the file
cvsdist 107c5de
- add missing prototype for ENGINE_ubsec() in engine_int.h
cvsdist c150e64
cvsdist 8c3ec75
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-2
cvsdist 107c5de
- actually add hw_ubsec to the engine list
cvsdist 840a8b5
cvsdist 107c5de
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- add in the hw_ubsec driver from CVS
cvsdist 840a8b5
cvsdist 8c3ec75
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-1
cvsdist 107c5de
- update to 0.9.6b
cvsdist 840a8b5
cvsdist 107c5de
* Thu Jul  5 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- move .so symlinks back to %%{_libdir}
cvsdist aa4a1b3
cvsdist 107c5de
* Tue Jul  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- move shared libraries to /lib (#38410)
cvsdist aa4a1b3
cvsdist 107c5de
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- switch to engine code base
cvsdist aa4a1b3
cvsdist 107c5de
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- add a script for creating dummy certificates
cvsdist 107c5de
- move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
cvsdist 4a904e2
cvsdist 107c5de
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 107c5de
- add s390x support
cvsdist 00ff72a
cvsdist b196390
* Fri Jun  1 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b196390
- change two memcpy() calls to memmove()
cvsdist 107c5de
- don't define L_ENDIAN on alpha
cvsdist b196390
cvsdist 0cfdac5
* Wed May 23 2001 Joe Orton <jorton@redhat.com> stronghold-0.9.6a-1
cvsdist 0cfdac5
- Add 'stronghold-' prefix to package names.
cvsdist 0cfdac5
- Obsolete standard openssl packages.
cvsdist 0cfdac5
cvsdist 0cfdac5
* Wed May 16 2001 Joe Orton <jorton@redhat.com>
cvsdist 0cfdac5
- Add BuildArch: i586 as per Nalin's advice.
cvsdist 0cfdac5
cvsdist 0cfdac5
* Tue May 15 2001 Joe Orton <jorton@redhat.com>
cvsdist 0cfdac5
- Enable assembler on ix86 (using new .tar.bz2 which does
cvsdist 0cfdac5
  include the asm directories).
cvsdist 0cfdac5
cvsdist b196390
* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b196390
- make subpackages depend on the main package
cvsdist b196390
cvsdist 107c5de
* Tue May  1 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- adjust the hobble script to not disturb symlinks in include/ (fix from
cvsdist 107c5de
  Joe Orton)
cvsdist 107c5de
cvsdist 107c5de
* Fri Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- drop the m2crypo patch we weren't using
cvsdist b196390
cvsdist 107c5de
* Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- configure using "shared" as well
cvsdist b196390
cvsdist 107c5de
* Sun Apr  8 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 107c5de
- update to 0.9.6a
cvsdist 107c5de
- use the build-shared target to build shared libraries
cvsdist 107c5de
- bump the soversion to 2 because we're no longer compatible with
cvsdist 107c5de
  our 0.9.5a packages or our 0.9.6 packages
cvsdist 107c5de
- drop the patch for making rsatest a no-op when rsa null support is used
cvsdist 107c5de
- put all man pages into <section>ssl instead of <section>
cvsdist 107c5de
- break the m2crypto modules into a separate package
cvsdist b196390
cvsdist 821b825
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- use BN_LLONG on s390
cvsdist 821b825
cvsdist 821b825
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
cvsdist 821b825
cvsdist 821b825
* Sat Mar  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- move c_rehash to the perl subpackage, because it's a perl script now
cvsdist 821b825
cvsdist 821b825
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- update to 0.9.6
cvsdist 821b825
- enable MD2
cvsdist 821b825
- use the libcrypto.so and libssl.so targets to build shared libs with
cvsdist 821b825
- bump the soversion to 1 because we're no longer compatible with any of
cvsdist 821b825
  the various 0.9.5a packages circulating around, which provide lib*.so.0
cvsdist 821b825
cvsdist 821b825
* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 821b825
- change hobble-openssl for disabling MD2 again
cvsdist 821b825
cvsdist 821b825
* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
cvsdist 821b825
  bytes or so, causing EVP_DigestInit() to zero out stack variables in
cvsdist 821b825
  apps built against a version of the library without it
cvsdist 821b825
cvsdist 821b825
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- disable some inline assembly, which on x86 is Pentium-specific
cvsdist 821b825
- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
cvsdist 821b825
cvsdist 821b825
* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 821b825
- fix s390 patch
cvsdist 821b825
cvsdist 821b825
* Fri Dec 8 2000 Than Ngo <than@redhat.com>
cvsdist 821b825
- added support s390
cvsdist 821b825
cvsdist 821b825
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
cvsdist 821b825
- add the CA.pl man page to the perl subpackage
cvsdist 821b825
cvsdist 821b825
* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- always build with -mcpu=ev5 on alpha
cvsdist 821b825
cvsdist 821b825
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add a symlink from cert.pem to ca-bundle.crt
cvsdist 821b825
cvsdist 821b825
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add a ca-bundle file for packages like Samba to reference for CA certificates
cvsdist 821b825
cvsdist 821b825
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
cvsdist 821b825
cvsdist 821b825
* Mon Oct  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 821b825
- add unzip as a buildprereq (#17662)
cvsdist 821b825
- update m2crypto to 0.05-snap4
cvsdist 821b825
cvsdist def39f1
* Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist def39f1
- fix some issues in building when it's not installed
cvsdist def39f1
cvsdist def39f1
* Wed Sep  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- make sure the headers we include are the ones we built with (aaaaarrgh!)
cvsdist def39f1
cvsdist def39f1
* Fri Sep  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- add Richard Henderson's patch for BN on ia64
cvsdist def39f1
- clean up the changelog
cvsdist def39f1
cvsdist def39f1
* Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- fix the building of python modules without openssl-devel already installed
cvsdist def39f1
cvsdist def39f1
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- byte-compile python extensions without the build-root
cvsdist def39f1
- adjust the makefile to not remove temporary files (like .key files when
cvsdist def39f1
  building .csr files) by marking them as .PRECIOUS
cvsdist def39f1
cvsdist def39f1
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- break out python extensions into a subpackage
cvsdist def39f1
cvsdist def39f1
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- tweak the makefile some more
cvsdist def39f1
cvsdist def39f1
* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- disable MD2 support
cvsdist def39f1
cvsdist def39f1
* Thu Jul  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- disable MDC2 support
cvsdist def39f1
cvsdist def39f1
* Sun Jul  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- tweak the disabling of RC5, IDEA support
cvsdist e21e184
- tweak the makefile
cvsdist def39f1
cvsdist def39f1
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- strip binaries and libraries
cvsdist def39f1
- rework certificate makefile to have the right parts for Apache
cvsdist def39f1
cvsdist def39f1
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist def39f1
- use %%{_perl} instead of /usr/bin/perl
cvsdist def39f1
- disable alpha until it passes its own test suite
cvsdist def39f1
cvsdist def39f1
* Fri Jun  9 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- move the passwd.1 man page out of the passwd package's way
cvsdist def39f1
cvsdist def39f1
* Fri Jun  2 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist e21e184
- update to 0.9.5a, modified for U.S.
cvsdist e21e184
- add perl as a build-time requirement
cvsdist def39f1
- move certificate makefile to another package
cvsdist def39f1
- disable RC5, IDEA, RSA support
cvsdist def39f1
- remove optimizations for now
cvsdist e21e184
cvsdist e21e184
* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- Bero told me to move the Makefile into this package
cvsdist e21e184
cvsdist e21e184
* Wed Mar  1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- add lib*.so symlinks to link dynamically against shared libs
cvsdist e21e184
cvsdist e21e184
* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist e21e184
- update to 0.9.5
cvsdist e21e184
- run ldconfig directly in post/postun
cvsdist e21e184
- add FAQ
cvsdist e21e184
cvsdist 0cfdac5
* Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- Fix build on non-x86 platforms
cvsdist e21e184
cvsdist 0cfdac5
* Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- move /usr/share/ssl/* from -devel to main package
cvsdist e21e184
cvsdist 0cfdac5
* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
cvsdist e21e184
- inital packaging
cvsdist e21e184
- changes from base:
cvsdist e21e184
  - Move /usr/local/ssl to /usr/share/ssl for FHS compliance
cvsdist e21e184
  - handle RPM_OPT_FLAGS