Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libopenssl1_0_0-1.0.0-6.13.1 RPM for x86_64

From OpenSuSE 11.3 updates for x86_64

Name: libopenssl1_0_0 Distribution: openSUSE 11.3
Version: 1.0.0 Vendor: openSUSE
Release: 6.13.1 Build date: Wed Jan 11 18:11:44 2012
Group: Productivity/Networking/Security Build host: build15
Size: 2403320 Source RPM: openssl-1.0.0-6.13.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.openssl.org/
Summary: Secure Sockets and Transport Layer Security
The OpenSSL Project is a collaborative effort to develop a robust,
commercial-grade, full-featured, and open source toolkit implementing
the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS
v1) protocols with full-strength cryptography. The project is managed
by a worldwide community of volunteers that use the Internet to
communicate, plan, and develop the OpenSSL toolkit and its related
documentation.

Derivation and License

OpenSSL is based on the excellent SSLeay library developed by Eric A.
Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
Apache-style license, which basically means that you are free to get it
and to use it for commercial and noncommercial purposes.



Authors:
--------
    Mark J. Cox <mark@openssl.org>
    Ralf S. Engelschall <rse@openssl.org>
    Dr. Stephen Henson <steve@openssl.org>
    Ben Laurie <ben@openssl.org>
    Bodo Moeller <bodo@openssl.org>
    Ulf Moeller <ulf@openssl.org>
    Holger Reif <holger@openssl.org>
    Paul C. Sutton <paul@openssl.org>

Provides

Requires

License

BSD3c(or similar)

Changelog

* Wed Jan 11 2012 gjhe@suse.com
  - fix security bug[bnc#739719] - openssl: various security issues
    DTLS Plaintext Recovery Attack (CVE-2011-4108)
    Uninitialized SSL 3.0 Padding (CVE-2011-4576)
    Malformed RFC 3779 Data Can Cause Assertion Failures (CVE-2011-4577)
    SGC Restart DoS Attack (CVE-2011-4619)
    Invalid GOST parameters DoS Attack (CVE-2012-0027)
    not affected:
    Double-free in Policy Checks (CVE-2011-4109)
* Tue Sep 20 2011 gjhe@suse.com
  - fix bug[bnc#716144] - VUL-0: openssl ECDH crash.
    CVE-2011-3210
* Tue Sep 13 2011 gjhe@suse.com
  - Fix bug[bnc#716143].Fix bug where CRLs with nextUpdate
    in the past are sometimes accepted by initialising
    X509_STORE_CTX properly. (CVE-2011-3207)
* Tue May 31 2011 gjhe@novell.com
  - fix bug[bnc#693027].
    Add protection against ECDSA timing attacks as mentioned in the paper
    by Billy Bob Brumley and Nicola Tuveri, see:
    http://eprint.iacr.org/2011/232.pdf
    [Billy Bob Brumley and Nicola Tuveri]
* Thu Feb 10 2011 gjhe@novell.com
  - fix bug [bnc#670526]
    CVE-2011-0014,OCSP stapling vulnerability
* Tue Dec 07 2010 gjhe@novell.com
  - fix bug [bnc#657663]
    CVE-2010-4180
    for CVE-2010-4252,no patch is added(for the J-PAKE
    implementaion is not compiled in by default).
* Thu Nov 18 2010 gjhe@novell.com
  - fix bug [bnc#651003]
    CVE-2010-3864
* Sat Sep 25 2010 gjhe@novell.com
  - fix bnc #629905
    CVE-2010-2939
* Tue Jun 15 2010 bg@novell.com
  - -fstack-protector is not supported on hppa
* Fri Jun 04 2010 gjhe@novell.com
  - fix bnc #610642
    CVE-2010-0742
    CVE-2010-1633
* Mon May 31 2010 gjhe@novell.com
  - fix bnc #610223,change Configure to tell openssl to load engines
    from /%{_lib} instead of %{_libdir}
* Mon May 10 2010 aj@suse.de
  - Do not compile in build time but use mtime of changes file instead.
    This allows build-compare to identify that no changes have happened.
* Tue May 04 2010 gjhe@novell.com
  - build libopenssl to /%{_lib} dir,and keep only one
    libopenssl-devel for new developping programs.
* Tue Apr 27 2010 gjhe@novell.com
  - build libopenssl and libopenssl-devel to a version directory
* Sat Apr 24 2010 coolo@novell.com
  - buildrequire pkg-config to fix provides
* Wed Apr 21 2010 lnussel@suse.de
  - also create old certificate hash in /etc/ssl/certs for
    compatibility with applications that still link against 0.9.8
* Mon Apr 12 2010 meissner@suse.de
  - Disable our own build targets, instead use the openSSL provided ones
    as they are now good (or should be good at least).
  - add -Wa,--noexecstack to the Configure call, this is the upstream
    approved way to avoid exec-stack marking
* Mon Apr 12 2010 gjhe@novell.com
  - update to 1.0.0
    Merge the following patches from 0.9.8k:
    openssl-0.9.6g-alpha.diff
    openssl-0.9.7f-ppc64.diff
    openssl-0.9.8-flags-priority.dif
    openssl-0.9.8-sparc.dif
    openssl-allow-arch.diff
    openssl-hppa-config.diff
* Fri Apr 09 2010 meissner@suse.de
  - fixed "exectuable stack" for libcrypto.so issue on i586 by
    adjusting the assembler output during MMX builds.
* Wed Apr 07 2010 meissner@suse.de
  - Openssl is now partially converted to libdir usage upstream,
    merge that in to fix lib64 builds.
* Thu Mar 25 2010 gjhe@novell.com
  - fix security bug [bnc#590833]
    CVE-2010-0740
* Mon Mar 22 2010 gjhe@novell.com
  - update to version 0.9.8m
    Merge the following patches from 0.9.8k:
    bswap.diff
    non-exec-stack.diff
    openssl-0.9.6g-alpha.diff
    openssl-0.9.7f-ppc64.diff
    openssl-0.9.8-flags-priority.dif
    openssl-0.9.8-sparc.dif
    openssl-allow-arch.diff
    openssl-hppa-config.diff
* Fri Feb 05 2010 jengelh@medozas.de
  - build openssl for sparc64
* Mon Dec 14 2009 jengelh@medozas.de
  - add baselibs.conf as a source
  - package documentation as noarch
* Tue Nov 03 2009 coolo@novell.com
  - updated patches to apply with fuzz=0
* Tue Sep 01 2009 gjhe@novell.com
  - fix Bug [bnc#526319]
* Wed Aug 26 2009 coolo@novell.com
  - use %patch0 for Patch0
* Fri Jul 03 2009 gjhe@novell.com
  - update to version 0.9.8k
  - patches merged upstream:
    openssl-CVE-2008-5077.patch
    openssl-CVE-2009-0590.patch
    openssl-CVE-2009-0591.patch
    openssl-CVE-2009-0789.patch
    openssl-CVE-2009-1377.patch
    openssl-CVE-2009-1378.patch
    openssl-CVE-2009-1379.patch
    openssl-CVE-2009-1386.patch
    openssl-CVE-2009-1387.patch
* Tue Jun 30 2009 gjhe@novell.com
  - fix security bug [bnc#509031]
    CVE-2009-1386
    CVE-2009-1387
* Tue Jun 30 2009 gjhe@novell.com
  - fix security bug [bnc#504687]
    CVE-2009-1377
    CVE-2009-1378
    CVE-2009-1379
* Wed Apr 15 2009 gjhe@suse.de
  - fix security bug [bnc#489641]
    CVE-2009-0590
    CVE-2009-0591
    CVE-2009-0789

Files

/lib64/engines
/lib64/engines/lib4758cca.so
/lib64/engines/libaep.so
/lib64/engines/libatalla.so
/lib64/engines/libcapi.so
/lib64/engines/libchil.so
/lib64/engines/libcswift.so
/lib64/engines/libgmp.so
/lib64/engines/libgost.so
/lib64/engines/libnuron.so
/lib64/engines/libpadlock.so
/lib64/engines/libsureware.so
/lib64/engines/libubsec.so
/lib64/libcrypto.so.1.0.0
/lib64/libssl.so.1.0.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:14:52 2013