2004-09-09 09:39:08 +00:00
|
|
|
%define soversion 2
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:39:14 +00:00
|
|
|
Summary: The OpenSSL toolkit.
|
2004-09-09 09:35:06 +00:00
|
|
|
Name: openssl
|
2004-09-09 09:39:08 +00:00
|
|
|
Version: 0.9.6b
|
2004-09-09 09:44:16 +00:00
|
|
|
Release: 33
|
2004-09-09 09:39:08 +00:00
|
|
|
Source: openssl-engine-%{version}-usa.tar.bz2
|
2004-09-09 09:35:06 +00:00
|
|
|
Source1: hobble-openssl
|
|
|
|
Source2: Makefile.certificate
|
2004-09-09 09:39:08 +00:00
|
|
|
Source3: ca-bundle.crt
|
|
|
|
Source4: RHNS-CA-CERT
|
|
|
|
Source5: make-dummy-cert
|
|
|
|
Source6: hw_ubsec.c
|
|
|
|
Source7: hw_ubsec.h
|
2004-09-09 09:41:24 +00:00
|
|
|
Source8: ia64.S
|
2004-09-09 09:43:14 +00:00
|
|
|
Patch0: openssl-engine-0.9.6b-redhat.patch
|
2004-09-09 09:39:08 +00:00
|
|
|
Patch1: openssl-0.9.5a-64.patch
|
2004-09-09 09:39:14 +00:00
|
|
|
Patch2: openssl-engine-0.9.6b-defaults.patch
|
2004-09-09 09:39:08 +00:00
|
|
|
Patch3: openssl-0.9.5a-ia64.patch
|
|
|
|
Patch4: openssl-0.9.5a-glibc.patch
|
|
|
|
Patch5: openssl-0.9.6a-soversion.patch
|
2004-09-09 09:39:26 +00:00
|
|
|
Patch6: openssl-engine-0.9.6b-add-aep.patch
|
|
|
|
Patch7: openssl-engine-0.9.6b-hw_ubsec.patch
|
2004-09-09 09:39:08 +00:00
|
|
|
Patch8: openssl-0.9.6-x509.patch
|
2004-09-09 09:39:14 +00:00
|
|
|
Patch9: openssl-engine-0.9.6b-default-engine.patch
|
2004-09-09 09:39:30 +00:00
|
|
|
Patch10: openssl-engine-0.9.6b-ubsec_failover.patch
|
2004-09-09 09:39:52 +00:00
|
|
|
Patch11: openssl-engine-0.9.6b-ubsec_rand.patch
|
2004-09-09 09:41:24 +00:00
|
|
|
Patch12: openssl-0.9.6b-mkdepend.patch
|
|
|
|
Patch13: openssl-0.9.6a-conf.patch
|
|
|
|
Patch14: openssl-0.9.6a-add-engine-version.patch
|
|
|
|
Patch15: openssl-0.9.6a-add-ia64-asm.patch
|
|
|
|
Patch16: openssl-0.9.6a-add-baltimore.patch
|
|
|
|
Patch17: openssl-0.9.6c-aep.patch
|
|
|
|
Patch18: openssl-0.9.6c-add-luna.patch
|
2004-09-09 09:42:01 +00:00
|
|
|
Patch19: openssl-0.9.6b-sec.patch
|
2004-09-09 09:43:05 +00:00
|
|
|
Patch20: openssl-0.9.6c-asn.patch.3
|
2004-09-09 09:43:14 +00:00
|
|
|
Patch21: openssl-engine-0.9.6b-4096.patch
|
|
|
|
Patch22: openssl-0.9.6-malloc-negative.patch
|
|
|
|
Patch23: openssl-0.9.6-vaudenay.patch
|
2004-09-09 09:44:16 +00:00
|
|
|
Patch24: openssl-sec3-blinding-0.9.6b.patch
|
|
|
|
Patch25: openssl-0.9.7a-klima-pokorny-rosa.patch
|
2004-09-09 09:35:41 +00:00
|
|
|
License: BSDish
|
2004-09-09 09:35:06 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.openssl.org/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 09:39:08 +00:00
|
|
|
BuildPreReq: perl, sed
|
|
|
|
Requires: mktemp
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
%define solibbase %(echo %version | sed 's/[[:alpha:]]//g')
|
2004-09-09 09:38:46 +00:00
|
|
|
|
2004-09-09 09:35:06 +00:00
|
|
|
%description
|
2004-09-09 09:39:14 +00:00
|
|
|
The OpenSSL toolkit provides support for secure communications between
|
|
|
|
machines. OpenSSL includes a certificate management tool and shared
|
|
|
|
libraries which provide various cryptographic algorithms and
|
|
|
|
protocols.
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%package devel
|
2004-09-09 09:39:14 +00:00
|
|
|
Summary: Files for development of applications which will use OpenSSL.
|
2004-09-09 09:35:06 +00:00
|
|
|
Group: Development/Libraries
|
2004-09-09 09:35:56 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%description devel
|
2004-09-09 09:39:14 +00:00
|
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-devel
|
|
|
|
package contains static libraries and include files needed to develop
|
|
|
|
applications which support various cryptographic algorithms and
|
|
|
|
protocols.
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%package perl
|
2004-09-09 09:39:14 +00:00
|
|
|
Summary: Perl scripts provided with OpenSSL.
|
2004-09-09 09:35:06 +00:00
|
|
|
Group: Applications/Internet
|
|
|
|
Requires: perl
|
2004-09-09 09:35:56 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%description perl
|
2004-09-09 09:39:14 +00:00
|
|
|
OpenSSL is a toolkit for supporting cryptography. The openssl-perl
|
|
|
|
package provides Perl scripts for converting certificates and keys
|
|
|
|
from other formats to the formats used by the OpenSSL toolkit.
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%prep
|
2004-09-09 09:39:08 +00:00
|
|
|
%setup -q -n openssl-engine-%{version}
|
2004-09-09 09:35:41 +00:00
|
|
|
%{SOURCE1}
|
2004-09-09 09:39:08 +00:00
|
|
|
cp %{SOURCE6} crypto/engine/
|
|
|
|
cp %{SOURCE7} crypto/engine/vendor_defns/
|
2004-09-09 09:41:24 +00:00
|
|
|
cp %{SOURCE8} crypto/bn/asm/
|
2004-09-09 09:35:06 +00:00
|
|
|
%patch0 -p1 -b .redhat
|
2004-09-09 09:39:08 +00:00
|
|
|
%patch1 -p1 -b .64
|
|
|
|
%patch2 -p1 -b .defaults
|
|
|
|
%patch3 -p1 -b .ia64
|
|
|
|
%patch4 -p1 -b .glibc
|
|
|
|
%patch5 -p1 -b .soversion
|
2004-09-09 09:39:26 +00:00
|
|
|
%patch6 -p1 -b .add-aep
|
|
|
|
%patch7 -p1 -b .hw_ubsec
|
2004-09-09 09:39:08 +00:00
|
|
|
%patch8 -p1 -b .x509
|
2004-09-09 09:39:14 +00:00
|
|
|
%patch9 -p1 -b .default-engine
|
2004-09-09 09:39:30 +00:00
|
|
|
%patch10 -p1 -b .ubsec_failover
|
2004-09-09 09:39:52 +00:00
|
|
|
%patch11 -p1 -b .rand
|
2004-09-09 09:41:24 +00:00
|
|
|
# skip patch 12
|
|
|
|
%patch13 -p0 -b .conf
|
|
|
|
%patch14 -p1 -b .engver
|
|
|
|
%patch15 -p1 -b .ia64
|
|
|
|
%patch16 -p1 -b .baltimore
|
|
|
|
%patch17 -p1 -b .aep
|
|
|
|
%patch18 -p1 -b .luna
|
2004-09-09 09:42:01 +00:00
|
|
|
%patch19 -p1 -b .sec
|
2004-09-09 09:42:18 +00:00
|
|
|
%patch20 -p1 -b .asn
|
2004-09-09 09:43:14 +00:00
|
|
|
%patch21 -p1 -b .4096
|
|
|
|
%patch22 -p1 -b .malloc-negative
|
|
|
|
%patch23 -p1 -b .vaudenay
|
2004-09-09 09:44:16 +00:00
|
|
|
%patch24 -p0 -b .sec3-blinding
|
|
|
|
pushd ssl
|
|
|
|
%patch25 -p0 -b .klima-pokorny-rosa
|
|
|
|
popd
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
chmod 644 FAQ LICENSE CHANGES NEWS INSTALL README
|
|
|
|
chmod 644 doc/README doc/c-indentation.el doc/openssl.txt
|
|
|
|
chmod 644 doc/openssl_button.html doc/openssl_button.gif
|
|
|
|
chmod 644 doc/ssleay.txt
|
|
|
|
|
2004-09-09 09:35:41 +00:00
|
|
|
# Link the configuration header to the one we're going to make.
|
|
|
|
ln -sf ../../crypto/opensslconf.h include/openssl/
|
2004-09-09 09:42:01 +00:00
|
|
|
# Link the ssl.h header to the one we're going to make.
|
|
|
|
ln -sf ../../ssl/ssl.h include/openssl/
|
2004-09-09 09:35:41 +00:00
|
|
|
|
2004-09-09 09:35:06 +00:00
|
|
|
%build
|
|
|
|
PATH=${PATH}:${PWD}/bin
|
|
|
|
TOPDIR=${PWD}
|
2004-09-09 09:39:08 +00:00
|
|
|
LD_LIBRARY_PATH=${TOPDIR}:${TOPDIR}/bin ; export LD_LIBRARY_PATH
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
# Figure out which flags we want to use.
|
2004-09-09 09:35:06 +00:00
|
|
|
perl util/perlpath.pl `dirname %{__perl}`
|
|
|
|
%ifarch %ix86
|
|
|
|
sslarch=linux-elf
|
2004-09-09 09:40:40 +00:00
|
|
|
if ! echo %{_target} | grep -q i686 ; then
|
|
|
|
sslflags="no-asm 386"
|
|
|
|
fi
|
2004-09-09 09:35:06 +00:00
|
|
|
%endif
|
|
|
|
%ifarch sparc
|
|
|
|
sslarch=linux-sparcv9
|
2004-09-09 09:35:41 +00:00
|
|
|
sslflags=no-asm
|
2004-09-09 09:35:06 +00:00
|
|
|
%endif
|
|
|
|
%ifarch ia64
|
|
|
|
sslarch=linux-ia64
|
|
|
|
%endif
|
|
|
|
%ifarch alpha
|
|
|
|
sslarch=alpha-gcc
|
|
|
|
sslflags=no-asm
|
|
|
|
%endif
|
2004-09-09 09:35:41 +00:00
|
|
|
%ifarch s390
|
|
|
|
sslarch=linux-s390
|
|
|
|
%endif
|
2004-09-09 09:39:08 +00:00
|
|
|
%ifarch s390x
|
|
|
|
sslarch=linux-s390x
|
2004-09-09 09:38:46 +00:00
|
|
|
%endif
|
2004-09-09 09:43:14 +00:00
|
|
|
%ifarch x86_64
|
|
|
|
sslarch=linux-x86_64
|
|
|
|
sslflags=no-asm
|
|
|
|
%endif
|
|
|
|
%ifarch ppc
|
|
|
|
sslarch=linux-ppc
|
|
|
|
sslflags=no-asm
|
|
|
|
%endif
|
|
|
|
%ifarch ppc64
|
|
|
|
sslarch=linux-ppc64
|
|
|
|
sslflags=no-asm
|
|
|
|
%endif
|
2004-09-09 09:35:06 +00:00
|
|
|
# Configure the build tree. Override OpenSSL defaults with known-good defaults
|
2004-09-09 09:35:41 +00:00
|
|
|
# usable on all platforms. The Configure script already knows to use -fPIC and
|
|
|
|
# RPM_OPT_FLAGS, so we can skip specifiying them here.
|
2004-09-09 09:39:08 +00:00
|
|
|
./config --prefix=%{_prefix} --openssldir=%{_datadir}/ssl ${sslflags} no-idea no-mdc2 no-rc5 shared
|
2004-09-09 09:41:24 +00:00
|
|
|
%{__patch} -p1 -b --suffix .mkdepend -s < %{PATCH12}
|
2004-09-09 09:39:08 +00:00
|
|
|
make all build-shared
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
# Generate hashes for the included certs.
|
|
|
|
make rehash build-shared
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
# Verify that what was compiled actually works.
|
|
|
|
make -C test apps tests
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
# Install OpenSSL.
|
2004-09-09 09:43:14 +00:00
|
|
|
install -d $RPM_BUILD_ROOT/{%{_lib},%{_bindir},%{_includedir},%{_libdir},%{_mandir}}
|
2004-09-09 09:39:08 +00:00
|
|
|
make INSTALL_PREFIX=$RPM_BUILD_ROOT install build-shared
|
2004-09-09 09:43:14 +00:00
|
|
|
mv $RPM_BUILD_ROOT/usr/lib/lib*.so.%{solibbase} $RPM_BUILD_ROOT/%{_lib}/
|
|
|
|
mv $RPM_BUILD_ROOT%{_datadir}/ssl/man/* $RPM_BUILD_ROOT%{_mandir}/
|
2004-09-09 09:35:06 +00:00
|
|
|
rmdir $RPM_BUILD_ROOT%{_datadir}/ssl/man
|
2004-09-09 09:43:14 +00:00
|
|
|
mv $RPM_BUILD_ROOT/usr/lib/* $RPM_BUILD_ROOT%{_libdir}/ || :
|
|
|
|
rename so.%{solibbase} so.%{version} $RPM_BUILD_ROOT/%{_lib}/*.so.%{solibbase}
|
|
|
|
for lib in $RPM_BUILD_ROOT/%{_lib}/*.so.%{version} ; do
|
2004-09-09 09:39:08 +00:00
|
|
|
chmod 755 ${lib}
|
2004-09-09 09:43:14 +00:00
|
|
|
ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`
|
|
|
|
ln -s -f ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/`basename ${lib} .%{version}`.%{soversion}
|
2004-09-09 09:35:06 +00:00
|
|
|
done
|
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
# Install a makefile for generating keys and self-signed certs, and a script
|
|
|
|
# for generating them on the fly.
|
2004-09-09 09:35:06 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/ssl/certs
|
|
|
|
install -m644 $RPM_SOURCE_DIR/Makefile.certificate $RPM_BUILD_ROOT%{_datadir}/ssl/certs/Makefile
|
2004-09-09 09:39:08 +00:00
|
|
|
install -m644 $RPM_SOURCE_DIR/make-dummy-cert $RPM_BUILD_ROOT%{_datadir}/ssl/certs/make-dummy-cert
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:35:12 +00:00
|
|
|
# Make sure we actually include the headers we built against.
|
|
|
|
for header in $RPM_BUILD_ROOT%{_includedir}/openssl/* ; do
|
|
|
|
if [ -f ${header} -a -f include/openssl/$(basename ${header}) ] ; then
|
|
|
|
install -m644 include/openssl/`basename ${header}` ${header}
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
|
2004-09-09 09:39:14 +00:00
|
|
|
# Rename man pages so that they don't conflict with other system man pages.
|
|
|
|
for manpage in $RPM_BUILD_ROOT%{_mandir}/man*/* ; do
|
|
|
|
mv ${manpage} ${manpage}ssl
|
|
|
|
done
|
|
|
|
for conflict in passwd rand ; do
|
|
|
|
rename ${conflict} ssl${conflict} $RPM_BUILD_ROOT%{_mandir}/man*/${conflict}*
|
2004-09-09 09:39:08 +00:00
|
|
|
done
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
# Pick a CA script.
|
|
|
|
pushd $RPM_BUILD_ROOT%{_datadir}/ssl/misc
|
|
|
|
mv CA.sh CA
|
|
|
|
mv der_chop der_chop.pl
|
|
|
|
popd
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{_datadir}/ssl/CA
|
|
|
|
mkdir -m700 $RPM_BUILD_ROOT%{_datadir}/ssl/CA/private
|
|
|
|
|
2004-09-09 09:35:41 +00:00
|
|
|
# Install root CA stuffs.
|
|
|
|
cat << EOF > RHNS-blurb.txt
|
|
|
|
#
|
|
|
|
# RHNS CA certificate. Appended to the ca-bundle at package build-time.
|
|
|
|
#
|
|
|
|
EOF
|
2004-09-09 09:39:08 +00:00
|
|
|
cat %{SOURCE3} RHNS-blurb.txt %{SOURCE4} > ca-bundle.crt
|
2004-09-09 09:35:41 +00:00
|
|
|
install -m644 ca-bundle.crt $RPM_BUILD_ROOT%{_datadir}/ssl/certs/
|
|
|
|
ln -s certs/ca-bundle.crt $RPM_BUILD_ROOT%{_datadir}/ssl/cert.pem
|
|
|
|
|
2004-09-09 09:43:14 +00:00
|
|
|
%ifarch i686
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_prefix}/include/openssl
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.a
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.so
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3/*
|
|
|
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_bindir}/c_rehash
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1*/*.pl*
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/ssl/misc/*.pl
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 09:35:06 +00:00
|
|
|
%clean
|
|
|
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc FAQ LICENSE CHANGES NEWS INSTALL README
|
|
|
|
%doc doc/README doc/c-indentation.el doc/openssl.txt
|
|
|
|
%doc doc/openssl_button.html doc/openssl_button.gif
|
|
|
|
%doc doc/ssleay.txt
|
|
|
|
%dir %{_datadir}/ssl
|
|
|
|
%{_datadir}/ssl/certs
|
2004-09-09 09:35:41 +00:00
|
|
|
%{_datadir}/ssl/cert.pem
|
2004-09-09 09:35:06 +00:00
|
|
|
%{_datadir}/ssl/lib
|
2004-09-09 09:42:01 +00:00
|
|
|
%dir %{_datadir}/ssl/misc
|
2004-09-09 09:35:41 +00:00
|
|
|
%{_datadir}/ssl/misc/CA
|
2004-09-09 09:41:24 +00:00
|
|
|
%dir %{_datadir}/ssl/CA
|
|
|
|
%dir %{_datadir}/ssl/CA/private
|
2004-09-09 09:35:06 +00:00
|
|
|
%{_datadir}/ssl/misc/c_*
|
|
|
|
%{_datadir}/ssl/private
|
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
%config(noreplace) %{_datadir}/ssl/openssl.cnf
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:35:41 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/openssl
|
2004-09-09 09:43:14 +00:00
|
|
|
%attr(0755,root,root) /%{_lib}/*.so.%{version}
|
2004-09-09 09:40:40 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man1*/[ABD-Zabcd-z]*
|
2004-09-09 09:39:08 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man5*/*
|
|
|
|
%attr(0644,root,root) %{_mandir}/man7*/*
|
2004-09-09 09:35:06 +00:00
|
|
|
|
2004-09-09 09:40:40 +00:00
|
|
|
%ifnarch i686
|
2004-09-09 09:35:06 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_prefix}/include/openssl
|
|
|
|
%attr(0644,root,root) %{_libdir}/*.a
|
|
|
|
%attr(0755,root,root) %{_libdir}/*.so
|
2004-09-09 09:39:08 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man3*/*
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%files perl
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 09:35:41 +00:00
|
|
|
%attr(0755,root,root) %{_bindir}/c_rehash
|
2004-09-09 09:39:08 +00:00
|
|
|
%attr(0644,root,root) %{_mandir}/man1*/*.pl*
|
2004-09-09 09:42:01 +00:00
|
|
|
%dir %{_datadir}/ssl/misc
|
2004-09-09 09:35:06 +00:00
|
|
|
%{_datadir}/ssl/misc/*.pl
|
2004-09-09 09:40:40 +00:00
|
|
|
%endif
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 09:44:16 +00:00
|
|
|
* Wed Mar 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-33
|
|
|
|
- add backported patch to harden against Klima-Pokorny-Rosa extension
|
|
|
|
of Bleichenbacher's attack (CAN-2003-0131)
|
|
|
|
|
|
|
|
* Mon Mar 17 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-32
|
|
|
|
- add patch to enable RSA blinding by default, closing a timing attack
|
|
|
|
(CAN-2003-0147)
|
|
|
|
|
2004-09-09 09:43:14 +00:00
|
|
|
* Wed Feb 19 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-31
|
|
|
|
- add fix to guard against attempts to allocate negative amounts of memory
|
|
|
|
- add patch for CAN-2003-0078, fixing a timing attack
|
|
|
|
|
|
|
|
* Tue Feb 11 2003 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- incorporate fix for verifying client certs with 4096-bit keys (#77225)
|
|
|
|
|
|
|
|
* Tue Oct 22 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-30
|
|
|
|
- add configuration stanza for x86_64 and use it on x86_64
|
|
|
|
- build for linux-ppc on ppc
|
|
|
|
- start running the self-tests again
|
|
|
|
|
|
|
|
* Wed Oct 02 2002 Elliot Lee <sopwith@redhat.com> 0.9.6b-29hammer.3
|
|
|
|
- Merge fixes from previous hammer packages, including general x86-64 and
|
|
|
|
multilib
|
|
|
|
|
2004-09-09 09:43:05 +00:00
|
|
|
* Tue Aug 6 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-29
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Thu Aug 1 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-28
|
|
|
|
- update asn patch to fix accidental reversal of a logic check
|
|
|
|
|
|
|
|
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-27
|
|
|
|
- update asn patch to reduce chance that compiler optimization will remove
|
|
|
|
one of the added tests
|
|
|
|
|
2004-09-09 09:42:18 +00:00
|
|
|
* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-26
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Mon Jul 29 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-25
|
|
|
|
- add patch to fix ASN.1 vulnerabilities
|
|
|
|
|
2004-09-09 09:42:01 +00:00
|
|
|
* Thu Jul 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-24
|
|
|
|
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d
|
|
|
|
|
|
|
|
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-23
|
|
|
|
- own %{_datadir}/ssl/misc
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-20
|
|
|
|
- free ride through the build system (whee!)
|
|
|
|
|
|
|
|
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-19
|
|
|
|
- rebuild in new environment
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Thu Apr 4 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-17, 0.9.6b-18
|
|
|
|
- merge RHL-specific bits into stronghold package, rename
|
|
|
|
|
|
|
|
* Tue Apr 02 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-2
|
|
|
|
- add support for Chrysalis Luna token
|
|
|
|
|
|
|
|
* Tue Mar 26 2002 Gary Benson <gbenson@redhat.com>
|
|
|
|
- disable AEP random number generation, other AEP fixes
|
2004-09-09 09:40:48 +00:00
|
|
|
|
2004-09-09 09:40:40 +00:00
|
|
|
* Fri Mar 15 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-15
|
|
|
|
- only build subpackages on primary arches
|
|
|
|
|
|
|
|
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-13
|
|
|
|
- on ia32, only disable use of assembler on i386
|
|
|
|
- enable assembly on ia64
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Mon Jan 7 2002 Florian La Roche <Florian.LaRoche@redhat.de> 0.9.6b-11
|
2004-09-09 09:40:40 +00:00
|
|
|
- fix sparcv9 entry
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Mon Jan 7 2002 Gary Benson <gbenson@redhat.com> stronghold-0.9.6c-1
|
|
|
|
- upgrade to 0.9.6c
|
|
|
|
- bump BuildArch to i686 and enable assembler on all platforms
|
|
|
|
- synchronise with shrimpy and rawhide
|
|
|
|
- bump soversion to 3
|
|
|
|
|
|
|
|
* Wed Oct 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
2004-09-09 09:40:40 +00:00
|
|
|
- delete BN_LLONG for s390x, patch from Oliver Paukstadt
|
|
|
|
|
|
|
|
* Mon Sep 17 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-9
|
|
|
|
- update AEP driver patch
|
|
|
|
|
|
|
|
* Mon Sep 10 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- adjust RNG disabling patch to match version of patch from Broadcom
|
|
|
|
|
2004-09-09 09:39:52 +00:00
|
|
|
* Fri Sep 7 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-8
|
|
|
|
- disable the RNG in the ubsec engine driver
|
|
|
|
|
2004-09-09 09:39:48 +00:00
|
|
|
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-7
|
|
|
|
- tweaks to the ubsec engine driver
|
|
|
|
|
|
|
|
* Fri Aug 24 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-6
|
|
|
|
- tweaks to the ubsec engine driver
|
|
|
|
|
2004-09-09 09:39:26 +00:00
|
|
|
* Thu Aug 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-5
|
|
|
|
- update ubsec engine driver from Broadcom
|
|
|
|
|
|
|
|
* Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-4
|
|
|
|
- move man pages back to %%{_mandir}/man?/foo.?ssl from
|
|
|
|
%%{_mandir}/man?ssl/foo.?
|
2004-09-09 09:39:14 +00:00
|
|
|
- add an [ engine ] section to the default configuration file
|
|
|
|
|
|
|
|
* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add a patch for selecting a default engine in SSL_library_init()
|
|
|
|
|
2004-09-09 09:39:26 +00:00
|
|
|
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-3
|
2004-09-09 09:39:08 +00:00
|
|
|
- add patches for AEP hardware support
|
|
|
|
- add patch to keep trying when we fail to load a cert from a file and
|
|
|
|
there are more in the file
|
|
|
|
- add missing prototype for ENGINE_ubsec() in engine_int.h
|
2004-09-09 09:38:46 +00:00
|
|
|
|
2004-09-09 09:39:26 +00:00
|
|
|
* Wed Jul 18 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-2
|
2004-09-09 09:39:08 +00:00
|
|
|
- actually add hw_ubsec to the engine list
|
2004-09-09 09:38:38 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Tue Jul 17 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add in the hw_ubsec driver from CVS
|
2004-09-09 09:38:38 +00:00
|
|
|
|
2004-09-09 09:39:26 +00:00
|
|
|
* Wed Jul 11 2001 Nalin Dahyabhai <nalin@redhat.com> 0.9.6b-1
|
2004-09-09 09:39:08 +00:00
|
|
|
- update to 0.9.6b
|
2004-09-09 09:38:38 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Thu Jul 5 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- move .so symlinks back to %%{_libdir}
|
2004-09-09 09:37:25 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Tue Jul 3 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- move shared libraries to /lib (#38410)
|
2004-09-09 09:37:25 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- switch to engine code base
|
2004-09-09 09:37:25 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Mon Jun 18 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add a script for creating dummy certificates
|
|
|
|
- move man pages from %%{_mandir}/man?/foo.?ssl to %%{_mandir}/man?ssl/foo.?
|
2004-09-09 09:36:41 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add s390x support
|
2004-09-09 09:36:18 +00:00
|
|
|
|
2004-09-09 09:35:56 +00:00
|
|
|
* Fri Jun 1 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- change two memcpy() calls to memmove()
|
2004-09-09 09:39:08 +00:00
|
|
|
- don't define L_ENDIAN on alpha
|
2004-09-09 09:35:56 +00:00
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Wed May 23 2001 Joe Orton <jorton@redhat.com> stronghold-0.9.6a-1
|
|
|
|
- Add 'stronghold-' prefix to package names.
|
|
|
|
- Obsolete standard openssl packages.
|
|
|
|
|
|
|
|
* Wed May 16 2001 Joe Orton <jorton@redhat.com>
|
|
|
|
- Add BuildArch: i586 as per Nalin's advice.
|
|
|
|
|
|
|
|
* Tue May 15 2001 Joe Orton <jorton@redhat.com>
|
|
|
|
- Enable assembler on ix86 (using new .tar.bz2 which does
|
|
|
|
include the asm directories).
|
|
|
|
|
2004-09-09 09:35:56 +00:00
|
|
|
* Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- make subpackages depend on the main package
|
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Tue May 1 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- adjust the hobble script to not disturb symlinks in include/ (fix from
|
|
|
|
Joe Orton)
|
|
|
|
|
|
|
|
* Fri Apr 26 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- drop the m2crypo patch we weren't using
|
2004-09-09 09:35:56 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Tue Apr 24 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- configure using "shared" as well
|
2004-09-09 09:35:56 +00:00
|
|
|
|
2004-09-09 09:39:08 +00:00
|
|
|
* Sun Apr 8 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to 0.9.6a
|
|
|
|
- use the build-shared target to build shared libraries
|
|
|
|
- bump the soversion to 2 because we're no longer compatible with
|
|
|
|
our 0.9.5a packages or our 0.9.6 packages
|
|
|
|
- drop the patch for making rsatest a no-op when rsa null support is used
|
|
|
|
- put all man pages into <section>ssl instead of <section>
|
|
|
|
- break the m2crypto modules into a separate package
|
2004-09-09 09:35:56 +00:00
|
|
|
|
2004-09-09 09:35:41 +00:00
|
|
|
* Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- use BN_LLONG on s390
|
|
|
|
|
|
|
|
* Mon Mar 12 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix the s390 changes for 0.9.6 (isn't supposed to be marked as 64-bit)
|
|
|
|
|
|
|
|
* Sat Mar 3 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- move c_rehash to the perl subpackage, because it's a perl script now
|
|
|
|
|
|
|
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to 0.9.6
|
|
|
|
- enable MD2
|
|
|
|
- use the libcrypto.so and libssl.so targets to build shared libs with
|
|
|
|
- bump the soversion to 1 because we're no longer compatible with any of
|
|
|
|
the various 0.9.5a packages circulating around, which provide lib*.so.0
|
|
|
|
|
|
|
|
* Wed Feb 28 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- change hobble-openssl for disabling MD2 again
|
|
|
|
|
|
|
|
* Tue Feb 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- re-disable MD2 -- the EVP_MD_CTX structure would grow from 100 to 152
|
|
|
|
bytes or so, causing EVP_DigestInit() to zero out stack variables in
|
|
|
|
apps built against a version of the library without it
|
|
|
|
|
|
|
|
* Mon Feb 26 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- disable some inline assembly, which on x86 is Pentium-specific
|
|
|
|
- re-enable MD2 (see http://www.ietf.org/ietf/IPR/RSA-MD-all)
|
|
|
|
|
|
|
|
* Thu Feb 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- fix s390 patch
|
|
|
|
|
|
|
|
* Fri Dec 8 2000 Than Ngo <than@redhat.com>
|
|
|
|
- added support s390
|
|
|
|
|
|
|
|
* Mon Nov 20 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- remove -Wa,* and -m* compiler flags from the default Configure file (#20656)
|
|
|
|
- add the CA.pl man page to the perl subpackage
|
|
|
|
|
|
|
|
* Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- always build with -mcpu=ev5 on alpha
|
|
|
|
|
|
|
|
* Tue Oct 31 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add a symlink from cert.pem to ca-bundle.crt
|
|
|
|
|
|
|
|
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add a ca-bundle file for packages like Samba to reference for CA certificates
|
|
|
|
|
|
|
|
* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
|
|
|
|
|
|
|
|
* Mon Oct 2 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add unzip as a buildprereq (#17662)
|
|
|
|
- update m2crypto to 0.05-snap4
|
|
|
|
|
2004-09-09 09:35:12 +00:00
|
|
|
* Tue Sep 26 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix some issues in building when it's not installed
|
|
|
|
|
|
|
|
* Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- make sure the headers we include are the ones we built with (aaaaarrgh!)
|
|
|
|
|
|
|
|
* Fri Sep 1 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- add Richard Henderson's patch for BN on ia64
|
|
|
|
- clean up the changelog
|
|
|
|
|
|
|
|
* Tue Aug 29 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix the building of python modules without openssl-devel already installed
|
|
|
|
|
|
|
|
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- byte-compile python extensions without the build-root
|
|
|
|
- adjust the makefile to not remove temporary files (like .key files when
|
|
|
|
building .csr files) by marking them as .PRECIOUS
|
|
|
|
|
|
|
|
* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- break out python extensions into a subpackage
|
|
|
|
|
|
|
|
* Mon Jul 17 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- tweak the makefile some more
|
2004-09-09 09:35:12 +00:00
|
|
|
|
|
|
|
* Tue Jul 11 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- disable MD2 support
|
2004-09-09 09:35:12 +00:00
|
|
|
|
|
|
|
* Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- disable MDC2 support
|
2004-09-09 09:35:12 +00:00
|
|
|
|
|
|
|
* Sun Jul 2 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- tweak the disabling of RC5, IDEA support
|
2004-09-09 09:35:06 +00:00
|
|
|
- tweak the makefile
|
2004-09-09 09:35:12 +00:00
|
|
|
|
|
|
|
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- strip binaries and libraries
|
2004-09-09 09:35:12 +00:00
|
|
|
- rework certificate makefile to have the right parts for Apache
|
|
|
|
|
|
|
|
* Wed Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- use %%{_perl} instead of /usr/bin/perl
|
|
|
|
- disable alpha until it passes its own test suite
|
|
|
|
|
|
|
|
* Fri Jun 9 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- move the passwd.1 man page out of the passwd package's way
|
2004-09-09 09:35:12 +00:00
|
|
|
|
|
|
|
* Fri Jun 2 2000 Nalin Dahyabhai <nalin@redhat.com>
|
2004-09-09 09:35:06 +00:00
|
|
|
- update to 0.9.5a, modified for U.S.
|
|
|
|
- add perl as a build-time requirement
|
2004-09-09 09:35:12 +00:00
|
|
|
- move certificate makefile to another package
|
|
|
|
- disable RC5, IDEA, RSA support
|
|
|
|
- remove optimizations for now
|
2004-09-09 09:35:06 +00:00
|
|
|
|
|
|
|
* Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- Bero told me to move the Makefile into this package
|
|
|
|
|
|
|
|
* Wed Mar 1 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add lib*.so symlinks to link dynamically against shared libs
|
|
|
|
|
|
|
|
* Tue Feb 29 2000 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 0.9.5
|
|
|
|
- run ldconfig directly in post/postun
|
|
|
|
- add FAQ
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Sat Dec 18 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
|
2004-09-09 09:35:06 +00:00
|
|
|
- Fix build on non-x86 platforms
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Fri Nov 12 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
|
2004-09-09 09:35:06 +00:00
|
|
|
- move /usr/share/ssl/* from -devel to main package
|
|
|
|
|
2004-09-09 09:41:24 +00:00
|
|
|
* Tue Oct 26 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
|
2004-09-09 09:35:06 +00:00
|
|
|
- inital packaging
|
|
|
|
- changes from base:
|
|
|
|
- Move /usr/local/ssl to /usr/share/ssl for FHS compliance
|
|
|
|
- handle RPM_OPT_FLAGS
|