Changelog for
libopenssl-devel-32bit-1.0.1u-1.1.x86_64.rpm :
Tue Feb 7 13:00:00 2017 drahtAATTschaltsekun.de
- re-enable eNULL, md2, rc4, cast, idea.
- update-expired-smime-test-certs.patch (what is says)
- openssl-OpenSSL_add_all_digests.diff: OpenSSL_add_all_digests()
is required for md2 to be available. Also: add md2 in
crypto/evp/c_alld.c .
- disable openssl-CVE-2016-0800-DROWN-disable-ssl2.patch
Wed May 4 14:00:00 2016 mkubecekAATTsuse.cz
- OpenSSL Security Advisory [3rd May 2016]
* openssl-CVE-2016-2105.patch:
EVP_EncodeUpdate overflow (bsc#977614 CVE-2016-2105)
* openssl-CVE-2016-2106.patch:
EVP_EncryptUpdate overflow (bsc#977615 CVE-2016-2106)
* openssl-CVE-2016-2107.patch:
Padding oracle in AES-NI CBC MAC check (bsc#977616 CVE-2016-2107)
* openssl-CVE-2016-2108.patch:
Padding oracle in AES-NI CBC MAC check (bsc#977617 CVE-2016-2108)
* openssl-CVE-2016-2109.patch:
ASN.1 BIO excessive memory allocation (bsc#976942 CVE-2016-2109)
- 0001-Fix-buffer-overrun-in-ASN1_parse.patch:
fix buffer overrun in ASN1_parse (bsc#976943)
Tue Mar 1 13:00:00 2016 wrAATTrosenauer.org
- Fix CVE-2016-0702 (bnc#968050, \"Cache Bleed\"). The patch
\"openssl-CVE-2016-0702-openssl101.patch\" prevents side channel
attacks on modular exponentiation that attempted to recover RSA
secret keys by analyzing cache-bank conflicts on the Intel
Sandy-Bridge microarchitecture. The ability to exploit this issue
was limited, however, as it required the attacker to have control
of code running in a thread on the same hyper-threaded core as the
victim thread which was performing decryptions.
- Fix CVE-2016-0705 (bnc#968047) via \"openssl-CVE-2016-0705.patch\".
This issue allowed attackers with the ability to load malformed
DSA private keys into applications based on OpenSSL to trigger a
double free() bug in OpenSSL\'s parser code. That scenario could be
abused to facilitate a denial-of-service attack.
- Fix CVE-2016-0797 (bnc#968048) via \"openssl-CVE-2016-0797.patch\".
The BN_hex2bn() and BN_dec2bn() functions had a bug that could
result in an attempt to de-reference a NULL pointer. This could
have security consequences if these functions were ever called by
user applications with large untrusted hex/decimal data. Also,
internal usage of these functions in OpenSSL uses data from config
files or application command line arguments. If user developed
applications generated config file data based on untrusted data,
then this could have had security consequences as well.
- Fix CVE-2016-0800 (bnc#968046, \"Drown\"). OpenSSL used to be
vulnerable to a cross-protocol attack that could lead to
decryption of TLS sessions by using a server supporting SSLv2 and
EXPORT cipher suites as a Bleichenbacher RSA padding oracle. The
patch \"openssl-CVE-2016-0800-DROWN-disable-ssl2.patch\" remedies
this issue by disabling the SSLv2 protocol (unless the environment
variable $OPENSSL_ALLOW_SSL2 is defined) and all weak EXPORT
ciphers (unless $OPENSSL_ALLOW_EXPORT is defined).
- Fix CVE-2016-0798 via \"openssl-CVE-2016-0798-101.patch\". The SRP
user database lookup method SRP_VBASE_get_by_user() had a memory
leak that attackers could abuse to facility DoS attacks. To
mitigate the issue, the seed handling in SRP_VBASE_get_by_user()
was disabled even if the user has configured a seed. Applications
are advised to migrate to SRP_VBASE_get1_by_user(). (bnc#968265)
- Fix CVE-2016-0799 (bnc#968374) via \"openssl-CVE-2016-0799.patch\".
On many 64 bit systems, the internal fmtstr() and doapr_outch()
functions could miscalculate the length of a string and attempt to
access out-of-bounds memory locations. These problems could have
enabled attacks where large amounts of untrusted data is passed to
the BIO_
*printf functions. If applications use these functions in
this way then they could have been vulnerable. OpenSSL itself uses
these functions when printing out human-readable dumps of ASN.1
data. Therefore applications that print this data could have been
vulnerable if the data is from untrusted sources. OpenSSL command
line applications could also have been vulnerable when they print
out ASN.1 data, or if untrusted data is passed as command line
arguments. Libssl is not considered directly vulnerable.
Sat Feb 20 13:00:00 2016 astiegerAATTsuse.com
- re-release binaries to resolve incident number sequencing issue
affecing subsequent tree builds (boo#967403)
Thu Jan 28 13:00:00 2016 vcizekAATTsuse.com
- fix CVE-2015-3197 (boo#963415)
* SSLv2 doesn\'t block disabled ciphers
* add openssl-CVE-2015-3197.patch
Thu Dec 3 13:00:00 2015 vcizekAATTsuse.com
- security fixes:
* Certificate verify crash with missing PSS parameter
(CVE-2015-3194) (bsc#957815)
* X509_ATTRIBUTE memory leak (CVE-2015-3195) (bsc#957812)
* Race condition handling PSK identify hint (CVE-2015-3196)
(bsc#957813)
* added patches:
openssl-CVE-2015-3194.patch
openssl-CVE-2015-3195.patch
openssl-CVE-2015-3196.patch
Fri Jun 12 14:00:00 2015 vcizekAATTsuse.com
- CVE-2015-4000 (boo#931698)
* The Logjam Attack / weakdh.org
* reject connections with DH parameters shorter than 768 bits
* generates 2048-bit DH parameters by default
- CVE-2015-1788 (boo#934487)
* Malformed ECParameters causes infinite loop
- CVE-2015-1789 (boo#934489)
* Exploitable out-of-bounds read in X509_cmp_time
- CVE-2015-1790 (boo#934491)
* PKCS7 crash with missing EnvelopedContent
- CVE-2015-1792 (boo#934493)
* CMS verify infinite loop with unknown hash function
- CVE-2015-1791 (boo#933911)
* race condition in NewSessionTicket
- newly added patches:
* 0001-s_server-Use-2048-bit-DH-parameters-by-default.patch
* 0002-dhparam-set-the-default-to-2048-bits.patch
* 0003-dhparam-fix-documentation.patch
* 0004-Update-documentation-with-Diffie-Hellman-best-practi.patch
* 0005-client-reject-handshakes-with-DH-parameters-768-bits.patch
* openssl-CVE-2015-1788.patch
* openssl-CVE-2015-1789.patch
* openssl-CVE-2015-1790.patch
* openssl-CVE-2015-1791.patch
* openssl-CVE-2015-1792.patch
Mon Mar 16 13:00:00 2015 vcizekAATTsuse.com
- security update:
* CVE-2015-0209 (bnc#919648)
- Fix a failure to NULL a pointer freed on error
* CVE-2015-0286 (bnc#922496)
- Segmentation fault in ASN1_TYPE_cmp
* CVE-2015-0287 (bnc#922499)
- ASN.1 structure reuse memory corruption
* CVE-2015-0288 x509: (bnc#920236)
- added missing public key is not NULL check
* CVE-2015-0289 (bnc#922500)
- PKCS7 NULL pointer dereferences
* CVE-2015-0293 (bnc#922488)
- Fix reachable assert in SSLv2 servers
* added patches:
openssl-CVE-2015-0209.patch
openssl-CVE-2015-0286.patch
openssl-CVE-2015-0287.patch
openssl-CVE-2015-0288.patch
openssl-CVE-2015-0289.patch
openssl-CVE-2015-0293.patch
Thu Jan 8 13:00:00 2015 crrodriguezAATTopensuse.org
- Upgrade to 1.0.1k
bsc#912294 CVE-2014-3571: Fix DTLS segmentation fault in dtls1_get_record.
bsc#912292 CVE-2015-0206: Fix DTLS memory leak in dtls1_buffer_record.
bsc#911399 CVE-2014-3569: Fix issue where no-ssl3 configuration sets method to NULL.
bsc#912015 CVE-2014-3572: Abort handshake if server key exchange
message is omitted for ephemeral ECDH ciphersuites.
bsc#912014 CVE-2015-0204: Remove non-export ephemeral RSA code on client and server.
bsc#912293 CVE-2015-0205: Fixed issue where DH client certificates are accepted without verification.
bsc#912018 CVE-2014-8275: Fix various certificate fingerprint issues.
bsc#912296 CVE-2014-3570: Correct Bignum squaring.
and other bugfixes.
- refresh patches
Thu Oct 16 14:00:00 2014 vcizekAATTsuse.com
- upgrade to 1.0.1j
* fixes bnc#901277 and bnc#901223
* ) SRTP Memory Leak.
A flaw in the DTLS SRTP extension parsing code allows an attacker, who
sends a carefully crafted handshake message, to cause OpenSSL to fail
to free up to 64k of memory causing a memory leak. This could be
exploited in a Denial Of Service attack. This issue affects OpenSSL
1.0.1 server implementations for both SSL/TLS and DTLS regardless of
whether SRTP is used or configured. Implementations of OpenSSL that
have been compiled with OPENSSL_NO_SRTP defined are not affected.
(CVE-2014-3513)
* ) Session Ticket Memory Leak.
When an OpenSSL SSL/TLS/DTLS server receives a session ticket the
integrity of that ticket is first verified. In the event of a session
ticket integrity check failing, OpenSSL will fail to free memory
causing a memory leak. By sending a large number of invalid session
tickets an attacker could exploit this issue in a Denial Of Service
attack.
(CVE-2014-3567)
* ) Build option no-ssl3 is incomplete.
When OpenSSL is configured with \"no-ssl3\" as a build option, servers
could accept and complete a SSL 3.0 handshake, and clients could be
configured to send them.
(CVE-2014-3568)
* ) Add support for TLS_FALLBACK_SCSV.
Client applications doing fallback retries should call
SSL_set_mode(s, SSL_MODE_SEND_FALLBACK_SCSV).
(CVE-2014-3566)
[Adam Langley, Bodo Moeller]
* ) Add additional DigestInfo checks.
Reencode DigestInto in DER and check against the original when
verifying RSA signature: this will reject any improperly encoded
DigestInfo structures.
Note: this is a precautionary measure and no attacks are currently known.
Tue Aug 12 14:00:00 2014 crrodriguezAATTopensuse.org
- openssl 1.0.1i
* Information leak in pretty printing functions (CVE-2014-3508)
* Crash with SRP ciphersuite in Server Hello message (CVE-2014-5139)
* Race condition in ssl_parse_serverhello_tlsext (CVE-2014-3509)
* Double Free when processing DTLS packets (CVE-2014-3505)
* DTLS memory exhaustion (CVE-2014-3506)
* DTLS memory leak from zero-length fragments (CVE-2014-3507)
* OpenSSL DTLS anonymous EC(DH) denial of service (CVE-2014-3510)
* OpenSSL TLS protocol downgrade attack (CVE-2014-3511)
* SRP buffer overrun (CVE-2014-3512)
- 0005-libssl-Hide-library-private-symbols.patch Re-enable heartbleed
test and correctly refresh patch (issue fixed upstream)
Thu Jun 5 14:00:00 2014 meissnerAATTsuse.com
- Upgrade to 1.0.1h (bnc#880891):
- CVE-2014-0224: Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
handshake can force the use of weak keying material in OpenSSL
SSL/TLS clients and servers.
- CVE-2014-0221: Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
OpenSSL DTLS client the code can be made to recurse eventually crashing
in a DoS attack.
- CVE-2014-0195: Fix DTLS invalid fragment vulnerability. A buffer
overrun attack can be triggered by sending invalid DTLS fragments to
an OpenSSL DTLS client or server. This is potentially exploitable to
run arbitrary code on a vulnerable client or server.
- CVE-2014-3470: Fix bug in TLS code where clients enable anonymous
ECDH ciphersuites are subject to a denial of service attack.
- Harmonize version and its documentation. -f flag is used to display compilation flags.
- Fix eckey_priv_encode so it immediately returns an error upon a failure
in i2d_ECPrivateKey.
- Fix some double frees. These are not thought to be exploitable.
- CVE-2014-0198.patch: upstreamed
- CVE-2010-5298.patch: upstreamed
- openssl-fix-pod-syntax.diff: refreshed as various fixes were done upstream
- 0005-libssl-Hide-library-private-symbols.patch: This breaks compilation
of heartbleed testcase, disabled the test for now.
Mon May 5 14:00:00 2014 citypwAATTgmail.com
- Fixed bug[ bnc#876282], CVE-2014-0198 openssl: OpenSSL NULL pointer dereference in do_ssl3_write
Add file: CVE-2014-0198.patch
Wed Apr 23 14:00:00 2014 citypwAATTgmail.com
- Fixed bug[ bnc#873351] CVE-2010-5298: openssl: Use-after-free race condition,in OpenSSL\'s read buffer
Add file: CVE-2010-5298.patch
Thu Apr 10 14:00:00 2014 shchangAATTsuse.com
- Upgrade to 1.0.1g:
* TLS heartbeat read overrun (CVE-2014-0160)
* Fixed: CVE-2013-4353, CVE-2013-6449, CVE-2013-6450, CVE-2014-0076, CVE-2014-0160
Add files: openssl-1.0.1g.tar.gz, openssl-1.0.1g.tar.gz.asc
Delete files: openssl-1.0.1e.tar.gz, openssl-1.0.1e.tar.gz.asc, CVE-2013-4353.patch,
CVE-2013-6449.patch, CVE-2013-6450.patch, CVE-2014-0076.patch, bug-861384-crash_webrtc.patch,
CVE-2014-0160.patch, SSL_get_certificate-broken.patch, openssl-1.0.1e-bnc822642.patch
Tue Apr 8 14:00:00 2014 shchangAATTsuse.com
- Fixed bug[ bnc#872299] CVE-2014-0160: openssl: missing bounds checks for heartbeat messages
Add file: CVE-2014-0160.patch
Tue Mar 25 13:00:00 2014 shchangAATTsuse.com
- Fix bug[ bnc#869945] CVE-2014-0076: openssl: Recovering OpenSSL ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack
Add file: CVE-2014-0076.patch
Sun Jan 26 13:00:00 2014 shchangAATTsuse.com
- Fixed bnc#861384, update to openssl-1.0.1e-11.14.1 broke WebRTC functionality in FreeSWITCH
Add file: bug-861384-crash_webrtc.patch
Wed Jan 8 13:00:00 2014 shchangAATTsuse.com
- Fixed bnc#857640, openssl: TLS record tampering issue can lead to OpenSSL crash
Add file: CVE-2013-4353.patch
Thu Jan 2 13:00:00 2014 shchangAATTsuse.com
- Fixed bnc#857203, openssl: crash in DTLS renegotiation after packet loss
Add file: CVE-2013-6450.patch
Sun Dec 22 13:00:00 2013 shchangAATTsuse.com
- Fixed bnc#856687, openssl: crash when using TLS 1.2
Add file: CVE-2013-6449.patch
Tue Dec 17 13:00:00 2013 meissnerAATTsuse.com
- compression_methods_switch.patch: setenv might not be successful
if a surrounding library or application filters it, like e.g. sudo.
As setenv() does not seem to be useful anyway, remove it.
bnc#849377
Fri Sep 27 14:00:00 2013 dmacvicarAATTsuse.de
- VPN openconnect problem (DTLS handshake failed)
(git 9fe4603b8, bnc#822642, openssl ticket#2984)
Wed Sep 4 14:00:00 2013 guillaumeAATTopensuse.org
- Fix armv6l arch (armv7 was previously used to build armv6 which
lead to illegal instruction when used)
Mon Aug 12 14:00:00 2013 shchangAATTsuse.com
- Fix bug[ bnc#832833] openssl ssl_set_cert_masks() is broken
modify patch file: SSL_get_certificate-broken.patch
Fri Aug 9 14:00:00 2013 crrodriguezAATTopensuse.org
- Via padlock is only found in x86 and x86_64 CPUs, remove
the shared module for other archs.
Wed Aug 7 14:00:00 2013 crrodriguezAATTopensuse.org
- Cleanup engines that are of no use in a modern linux distro
- The following engines stay:
* libcapi.so --> usable in case you have third party /dev/crypto
* libgmp.so --> may help to doing some maths using GMP
* libgost.so --> implements the GOST block cipher
* libpadlock.so --> VIA padlock support
- Al other are removed because they require third party propietary
shared libraries nowhere to be found or that we can test.
Wed Aug 7 14:00:00 2013 crrodriguezAATTopensuse.org
- openssl-pkgconfig.patch: Here we go.. For applications
to benefit fully of features provided by openSSL engines
(rdrand, aes-ni..etc) either builtin or in DSO form applications
have to call ENGINE_load_builtin_engines() or OPENSSL_config()
unfortunately from a total of 68 apps/libraries linked to libcrypto
in a desktop system, only 4 do so, and there is a sea of buggy
code that I dont feel like fixing.
Instead we can pass -DOPENSSL_LOAD_CONF in the pkgconfig files
so the needed operation becomes implicit the next time such apps
are recompiled, see OPENSSL_config(3)
Unfortunately this does not fix everything, because there are apps
not using pkgconfig or using it incorrectly, but it is a good start.
Wed Aug 7 14:00:00 2013 dmuellerAATTsuse.com
- add openssl-1.0.1c-default-paths.patch:
Fix from Fedora for openssl s_client not setting
CApath by default
Sat Aug 3 14:00:00 2013 crrodriguezAATTopensuse.org
- 0005-libssl-Hide-library-private-symbols.patch: hide
private symbols, this
*only
* applies to libssl where
it is straightforward to do so as applications should
not be using any of the symbols declared/defined in headers
that the library does not install.
A separate patch MAY be provided in the future for libcrypto
where things are much more complicated and threfore requires
careful testing.
Mon Jul 29 14:00:00 2013 meissnerAATTsuse.com
- compression_methods_switch.patch: Disable compression by default to
avoid the CRIME attack (CVE-2012-4929 bnc#793420)
Can be override by setting environment variable
OPENSSL_NO_DEFAULT_ZLIB=no
Tue Jul 2 14:00:00 2013 lnusselAATTsuse.de
- Don\'t use the legacy /etc/ssl/certs directory anymore but rather
the p11-kit generated /var/lib/ca-certificates/openssl one
(fate#314991, openssl-1.0.1e-truststore.diff)
Sat Jun 29 14:00:00 2013 crrodriguezAATTopensuse.org
- Build enable-ec_nistp_64_gcc_128, ecdh is many times faster
but only works in x86_64.
According to the openSSL team
\"it is superior to the default in multiple regards (speed, and also
security as the new implementations are secure against timing
attacks)\"
It is not enabled by default due to the build system being unable
to detect if the compiler supports __uint128_t.
Thu Jun 20 14:00:00 2013 cooloAATTsuse.com
- pick openssl-fix-pod-syntax.diff out of the upstream RT to fix
build with perl 5.18
Sat May 25 14:00:00 2013 iAATTmarguerite.su
- add %if tag for BuildArch. sles may also need latest openssl.
Fri Feb 22 13:00:00 2013 dmuellerAATTsuse.com
- disable fstack-protector on aarch64
Tue Feb 12 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Update to 1.0.1e
o Bugfix release (bnc#803004)
- Drop openssl-1.0.1d-s3-packet.patch, included upstream
Sun Feb 10 13:00:00 2013 hrvoje.senjanAATTgmail.com
- Added openssl-1.0.1d-s3-packet.patch from upstream, fixes
bnc#803004, openssl ticket#2975
Tue Feb 5 13:00:00 2013 meissnerAATTsuse.com
- update to version 1.0.1d, fixing security issues
o Fix renegotiation in TLS 1.1, 1.2 by using the correct TLS version.
o Include the fips configuration module.
o Fix OCSP bad key DoS attack CVE-2013-0166
o Fix for SSL/TLS/DTLS CBC plaintext recovery attack CVE-2013-0169
bnc#802184
o Fix for TLS AESNI record handling flaw CVE-2012-2686
Mon Nov 12 13:00:00 2012 gjheAATTsuse.com
- fix bug[bnc#784994] - VIA padlock support on 64 systems
e_padlock: add support for x86_64 gcc
Sun Aug 19 14:00:00 2012 crrodriguezAATTopensuse.org
- Open Internal file descriptors with O_CLOEXEC, leaving
those open across fork()..execve() makes a perfect
vector for a side-channel attack...
Tue Aug 7 14:00:00 2012 dmuellerAATTsuse.com
- fix build on armv5 (bnc#774710)
Thu May 10 14:00:00 2012 crrodriguezAATTopensuse.org
- Update to version 1.0.1c for the complete list of changes see
NEWS, this only list packaging changes.
- Drop aes-ni patch, no longer needed as it is builtin in openssl
now.
- Define GNU_SOURCE and use -std=gnu99 to build the package.
- Use LFS_CFLAGS in platforms where it matters.
Fri May 4 14:00:00 2012 lnusselAATTsuse.de
- don\'t install any demo or expired certs at all
Mon Apr 23 14:00:00 2012 gjheAATTsuse.com
- update to latest stable verison 1.0.0i
including the following patches:
CVE-2012-2110.path
Bug748738_Tolerate_bad_MIME_headers.patch
bug749213-Free-headers-after-use.patch
bug749210-Symmetric-crypto-errors-in-PKCS7_decrypt.patch
CVE-2012-1165.patch
CVE-2012-0884.patch
bug749735.patch
Tue Mar 27 14:00:00 2012 gjheAATTsuse.com
- fix bug[bnc#749735] - Memory leak when creating public keys.
fix bug[bnc#751977] - CMS and S/MIME Bleichenbacher attack
CVE-2012-0884
Thu Mar 22 13:00:00 2012 gjheAATTsuse.com
- fix bug[bnc#751946] - S/MIME verification may erroneously fail
CVE-2012-1165
Wed Mar 21 13:00:00 2012 gjheAATTsuse.com
- fix bug[bnc#749213]-Free headers after use in error message
and bug[bnc#749210]-Symmetric crypto errors in PKCS7_decrypt
Tue Mar 20 13:00:00 2012 cfarrellAATTsuse.com
- license update: OpenSSL
Fri Feb 24 13:00:00 2012 gjheAATTsuse.com
- fix bug[bnc#748738] - Tolerate bad MIME headers in openssl\'s
asn1 parser.
CVE-2006-7250
Thu Feb 2 13:00:00 2012 gjheAATTsuse.com
- Update to version 1.0.0g fix the following:
DTLS DoS attack (CVE-2012-0050)
Wed Jan 11 13:00:00 2012 gjheAATTsuse.com
- Update to version 1.0.0f fix the following:
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)
Tue Oct 18 14:00:00 2011 crrodriguezAATTopensuse.org
- AES-NI: Check the return value of Engine_add()
if the ENGINE_add() call fails: it ends up adding a reference
to a freed up ENGINE which is likely to subsequently contain garbage
This will happen if an ENGINE with the same name is added multiple
times,for example different libraries. [bnc#720601]
Sat Oct 8 14:00:00 2011 crrodriguezAATTopensuse.org
- Build with -DSSL_FORBID_ENULL so servers are not
able to use the NULL encryption ciphers (Those offering no
encryption whatsoever).
Wed Sep 7 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to openssl 1.0.0e fixes CVE-2011-3207 and CVE-2011-3210
see http://openssl.org/news/secadv_20110906.txt for details.
Sat Aug 6 14:00:00 2011 crrodriguezAATTopensuse.org
- Add upstream patch that calls ENGINE_register_all_complete()
in ENGINE_load_builtin_engines() saving us from adding dozens
of calls to such function to calling applications.
Fri Aug 5 14:00:00 2011 crrodriguezAATTopensuse.org
- remove -fno-strict-aliasing from CFLAGS no longer needed
and is likely to slow down stuff.
Mon Jul 25 14:00:00 2011 jengelhAATTmedozas.de
- Edit baselibs.conf to provide libopenssl-devel-32bit too
Fri Jun 24 14:00:00 2011 gjheAATTnovell.com
- update to latest stable version 1.0.0d.
patch removed(already in the new package):
CVE-2011-0014
patch added:
ECDSA_signatures_timing_attack.patch
Tue May 31 14:00:00 2011 gjheAATTnovell.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]
Mon May 16 14:00:00 2011 andreaAATTopensuse.org
- added openssl as dependency in the devel package
Thu Feb 10 13:00:00 2011 gjheAATTnovell.com
- fix bug [bnc#670526]
CVE-2011-0014,OCSP stapling vulnerability
Sat Jan 15 13:00:00 2011 cristian.rodriguezAATTopensuse.org
- Add patch from upstream in order to support AES-NI instruction
set present on current Intel and AMD processors
Mon Jan 10 13:00:00 2011 meissnerAATTsuse.de
- enable -DPURIFY to avoid valgrind errors.
Thu Dec 9 13:00:00 2010 gjheAATTnovell.com
- update to stable version 1.0.0c.
patch included:
CVE-2010-1633_and_CVE-2010-0742.patch
patchset-19727.diff
CVE-2010-2939.patch
CVE-2010-3864.patch
Thu Nov 18 13:00:00 2010 gjheAATTnovell.com
- fix bug [bnc#651003]
CVE-2010-3864
Sat Sep 25 14:00:00 2010 gjheAATTnovell.com
- fix bug [bnc#629905]
CVE-2010-2939
Wed Jul 28 14:00:00 2010 cristian.rodriguezAATTopensuse.org
- Exclude static libraries, see what breaks and fix that
instead
Wed Jun 30 14:00:00 2010 jengelhAATTmedozas.de
- fix two compile errors on SPARC
Tue Jun 15 14:00:00 2010 bgAATTnovell.com
- -fstack-protector is not supported on hppa
Fri Jun 4 14:00:00 2010 gjheAATTnovell.com
- fix bnc #610642
CVE-2010-0742
CVE-2010-1633
Mon May 31 14:00:00 2010 gjheAATTnovell.com
- fix bnc #610223,change Configure to tell openssl to load engines
from /%{_lib} instead of %{_libdir}
Mon May 10 14:00:00 2010 ajAATTsuse.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 4 14:00:00 2010 gjheAATTnovell.com
- build libopenssl to /%{_lib} dir,and keep only one
libopenssl-devel for new developping programs.
Tue Apr 27 14:00:00 2010 gjheAATTnovell.com
- build libopenssl and libopenssl-devel to a version directory
Sat Apr 24 14:00:00 2010 cooloAATTnovell.com
- buildrequire pkg-config to fix provides
Wed Apr 21 14:00:00 2010 lnusselAATTsuse.de
- also create old certificate hash in /etc/ssl/certs for
compatibility with applications that still link against 0.9.8
Mon Apr 12 14:00:00 2010 meissnerAATTsuse.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 14:00:00 2010 gjheAATTnovell.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 9 14:00:00 2010 meissnerAATTsuse.de
- fixed \"exectuable stack\" for libcrypto.so issue on i586 by
adjusting the assembler output during MMX builds.
Wed Apr 7 14:00:00 2010 meissnerAATTsuse.de
- Openssl is now partially converted to libdir usage upstream,
merge that in to fix lib64 builds.
Thu Mar 25 13:00:00 2010 gjheAATTnovell.com
- fix security bug [bnc#590833]
CVE-2010-0740
Mon Mar 22 13:00:00 2010 gjheAATTnovell.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 5 13:00:00 2010 jengelhAATTmedozas.de
- build openssl for sparc64
Mon Dec 14 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
- package documentation as noarch
Tue Nov 3 13:00:00 2009 cooloAATTnovell.com
- updated patches to apply with fuzz=0
Tue Sep 1 14:00:00 2009 gjheAATTnovell.com
- fix Bug [bnc#526319]
Wed Aug 26 14:00:00 2009 cooloAATTnovell.com
- use %patch0 for Patch0
Fri Jul 3 14:00:00 2009 gjheAATTnovell.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 14:00:00 2009 gjheAATTnovell.com
- fix security bug [bnc#509031]
CVE-2009-1386
CVE-2009-1387
Tue Jun 30 14:00:00 2009 gjheAATTnovell.com
- fix security bug [bnc#504687]
CVE-2009-1377
CVE-2009-1378
CVE-2009-1379
Wed Apr 15 14:00:00 2009 gjheAATTsuse.de
- fix security bug [bnc#489641]
CVE-2009-0590
CVE-2009-0591
CVE-2009-0789