| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: openssl095a | Distribution: Red Hat Linux |
| Version: 0.9.5a | Vendor: Red Hat, Inc. |
| Release: 18.0p | Build date: Tue Sep 17 18:26:29 2002 |
| Group: System Environment/Libraries | Build host: wally |
| Size: 1688342 | Source RPM: openssl095a-0.9.5a-18.0p.src.rpm |
| Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> | |
| Url: http://www.openssl.org/ | |
| Summary: The OpenSSL toolkit. | |
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.
BSDish
* Fri Aug 02 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.5a-18
- update asn patch to fix accidental reversal of a logic check
* Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.5a-17
- update asn patch to reduce chance that compiler optimization will remove
one of the added tests
* Thu Aug 01 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.5a-16
- rebuild
* Tue Jul 30 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.5a-15
- add patch to fix ASN.1 vulnerabilities
* Fri Jul 26 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.5a-14
- add backport of Ben Laurie's patches for OpenSSL 0.9.6d
* Sat Jun 22 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri May 24 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue Aug 07 2001 Nalin Dahyabhai <nalin@redhat.com>
- conflict with openssl <= 0.9.5a (#49382)
* Wed Jul 25 2001 Nalin Dahyabhai <nalin@redhat.com>
- bump release number and rebuild
* Fri Jul 13 2001 Nalin Dahyabhai <nalin@redhat.com>
- stop building the python extensions
- add bc as a build prereq, for the test suites
* Thu Jul 12 2001 Nalin Dahyabhai <nalin@redhat.com>
- add patches to fix PRNG flaws, supplied by Bodo Moeller and the OpenSSL Group
* Wed Jun 20 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add ExcludeArch: s390 s390x
* Sat Jun 02 2001 Nalin Dahyabhai <nalin@redhat.com>
- change two memcpy() calls to memmove()
* Mon May 28 2001 Philip Copeland <copeland@redhat.com>
- removed -DL_ENDIAN for the alpha builds as unsigned long=8 not 4
which both L_ENDIAN / B_ENDIAN require to work correctly
* Fri May 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- remove bogus provides
* Sat Apr 28 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild
* Sat Apr 21 2001 Nalin Dahyabhai <nalin@redhat.com>
- use __libc_enable_secure in OPENSSL_setugid (suggested by solar@openwall.com)
- make backported OPENSSL_setugid, BN_bntest_rand, and BN_rand_range static
functions, which keeps them away from client applications more cleanly
* Wed Apr 18 2001 Nalin Dahyabhai <nalin@redhat.com>
- backport security fixes from 0.9.6a
* Sat Mar 03 2001 Nalin Dahyabhai <nalin@redhat.com>
- rename to openssl095a
* Thu Mar 01 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- change hopple-openssl for disabling MD2 again
* Wed Feb 28 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
* Tue Feb 27 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)
* Fri Feb 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- fix s390 patch
* Sat Dec 09 2000 Than Ngo <than@redhat.com>
- added support s390
* Tue Nov 21 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
* Fri Nov 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- always build with -mcpu=ev5 on alpha
* Wed Nov 01 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a symlink from cert.pem to ca-bundle.crt
* Thu Oct 26 2000 Nalin Dahyabhai <nalin@redhat.com>
- add a ca-bundle file for packages like Samba to reference for CA certificates
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
- remove libcrypto's crypt(), which doesn't handle md5crypt (#19295)
* Tue Oct 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- add unzip as a buildprereq (#17662)
- update m2crypto to 0.05-snap4
* Wed Sep 27 2000 Bill Nottingham <notting@redhat.com>
- fix some issues in building when it's not installed
* Thu Sep 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- make sure the headers we include are the ones we built with (aaaaarrgh!)
* Sat Sep 02 2000 Nalin Dahyabhai <nalin@redhat.com>
- add Richard Henderson's patch for BN on ia64
- clean up the changelog
* Wed Aug 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- fix the building of python modules without openssl-devel already installed
* Thu Aug 24 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
* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
- break out python extensions into a subpackage
* Tue Jul 18 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak the makefile some more
* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable MD2 support
* Fri Jul 07 2000 Nalin Dahyabhai <nalin@redhat.com>
- disable MDC2 support
* Mon Jul 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- tweak the disabling of RC5, IDEA support
- tweak the makefile
* Fri Jun 30 2000 Nalin Dahyabhai <nalin@redhat.com>
- strip binaries and libraries
- rework certificate makefile to have the right parts for Apache
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
- use %{_perl} instead of /usr/bin/perl
- disable alpha until it passes its own test suite
* Sat Jun 10 2000 Nalin Dahyabhai <nalin@redhat.com>
- move the passwd.1 man page out of the passwd package's way
* Sat Jun 03 2000 Nalin Dahyabhai <nalin@redhat.com>
- update to 0.9.5a, modified for U.S.
- add perl as a build-time requirement
- move certificate makefile to another package
- disable RC5, IDEA, RSA support
- remove optimizations for now
* Thu Mar 02 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- Bero told me to move the Makefile into this package
* Thu Mar 02 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- add lib*.so symlinks to link dynamically against shared libs
* Wed Mar 01 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 0.9.5
- run ldconfig directly in post/postun
- add FAQ
* Sun Dec 19 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- Fix build on non-x86 platforms
* Sat Nov 13 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- move /usr/share/ssl/* from -devel to main package
* Wed Oct 27 1999 Bernhard Rosenkrdnzer <bero@redhat.de>
- inital packaging
- changes from base:
- Move /usr/local/ssl to /usr/share/ssl for FHS compliance
- handle RPM_OPT_FLAGS
/usr/lib/libcrypto.so.0.9.5a /usr/lib/libssl.so.0.9.5a /usr/share/doc/openssl095a-0.9.5a /usr/share/doc/openssl095a-0.9.5a/CHANGES /usr/share/doc/openssl095a-0.9.5a/FAQ /usr/share/doc/openssl095a-0.9.5a/INSTALL /usr/share/doc/openssl095a-0.9.5a/LICENSE /usr/share/doc/openssl095a-0.9.5a/NEWS /usr/share/doc/openssl095a-0.9.5a/README /usr/share/doc/openssl095a-0.9.5a/c-indentation.el /usr/share/doc/openssl095a-0.9.5a/openssl.txt /usr/share/doc/openssl095a-0.9.5a/openssl_button.gif /usr/share/doc/openssl095a-0.9.5a/openssl_button.html /usr/share/doc/openssl095a-0.9.5a/ssleay.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 08:40:53 2013