SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libopenssl1_1-hmac-1.1.0i-lp151.8.6.1.i586.rpm :

* Mon Dec 16 2019 Vítězslav Čížek - OpenSSL Security Advisory [6 December 2019]
* Fix an overflow bug in the x64_64 Montgomery squaring procedure used in exponentiation with 512-bit moduli (CVE-2019-1551, bsc#1158809)
* add openssl-CVE-2019-1551.patch
* Mon Dec 16 2019 Jason Sikes - FIPS: openssl: Backport SSH KDF to openssl. [jsc#SLE-8789, bnc#1157775]
* Implemented in order to avoid FIPS-certifying another module (openssh).
* added openssl-jsc-SLE-8789-backport_KDF.patch
* Fri Nov 29 2019 Vítězslav Čížek - Port FIPS patches from SLE-12 (bsc#1158101)- add patches:
* openssl-fips-run_selftests_only_when_module_is_complete.patch
* openssl-fips-xts_nonidentical_key_parts.patch
* openssl-fips_entropy_reseeding.patch- drop openssl-urandom-reseeding.patch (merged into openssl-fips_entropy_reseeding.patch)
* Mon Nov 25 2019 Vítězslav Čížek - Use SHA-2 in the RSA pairwise consistency check (bsc#1155346)
* add openssl-fips_SHA2_in_RSA_pairwise_test.patch
* Thu Sep 12 2019 Pedro Monreal Gonzalez - OpenSSL Security Advisory [10 September 2019]
* EC_GROUP_set_generator side channel attack avoidance. [bsc#1150003, CVE-2019-1547]
* Bleichenbacher attack against cms/pkcs7 encryption transported key [bsc#1150250, CVE-2019-1563]- Added patches:
* openssl-CVE-2019-1547.patch
* openssl-CVE-2019-1563.patch
* Tue Mar 12 2019 Vítězslav Čížek - Fix segfault in openssl speed when an unknown algorithm is passed (bsc#1125494)
* add 0001-apps-speed-fix-segfault-while-looking-up-algorithm-n.patch- Correctly skip binary curves in openssl speed to avoid spitting errors (bsc#1116833)
* add openssl-speed_skip_binary_curves_NO_EC2M.patch
* Thu Mar 07 2019 Vítězslav Čížek - OpenSSL Security Advisory [6 March 2019]
* Prevent long nonces in ChaCha20-Poly1305 (bsc#1128189, CVE-2019-1543)
* add openssl-CVE-2019-1543.patch
* Mon Feb 11 2019 Vítězslav Čížek - Add s390x poly1305 vectorized implementation (fate#326351)
* https://github.com/openssl/openssl/pull/7991- add 0001-crypto-poly1305-asm-poly1305-s390x.pl-add-vx-code-pa.patch
* Tue Jan 22 2019 Vítězslav Čížek - Add vectorized chacha20 implementation for s390x (fate#326561)
* https://github.com/openssl/openssl/pull/6919- add patches: 0001-s390x-assembly-pack-perlasm-support.patch 0002-crypto-chacha-asm-chacha-s390x.pl-add-vx-code-path.patch
* Tue Jan 22 2019 Vítězslav Čížek - Replace fate#321518 s390x patches from closed pull request https://github.com/openssl/openssl/pull/2859 with patches from openssl git master (bsc#1122984)- add patches: 0001-s390x-assembly-pack-extend-s390x-capability-vector.patch 0002-s390x-assembly-pack-add-KMA-code-path-for-aes-ctr.patch 0003-crypto-aes-asm-aes-s390x.pl-replace-decrypt-flag-by-.patch 0004-s390x-assembly-pack-add-KMA-code-path-for-aes-gcm.patch 0005-s390x-assembly-pack-add-KMAC-code-path-for-aes-ccm.patch 0006-s390x-assembly-pack-add-KM-code-path-for-aes-ecb.patch 0007-s390x-assembly-pack-add-KMO-code-path-for-aes-ofb.patch 0008-s390x-assembly-pack-add-KMF-code-path-for-aes-cfb-cf.patch 0009-Fix-undefined-behavior-in-s390x-aes-gcm-ccm.patch- drop patches: 0002-crypto-modes-asm-ghash-s390x.pl-fix-gcm_gmult_4bit-K.patch 0004-s390x-assembly-pack-add-OPENSSL_s390xcap-environment.patch 0005-s390x-assembly-pack-add-OPENSSL_s390xcap-man-page.patch 0006-s390x-assembly-pack-extended-s390x-capability-vector.patch 0007-crypto-evp-e_aes.c-add-foundations-for-extended-s390.patch 0008-s390x-assembly-pack-extended-s390x-capability-vector.patch 0009-crypto-aes-asm-aes-s390x.pl-add-KMA-code-path.patch 0010-doc-man3-OPENSSL_s390xcap.pod-update-KMA.patch 0011-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch 0012-s390x-assembly-pack-add-KMA-code-path-for-aes-gcm.patch 0013-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch
* Fri Jan 18 2019 Vítězslav Čížek - Fix FIPS RSA generator (bsc#1118913)
* import fixed openssl-1.1.0-fips.patch from Fedora
* drop openssl-CVE-2018-0737-fips.patch which got merged into openssl-1.1.0-fips.patch
* refresh openssl-fips-rsagen-d-bits.patch
* Thu Dec 20 2018 Vítězslav Čížek - The 9 Lives of Bleichenbacher\'s CAT: Cache ATtacks on TLS Implementations (bsc#1117951)
* https://github.com/openssl/openssl/issues/7739
* add patch openssl-Bleichenbachers_CAT.patch
* Mon Nov 05 2018 Vítězslav Čížek - OpenSSL Security Advisory [30 October 2018]
* Timing vulnerability in ECDSA signature generation (bsc#1113651, CVE-2018-0735)
* Timing vulnerability in DSA signature generation (bsc#1113652, CVE-2018-0734)
* And more timing fixes- Add patches:
* openssl-CVE-2018-0734.patch
* openssl-CVE-2018-0735.patch
* 0001-DSA-mod-inverse-fix.patch
* 0001-Add-a-constant-time-flag-to-one-of-the-bignums-to-av.patch
* Tue Oct 23 2018 Vítězslav Čížek - Obsolete libopenssl-1_0_0-devel by libopenssl-1_1-devel to avoid conflicts when updating from older distributions (bsc#1106180)
* Thu Oct 18 2018 Vítězslav Čížek - Fix infinite loop in DSA generation with incorrect parameters (bsc#1112209)
* add openssl-dsa_paramgen2_check.patch
* Thu Oct 18 2018 Vítězslav Čížek - Fix One&Done side-channel attack on RSA (bsc#1104789)
* add openssl-One_and_Done.patch
* Tue Aug 14 2018 vcizekAATTsuse.com- Update to 1.1.0i - Align with SLE-12-SP4 OpenSSL Security Advisory [12 June 2018]
* Reject excessively large primes in DH key generation (bsc#1097158, CVE-2018-0732)
* Make EVP_PKEY_asn1_new() a bit stricter about its input
* Revert blinding in ECDSA sign and instead make problematic addition length-invariant. Switch even to fixed-length Montgomery multiplication.
* Change generating and checking of primes so that the error rate of not being prime depends on the intended use based on the size of the input.
* Increase the number of Miller-Rabin rounds for DSA key generating to 64.
* Add blinding to ECDSA and DSA signatures to protect against side channel attacks
* When unlocking a pass phrase protected PEM file or PKCS#8 container, we now allow empty (zero character) pass phrases.
* Certificate time validation (X509_cmp_time) enforces stricter compliance with RFC 5280. Fractional seconds and timezone offsets are no longer allowed.
* Fixed a text canonicalisation bug in CMS- drop patches (upstream):
* 0001-Limit-scope-of-CN-name-constraints.patch
* 0001-Revert-util-dofile.pl-only-quote-stuff-that-actually.patch
* 0001-Tolerate-a-Certificate-using-a-non-supported-group-o.patch
* 0002-Skip-CN-DNS-name-constraint-checks-when-not-needed.patch
* openssl-add-blinding-to-dsa.patch
* openssl-add-blinding-to-ecdsa.patch
* openssl-CVE-2018-0732.patch- refresh patches:
* openssl-1.1.0-fips.patch
* openssl-disable_rsa_keygen_tests_with_small_modulus.patch- rename openssl-CVE-2018-0737.patch to openssl-CVE-2018-0737-fips.patch as it now only includes changes to the fips code
* Thu Aug 02 2018 vcizekAATTsuse.com- Add openssl(cli) Provide so the packages that require the openssl binary can require this instead of the new openssl meta package (bsc#1101470)- Don\'t Require openssl-1_1 from the devel package, just Recommend it
* Wed Jul 25 2018 vcizekAATTsuse.com- Suggest libopenssl1_1-hmac from libopenssl1_1 package to avoid dependency issues during updates (bsc#1090765)
* Wed Jul 25 2018 vcizekAATTsuse.com- Relax CN name restrictions (bsc#1084011)
* added patches: 0001-Limit-scope-of-CN-name-constraints.patch 0002-Skip-CN-DNS-name-constraint-checks-when-not-needed.patch
* Tue Jun 26 2018 sfleesAATTsuse.de- Reject excessively large primes in DH key generation (bsc#1097158, CVE-2018-0732)
* openssl-CVE-2018-0732.patch- blinding enhancements for ECDSA and DSA (bsc#1097624, bsc#1098592)
* openssl-add-blinding-to-ecdsa.patch
* openssl-add-blinding-to-dsa.patch
* Thu May 10 2018 vcizekAATTsuse.com- OpenSSL Security Advisory [16 Apr 2018]
* Cache timing vulnerability in RSA Key Generation (CVE-2018-0737, bsc#1089039)
* add openssl-CVE-2018-0737.patch
* Thu May 10 2018 vcizekAATTsuse.com- Fix escaping in c_rehash (boo#1091961, bsc#1091963)
* add 0001-Revert-util-dofile.pl-only-quote-stuff-that-actually.patch
* Wed Mar 28 2018 vcizekAATTsuse.com- Tolerate a Certificate using a non-supported group on server side (boo#1084651)
* https://github.com/openssl/openssl/pull/5607
* add 0001-Tolerate-a-Certificate-using-a-non-supported-group-o.patch
* Tue Mar 27 2018 vcizekAATTsuse.com- Update to 1.1.0h OpenSSL Security Advisory [27 Mar 2018]
* Constructed ASN.1 types with a recursive definition could exceed the stack (CVE-2018-0739) (bsc#1087102)
* rsaz_1024_mul_avx2 overflow bug on x86_64 (CVE-2017-3738) (bsc#1071906)- refresh patches:
* 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
* openssl-1.1.0-fips.patch
* openssl-pkgconfig.patch
* openssl-rsakeygen-minimum-distance.patch
* openssl-static-deps.patch
* Tue Feb 27 2018 dimstarAATTopensuse.org- Move the libopenssl1_1_0-32bit obsoletes in baselibs.conf to the new libopenssl1_1-32bit: it does not belong to the devel package.
* Fri Feb 16 2018 vcizekAATTsuse.com- Renamed from openssl-1_1_0 (bsc#1081335)
* All the minor versions of the 1.1.x openssl branch have the same sonum and keep ABI compatibility
* obsolete the 1_1_0 packages- update baselibs.conf with the new version names
* Thu Feb 15 2018 tchvatalAATTsuse.com- Remove bit obsolete syntax- Use %license macro
* Mon Jan 22 2018 schwabAATTsuse.de- Don\'t disable afalgeng on aarch64
* Tue Jan 09 2018 vcizekAATTsuse.com- Add support for s390x CPACF enhancements (fate#321518) patches taken from https://github.com/openssl/openssl/pull/2859:
* 0002-crypto-modes-asm-ghash-s390x.pl-fix-gcm_gmult_4bit-K.patch
* 0004-s390x-assembly-pack-add-OPENSSL_s390xcap-environment.patch
* 0005-s390x-assembly-pack-add-OPENSSL_s390xcap-man-page.patch
* 0006-s390x-assembly-pack-extended-s390x-capability-vector.patch
* 0007-crypto-evp-e_aes.c-add-foundations-for-extended-s390.patch
* 0008-s390x-assembly-pack-extended-s390x-capability-vector.patch
* 0009-crypto-aes-asm-aes-s390x.pl-add-KMA-code-path.patch
* 0010-doc-man3-OPENSSL_s390xcap.pod-update-KMA.patch
* 0011-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch
* 0012-s390x-assembly-pack-add-KMA-code-path-for-aes-gcm.patch
* 0013-crypto-aes-asm-aes-s390x.pl-add-CFI-annotations-KMA-.patch
* Tue Nov 28 2017 dimstarAATTopensuse.org- Do not filter pkgconfig() provides/requires.
* Tue Nov 28 2017 dimstarAATTopensuse.org- Obsolete openssl-1_0_0 by openssl-1_1_0: this is required for a clean upgrade path as an aid to zypp (boo#1070003).
* Thu Nov 02 2017 vcizekAATTsuse.com- Update to 1.1.0g OpenSSL Security Advisory [02 Nov 2017]
* bn_sqrx8x_internal carry bug on x86_64 (CVE-2017-3736) (bsc#1066242)
* Malformed X.509 IPAddressFamily could cause OOB read (CVE-2017-3735) (bsc#1056058)- drop 0001-Fix-a-TLSProxy-race-condition.patch (upstream)- refresh 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
* Fri Sep 01 2017 vcizekAATTsuse.com- update DEFAULT_SUSE cipher list (bsc#1055825)
* add CHACHA20-POLY1305
* add ECDSA ciphers
* remove 3DES- modified openssl-1.0.1e-add-suse-default-cipher.patch
* Tue Aug 15 2017 meissnerAATTsuse.com- do not require openssl1_1_0-targettype in devel-targettype, as it is not built (it has no libraries)
* Mon Aug 07 2017 jengelhAATTinai.de- The description is supposed to describe the package, not the development process or history. (Synchronize with the already-updates descriptions in openssl-1_0_0.)- Update historic copypasted boilerplate summaries (\"include files mandatory for development\")
* Thu Aug 03 2017 tchvatalAATTsuse.com- Disable the verbosity of the tests as we expose yet another race condition in that
* Tue Jul 18 2017 vcizekAATTsuse.com- Fix a race condition in tests to make the package build reliably
* https://github.com/openssl/openssl/issues/3562
* 0001-Fix-a-TLSProxy-race-condition.patch
* Tue Jul 18 2017 jimmyAATTboombatower.com- Add Provides and Conflicts for -devel package in baselibs.conf.
* Sun Jun 25 2017 tchvatalAATTsuse.com- Add patch openssl-no-date.patch to disable date inclusion in most of the binaries- Use autopatch to make things smaller- Enable verbose output on the tests- Paralelize depmod
* Mon May 29 2017 vcizekAATTsuse.com- update to 1.1.0f
* bugfix only release- disable RSA keygen tests, because they use too small modulus, which is rejected by our CC/FIPS hardening patches
* added openssl-disable_rsa_keygen_tests_with_small_modulus.patch- refreshed openssl-rsakeygen-minimum-distance.patch and 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
* Wed May 10 2017 tchvatalAATTsuse.com- Add conflict for any libopenssl-devel that is not in our version
* Wed May 10 2017 tchvatalAATTsuse.com- Avoid the requires conflict between 1.1 and 1.0 openssl
* Fri May 05 2017 tchvatalAATTsuse.com- Add conflict on docu packages
* Wed May 03 2017 vcizekAATTsuse.com- drop unnecessary README.SUSE
* Wed May 03 2017 vcizekAATTsuse.com- add openssl-1.1-fix-ppc64.patch from Marcus Meissner to fix build on ppc64
* Wed May 03 2017 tchvatalAATTsuse.com- Fix build on aarch64
* Wed May 03 2017 tchvatalAATTsuse.com- Remove libpadlock conditional, no longer present
* Tue May 02 2017 tchvatalAATTsuse.com- Update baselibs.conf to contain all the renamed packages
* Wed Apr 26 2017 vcizekAATTsuse.com- re-enable tests on SLE-12 and below despite current failure, so they are automatically run once the issue is resolved
* Wed Apr 26 2017 tchvatalAATTsuse.com- Filter out the pkgconfig provides to force usage of the main openssl package provides
* Fri Apr 21 2017 vcizekAATTsuse.com- disable tests on SLE-12 and its derivates
* they fail because of glibc bug bsc#1035445- remove README-FIPS.txt (outdated)
* Thu Apr 20 2017 vcizekAATTsuse.com- drop openssl-fipslocking.patch The locking in 1.1.0 has been rewritten and converted to the new threading API. The fips deadlock (at least bsc#991193) can\'t be reproduced anymore.- don\'t ship useless INSTALL
* files
* Thu Apr 20 2017 vcizekAATTsuse.com- simplify openssl-fips-dont-fall-back-to-default-digest.patch The -non-fips-allow option was dropped in OpenSSL 1.1.0- drop openssl-no-egd.patch as OpenSSL 1.1.0 disables EGD at compile time by default- renumber the patches so the numbers are consequent
* Tue Apr 18 2017 tchvatalAATTsuse.com- Update showciphers.c to work with new openssl
* Tue Apr 18 2017 tchvatalAATTsuse.com- Add patch openssl-static-deps.patch to allow dependencies on statically build libraries- Refresh openssl-1-1.0-fips.patch to take in use the above approach- Silence the install manpage rename phase
* Thu Apr 13 2017 tchvatalAATTsuse.com- Start update to 1.1.0e basing of the 1.0.0 split release- Drop patch merge_from_0.9.8k.patch the ppc64 should work out of the box- Drop patch openssl-engines-path.patch converted to configure option- Drop patch openssl-1.0.2a-padlock64.patch code behind was redone does not apply at all- Drop patch openssl-fix-pod-syntax.diff mostly merged upstream or not applicable- Drop patch compression_methods_switch.patch as we do not need to keep the compat on this release anymore- Drop patch openssl-1.0.2a-ipv6-apps.patch which was upstreamed- Drop upstreamed patch openssl-1.0.2a-default-paths.patch- Drop obsolete patch openssl-1.0.0-c_rehash-compat.diff- Drop obsolete patch openssl-missing_FIPS_ec_group_new_by_curve_name.patch- Drop obsolete patch openssl-print_notice-NULL_crash.patch- Drop obsolete patch openssl-randfile_fread_interrupt.patch- Refresh patch openssl-truststore.patch- Refresh baselibs.conf to correctly reflect soname- Add patch openssl-1.1.0-fips.patch obsoleting bunch of older:
* openssl-1.0.2i-fips.patch
* openssl-1.0.2a-fips-ec.patch
* openssl-1.0.2a-fips-ctor.patch
* openssl-1.0.2i-new-fips-reqs.patch
* openssl-fips_disallow_x931_rand_method.patch- Add new patch for upstream:
* 0001-Resume-reading-from-randfile-when-interrupted-by-a-s.patch- Refresh patch openssl-pkgconfig.patch- Drop patch openssl-gcc-attributes.patch as the code was redone- Rebase patch 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch- Rebase patch openssl-no-egd.patch- Rebase patch openssl-1.0.1e-add-suse-default-cipher.patch and openssl-1.0.1e-add-test-suse-default-cipher-suite.patch- Rebase patch openssl-fips_disallow_ENGINE_loading.patch- Rebase patch openssl-urandom-reseeding.patch- Rebase patch openssl-fips-rsagen-d-bits.patch- Rebase patch openssl-fips-selftests_in_nonfips_mode.patch- Remove switch for ssl2 - no longer present- Remve the buildinf.h parsing, should no longer be needed- Drop the rehash in build, no longer needed- Drop openssl-fips-hidden.patch as it is not really needed- Do not sed in secure_getenv upstream does it in code on their own- Do not install html converted manpages
* openssl-1.1.0-no-html.patch
* Thu Apr 13 2017 tchvatalAATTsuse.com- Drop the symbol hiding patches to ease maintenance updates:
* 0005-libssl-Hide-library-private-symbols.patch
* 0001-libcrypto-Hide-library-private-symbols.patch
* Thu Apr 13 2017 tchvatalAATTsuse.com- Add new patch for engines folders to allow co-installation
* openssl-engines-path.patch
* Thu Apr 13 2017 tchvatalAATTsuse.com- Drop openssl-ocloexec.patch as it causes additional maintenance burden we would like to avoid
* Thu Apr 13 2017 tchvatalAATTsuse.com- Drop bug610223.patch as we moved to libdir
* Thu Apr 13 2017 tchvatalAATTsuse.com- Move check to %check phase- Split showciphers to separate file
* Wed Apr 12 2017 tchvatalAATTsuse.com- Move openssl to /usr/lib64 from /lib64
* Wed Apr 12 2017 tchvatalAATTsuse.com- Remove some of the DSO setting code that is not needed- Fix the showciphers binary
* Wed Apr 12 2017 tchvatalAATTsuse.com- Rename to openssl-1_0_0 to allow instalation of multiple versions
* Tue Apr 04 2017 tchvatalAATTsuse.com- Remove O3 from optflags, no need to not rely on distro wide settings- Remove conditions for sle10 and sle11, we care only about sle12+- USE SUSE instead of SuSE in readme- Pass over with spec-cleaner
* Thu Feb 02 2017 vcizekAATTsuse.com- fix X509_CERT_FILE path (bsc#1022271) and rename updated openssl-1.0.1e-truststore.diff to openssl-truststore.patch
* Fri Jan 27 2017 meissnerAATTsuse.com- Updated to openssl 1.0.2k - bsc#1009528 / CVE-2016-7055: openssl: Montgomery multiplication may produce incorrect results - bsc#1019334 / CVE-2016-7056: openssl: ECSDA P-256 timing attack key recovery - bsc#1022085 / CVE-2017-3731: openssl: Truncated packet could crash via OOB read - bsc#1022086 / CVE-2017-3732: openssl: BN_mod_exp may produce incorrect results on x86_64
* Fri Sep 30 2016 vcizekAATTsuse.com- resume reading from /dev/urandom when interrupted by a signal (bsc#995075)
* add openssl-randfile_fread_interrupt.patch
* Fri Sep 30 2016 vcizekAATTsuse.com- add FIPS changes from SP2:- fix problems with locking in FIPS mode (bsc#992120)
* duplicates: bsc#991877, bsc#991193, bsc#990392, bsc#990428 and bsc#990207
* bring back openssl-fipslocking.patch- drop openssl-fips_RSA_compute_d_with_lcm.patch (upstream) (bsc#984323)- don\'t check for /etc/system-fips (bsc#982268)
* add openssl-fips-dont_run_FIPS_module_installed.patch- refresh openssl-fips-rsagen-d-bits.patch
* Tue Sep 27 2016 michaelAATTstroeder.com- update to openssl-1.0.2j
* Missing CRL sanity check (CVE-2016-7052 bsc#1001148)
* Fri Sep 23 2016 vcizekAATTsuse.com- OpenSSL Security Advisory [22 Sep 2016] (bsc#999665) Severity: High
* OCSP Status Request extension unbounded memory growth (CVE-2016-6304) (bsc#999666) Severity: Low
* Pointer arithmetic undefined behaviour (CVE-2016-2177) (bsc#982575)
* Constant time flag not preserved in DSA signing (CVE-2016-2178) (bsc#983249)
* DTLS buffered message DoS (CVE-2016-2179) (bsc#994844)
* OOB read in TS_OBJ_print_bio() (CVE-2016-2180) (bsc#990419)
* DTLS replay protection DoS (CVE-2016-2181) (bsc#994749)
* OOB write in BN_bn2dec() (CVE-2016-2182) (bsc#993819)
* Birthday attack against 64-bit block ciphers (SWEET32) (CVE-2016-2183) (bsc#995359)
* Malformed SHA512 ticket DoS (CVE-2016-6302) (bsc#995324)
* OOB write in MDC2_Update() (CVE-2016-6303) (bsc#995377)
* Certificate message OOB reads (CVE-2016-6306) (bsc#999668)- update to openssl-1.0.2i
* remove patches: openssl-1.0.2a-new-fips-reqs.patch openssl-1.0.2e-fips.patch
* add patches: openssl-1.0.2i-fips.patch openssl-1.0.2i-new-fips-reqs.patch
* Wed Aug 03 2016 vcizekAATTsuse.com- fix crash in print_notice (bsc#998190)
* add openssl-print_notice-NULL_crash.patch
* Tue May 03 2016 vcizekAATTsuse.com- OpenSSL Security Advisory [3rd May 2016]- update to 1.0.2h (boo#977584, boo#977663)
* Prevent padding oracle in AES-NI CBC MAC check A MITM attacker can use a padding oracle attack to decrypt traffic when the connection uses an AES CBC cipher and the server support AES-NI. (CVE-2016-2107, boo#977616)
* Fix EVP_EncodeUpdate overflow An overflow can occur in the EVP_EncodeUpdate() function which is used for Base64 encoding of binary data. If an attacker is able to supply very large amounts of input data then a length check can overflow resulting in a heap corruption. (CVE-2016-2105, boo#977614)
* Fix EVP_EncryptUpdate overflow An overflow can occur in the EVP_EncryptUpdate() function. If an attacker is able to supply very large amounts of input data after a previous call to EVP_EncryptUpdate() with a partial block then a length check can overflow resulting in a heap corruption. (CVE-2016-2106, boo#977615)
* Prevent ASN.1 BIO excessive memory allocation When ASN.1 data is read from a BIO using functions such as d2i_CMS_bio() a short invalid encoding can casuse allocation of large amounts of memory potentially consuming excessive resources or exhausting memory. (CVE-2016-2109, boo#976942)
* EBCDIC overread ASN1 Strings that are over 1024 bytes can cause an overread in applications using the X509_NAME_oneline() function on EBCDIC systems. This could result in arbitrary stack data being returned in the buffer. (CVE-2016-2176, boo#978224)
* Modify behavior of ALPN to invoke callback after SNI/servername callback, such that updates to the SSL_CTX affect ALPN.
* Remove LOW from the DEFAULT cipher list. This removes singles DES from the default.
* Only remove the SSLv2 methods with the no-ssl2-method option. When the methods are enabled and ssl2 is disabled the methods return NULL.
* Fri Apr 15 2016 dvaleevAATTsuse.com- Remove a hack for bsc#936563- Drop bsc936563_hack.patch
* Fri Apr 15 2016 vcizekAATTsuse.com- import fips patches from SLE-12
* openssl-fips-clearerror.patch
* openssl-fips-dont-fall-back-to-default-digest.patch
* openssl-fips-fix-odd-rsakeybits.patch
* openssl-fips-rsagen-d-bits.patch
* openssl-fips-selftests_in_nonfips_mode.patch
* openssl-fips_RSA_compute_d_with_lcm.patch
* openssl-fips_disallow_ENGINE_loading.patch
* openssl-fips_disallow_x931_rand_method.patch
* openssl-rsakeygen-minimum-distance.patch
* openssl-urandom-reseeding.patch
* Tue Mar 08 2016 vcizekAATTsuse.com- add support for \"ciphers\" providing no encryption (bsc#937085)
* don\'t build with -DSSL_FORBID_ENULL
* Tue Mar 01 2016 vcizekAATTsuse.com- update to 1.0.2g (bsc#968044)
* Disable weak ciphers in SSLv3 and up in default builds of OpenSSL. Builds that are not configured with \"enable-weak-ssl-ciphers\" will not provide any \"EXPORT\" or \"LOW\" strength ciphers.
* Disable SSLv2 default build, default negotiation and weak ciphers. SSLv2 is by default disabled at build-time. Builds that are not configured with \"enable-ssl2\" will not support SSLv2. Even if \"enable-ssl2\" is used, users who want to negotiate SSLv2 via the version-flexible SSLv23_method() will need to explicitly call either of: SSL_CTX_clear_options(ctx, SSL_OP_NO_SSLv2); or SSL_clear_options(ssl, SSL_OP_NO_SSLv2); (CVE-2016-0800)
* Fix a double-free in DSA code (CVE-2016-0705)
* Disable SRP fake user seed to address a server memory leak. Add a new method SRP_VBASE_get1_by_user that handles the seed properly. (CVE-2016-0798)
* Fix BN_hex2bn/BN_dec2bn NULL pointer deref/heap corruption (CVE-2016-0797)
* ) Side channel attack on modular exponentiation http://cachebleed.info. (CVE-2016-0702)
* ) Change the req app to generate a 2048-bit RSA/DSA key by default, if no keysize is specified with default_bits. This fixes an omission in an earlier change that changed all RSA/DSA key generation apps to use 2048 bits by default.
* Thu Jan 28 2016 vcizekAATTsuse.com- update to 1.0.2f (boo#963410)
* ) DH small subgroups (boo#963413) Historically OpenSSL only ever generated DH parameters based on \"safe\" primes. More recently (in version 1.0.2) support was provided for generating X9.42 style parameter files such as those required for RFC 5114 support. The primes used in such files may not be \"safe\". Where an application is using DH configured with parameters based on primes that are not \"safe\" then an attacker could use this fact to find a peer\'s private DH exponent. This attack requires that the attacker complete multiple handshakes in which the peer uses the same private DH exponent. For example this could be used to discover a TLS server\'s private DH exponent if it\'s reusing the private DH exponent or it\'s using a static DH ciphersuite. (CVE-2016-0701)
* ) SSLv2 doesn\'t block disabled ciphers (boo#963415) A malicious client can negotiate SSLv2 ciphers that have been disabled on the server and complete SSLv2 handshakes even if all SSLv2 ciphers have been disabled, provided that the SSLv2 protocol was not also disabled via SSL_OP_NO_SSLv2. (CVE-2015-3197)
* ) Reject DH handshakes with parameters shorter than 1024 bits.
* Fri Dec 04 2015 vcizekAATTsuse.com- update to 1.0.2e
* fixes five security vulnerabilities
* Anon DH ServerKeyExchange with 0 p parameter (CVE-2015-1794) (bsc#957984)
* BN_mod_exp may produce incorrect results on x86_64 (CVE-2015-3193) (bsc#957814)
* 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)- pulled a refreshed fips patch from Fedora
* openssl-1.0.2a-fips.patch was replaced by openssl-1.0.2e-fips.patch- refresh openssl-ocloexec.patch
* Thu Jul 09 2015 vcizekAATTsuse.com- update to 1.0.2d
* fixes CVE-2015-1793 (bsc#936746) Alternate chains certificate forgery During certificate verfification, OpenSSL will attempt to find an alternative certificate chain if the first attempt to build such a chain fails. An error in the implementation of this logic can mean that an attacker could cause certain checks on untrusted certificates to be bypassed, such as the CA flag, enabling them to use a valid leaf certificate to act as a CA and \"issue\" an invalid certificate.- drop openssl-fix_invalid_manpage_name.patch (upstream)
* Thu Jul 02 2015 dvaleevAATTsuse.com- Workaround debugit crash on ppc64le with gcc5 bsc936563_hack.patch (bsc#936563)
* Wed Jul 01 2015 normandAATTlinux.vnet.ibm.com- update merge_from_0.9.8k.patch replacing __LP64__ by __LP64 this is a change versus previous request 309611 required to avoid build error for ppc64
* Fri Jun 26 2015 crrodriguezAATTopensuse.org- Build with no-ssl3, for details on why this is needed read rfc7568. Contrary to the \"no-ssl2\" option, this does not require us to patch dependant packages as the relevant functions are still available (SSLv3_(client|server)_method) but will fail to negotiate. if removing SSL3 methods is desired at a later time, option \"no-ssl3-method\" needs to be used.
* Fri Jun 12 2015 vcizekAATTsuse.com- update to 1.0.2c
* Fix HMAC ABI incompatibility- refreshed openssl-1.0.2a-fips.patch
* Thu Jun 11 2015 vcizekAATTsuse.com- update to 1.0.2b
* Malformed ECParameters causes infinite loop (CVE-2015-1788)
* Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
* PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
* CMS verify infinite loop with unknown hash function (CVE-2015-1792)
* Race condition handling NewSessionTicket (CVE-2015-1791)- refreshed patches:
* 0001-Axe-builtin-printf-implementation-use-glibc-instead.patch
* 0001-libcrypto-Hide-library-private-symbols.patch
* openssl-1.0.2a-default-paths.patch
* openssl-1.0.2a-fips.patch
* compression_methods_switch.patch
* openssl-1.0.1e-add-test-suse-default-cipher-suite.patch
* Sun May 24 2015 vcizekAATTsuse.com- update to 1.0.2a
* Major changes since 1.0.1: - Suite B support for TLS 1.2 and DTLS 1.2 - Support for DTLS 1.2 - TLS automatic EC curve selection. - API to set TLS supported signature algorithms and curves - SSL_CONF configuration API. - TLS Brainpool support. - ALPN support. - CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.- packaging changes:
* merged patches modifying CIPHER_LIST into one, dropping: - openssl-1.0.1e-add-suse-default-cipher-header.patch - openssl-libssl-noweakciphers.patch
* fix a manpage with invalid name - added openssl-fix_invalid_manpage_name.patch
* remove a missing fips function - openssl-missing_FIPS_ec_group_new_by_curve_name.patch
* reimported patches from Fedora dropped patches: - openssl-1.0.1c-default-paths.patch - openssl-1.0.1c-ipv6-apps.patch - openssl-1.0.1e-fips-ctor.patch - openssl-1.0.1e-fips-ec.patch - openssl-1.0.1e-fips.patch - openssl-1.0.1e-new-fips-reqs.patch - VIA_padlock_support_on_64systems.patch added patches: - openssl-1.0.2a-default-paths.patch - openssl-1.0.2a-fips-ctor.patch - openssl-1.0.2a-fips-ec.patch - openssl-1.0.2a-fips.patch - openssl-1.0.2a-ipv6-apps.patch - openssl-1.0.2a-new-fips-reqs.patch - openssl-1.0.2a-padlock64.patch
* dropped security fixes (upstream) - 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
* upstream reformatted the sources, so all the patches have to be refreshed
* Thu Mar 19 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
* Wed Feb 04 2015 meissnerAATTsuse.com- The DATE stamp moved from crypto/Makefile to crypto/buildinf.h, replace it there (bsc#915947)
* Fri Jan 09 2015 meissnerAATTsuse.com- openssl 1.0.1k release 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.- openssl.keyring: use Matt Caswells current key. pub 2048R/0E604491 2013-04-30 uid Matt Caswell uid Matt Caswell sub 2048R/E3C21B70 2013-04-30- openssl-1.0.1e-fips.patch: rediffed- openssl-1.0.1i-noec2m-fix.patch: removed (upstream)- openssl-ocloexec.patch: rediffed
* Tue Nov 18 2014 brianAATTaljex.com- suse_version 10.1 & 10.2 x86_64 can not enable-ec_nistp_64_gcc_128
* Mon Nov 17 2014 meissnerAATTsuse.com- openssl-1.0.1i-noec2m-fix.patch: only report the Elliptic Curves we actually support (not the binary ones) (bnc#905037)
* Fri Nov 07 2014 brianAATTaljex.com- openSUSE < 11.2 doesn\'t have accept4()
* Tue Oct 21 2014 crrodriguezAATTopensuse.org- openSSL 1.0.1j
* Fix SRTP Memory Leak (CVE-2014-3513)
* Session Ticket Memory Leak (CVE-2014-3567)
* Add SSL 3.0 Fallback protection (TLS_FALLBACK_SCSV)
* Build option no-ssl3 is incomplete (CVE-2014-3568)
 
ICM