|
|
|
|
Changelog for libopenssl1_1-hmac-1.1.1s-1.81.x86_64.rpm :
* Wed Nov 02 2022 Otto Hollmann - Updated openssl.keyring with key A21FAB74B0088AA361152586B8EF1A6BA9DA2D5C- Update to 1.1.1s: * Fixed a regression introduced in 1.1.1r version not refreshing the certificate data to be signed before signing the certificate.- Update to 1.1.1r: * Fixed the linux-mips64 Configure target which was missing the SIXTY_FOUR_BIT bn_ops flag. This was causing heap corruption on that platform. * Fixed a strict aliasing problem in bn_nist. Clang-14 optimisation was causing incorrect results in some cases as a result. * Fixed SSL_pending() and SSL_has_pending() with DTLS which were failing to report correct results in some cases * Fixed a regression introduced in 1.1.1o for re-signing certificates with different key sizes * Added the loongarch64 target * Fixed a DRBG seed propagation thread safety issue * Fixed a memory leak in tls13_generate_secret * Fixed reported performance degradation on aarch64. Restored the implementation prior to commit 2621751 (\"aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR mode\") for 64bit targets only, since it is reportedly 2-17% slower and the silicon errata only affects 32bit targets. The new algorithm is still used for 32 bit targets. * Added a missing header for memcmp that caused compilation failure on some platforms * Sat Sep 24 2022 Jason Sikes - Added openssl-1_1-paramgen-default_to_rfc7919.patch * bsc#1180995 * Default to RFC7919 groups when generating ECDH parameters using \'genpkey\' or \'dhparam\' in FIPS mode. * Thu Jul 07 2022 Jason Sikes - update to 1.1.1q: * [CVE-2022-2097, bsc#1201099] * Addresses situations where AES OCB fails to encrypt some bytes * Tue Jun 28 2022 Andreas Schwab - openssl-riscv64-config.patch: backport of riscv64 config support * Thu Jun 23 2022 Jason Sikes - Update to 1.1.1p: * bsc#1185637 - updated certificates required for testing that failed when date is later than 1 June 2022 - removed openssl-update_expired_certificates.patch * [bsc#1200550, CVE-2022-2068] - more shell code injection issues in c_rehash * Thu Jun 02 2022 Jason Sikes - Update to 1.1.1o: [CVE-2022-1292, bsc#1199166] * Fixed a bug in the c_rehash script which was not properly sanitising shell metacharacters to prevent command injection. * Rebased openssl-s390x-assembly-pack-add-OPENSSL_s390xcap-environment.patch * Rebased openssl-s390x-assembly-pack-add-support-for-pcc-and-kma-inst.patch- Added openssl-update_expired_certificates.patch * Openssl failed tests because of expired certificates. * bsc#1185637 * Sourced from https://github.com/openssl/openssl/pull/18446/commits * Tue Mar 15 2022 Pedro Monreal - Update to 1.1.1n: [bsc#1196877, CVE-2022-0778] * Security fix [CVE-2022-0778]: Infinite loop for non-prime moduli in BN_mod_sqrt() reachable when parsing certificates. * Add ciphersuites based on DHE_PSK (RFC 4279) and ECDHE_PSK (RFC 5489) to the list of ciphersuites providing Perfect Forward Secrecy as required by SECLEVEL >= 3. * Rebase openssl-1.1.1-fips.patch openssl-1.1.1-evp-kdf.patch * Fri Mar 04 2022 Pedro Monreal - Security fix: [bsc#1192820, CVE-2002-20001] * Fix DHEATER: The Diffie-Hellman Key Agreement Protocol allows remote attackers (from the client side) to send arbitrary numbers that are actually not public keys, and trigger expensive server-side DHE calculation. * Stop recommending the DHE in SSL_DEFAULT_SUSE_CIPHER_LIST * Rebase openssl-DEFAULT_SUSE_cipher.patch * Tue Feb 22 2022 Pedro Monreal - Fix the engines section in /etc/ssl/openssl.cnf [bsc#1194187] * In an INI-type file, the sections begin with a [section_name] and they run until the next section begins. * Rebase openssl-1_1-use-include-directive.patch * Fri Feb 11 2022 Pedro Monreal - Pull libopenssl-1_1 when updating openssl-1_1 with the same version. [bsc#1195792] * Fri Feb 04 2022 Pedro Monreal - FIPS: Fix function and reason error codes [bsc#1182959] * Add openssl-1_1-FIPS-fix-error-reason-codes.patch * Thu Feb 03 2022 Pedro Monreal - Enable zlib compression support [bsc#1195149] * Fri Jan 28 2022 Pedro Monreal - Backport cryptographic improvements from OpenSSL 3 [jsc#SLE-19742] * Optimize RSA on armv8: openssl-1_1-Optimize-RSA-armv8.patch * Optimize AES-XTS mode for aarch64: openssl-1_1-Optimize-AES-XTS-aarch64.patch * Optimize AES-GCM for uarchs with unroll and new instructions: openssl-1_1-Optimize-AES-GCM-uarchs.patch * Fri Jan 28 2022 Pedro Monreal - POWER10 performance enhancements for cryptography [jsc#SLE-18136] * openssl-1_1-Optimize-ppc64.patch * Tue Dec 28 2021 Pedro Monreal - Update to 1.1.1m: * Avoid loading of a dynamic engine twice. * Prioritise DANE TLSA issuer certs over peer certs- Rebased patches: * openssl-1.1.1-evp-kdf.patch * openssl-1.1.1-system-cipherlist.patch * Mon Dec 06 2021 Mark Post - Added openssl-1_1-use-include-directive.patch so that the default /etc/ssl/openssl.cnf file will include any configuration files that other packages might place into /etc/ssl/engines.d/ and /etc/ssl/engdef.d/ This is a fix for bsc#1004463 where scripting was being used to modify the openssl.cnf file. The scripting would fail if either the default openssl.cnf file, or the sample openssl-ibmca configuration file would be changed by upstream.- Updated spec file to create the two new necessary directores for the above patch. * Thu Nov 11 2021 Giuliano Belinassi - Add support for livepatches (jsc#SLE-20049).- Generate ipa-clones tarball artifact when livepatching is enabled. * Tue Nov 02 2021 Andreas Schneider - Add missing libopenssl1_1-hmac 32bit package * Mon Nov 01 2021 Dan Čermák - Drop openssl-no-date.patch Upstream added support for reproducible builds via SOURCE_DATE_EPOCH in https://github.com/openssl/openssl/commit/8a8d9e190533ee41e8b231b18c7837f98f1ae231 thereby making this patch obsolete as builds *should * still be reproducible. * Mon Sep 27 2021 Pedro Monreal - Enforce crypto-policies for the upcoming Leap 15.4 and SLE 15-SP4 * Tue Aug 24 2021 Pedro Monreal - Update to 1.1.1l: * [bsc#1189520, CVE-2021-3711] Fixed an SM2 Decryption Buffer Overflow. * [bsc#1189521, CVE-2021-3712] Fixed various read buffer overruns processing ASN.1 strings * Wed Jul 28 2021 Pedro Monreal - Require the crypto-policies package from libopenssl-1_1 * Mon May 17 2021 Jason Sikes - Added openssl-add_rfc3526_rfc7919.patch * Genpkey: \"-pkeyopt dh_param:\" can now choose modp_ * (rfc3526) and ffdhe * (rfc7919) groups. Example: $ openssl genpkey -genparam -algorithm DH -pkeyopt dh_param:ffdhe4096 * DH_new_by_nid(), DH_get_nid(), and EVP_PKEY_CTX_set_dh_nid(): NID_modp_ * groups are now available, similar to NID_ffdhe *. * Fixes bsc#1180995 - openssl s_server fails when FIPS is enabled * Thu Mar 25 2021 Jason Sikes - Update to 1.1.1k * Fixed a problem with verifying a certificate chain when using the X509_V_FLAG_X509_STRICT flag. This flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. ([CVE-2021-3450]) [bsc#1183851] * Fixed an issue where an OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. ([CVE-2021-3449]) [bsc#1183852] * Tue Mar 02 2021 Pedro Monreal - Fix unresolved error codes [bsc#1182959]- Update patches: * openssl-1.1.1-fips.patch * openssl-1.1.1-evp-kdf.patch * Fri Feb 19 2021 Pedro Monreal - Update to 1.1.1j * Fixed the X509_issuer_and_serial_hash() function. It attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it was failing to correctly handle any errors that may occur while parsing the issuer field [bsc#1182331, CVE-2021-23841] * Fixed the RSA_padding_check_SSLv23() function and the RSA_SSLV23_PADDING padding mode to correctly check for rollback attacks. * Fixed the EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate functions. Previously they could overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call would be 1 (indicating success), but the output length value would be negative. This could cause applications to behave incorrectly or crash. [bsc#1182333, CVE-2021-23840] * Fixed SRP_Calc_client_key so that it runs in constant time. The previous implementation called BN_mod_exp without setting BN_FLG_CONSTTIME. This could be exploited in a side channel attack to recover the password. Since the attack is local host only this is outside of the current OpenSSL threat model and therefore no CVE is assigned.- Rebase patches: * openssl-1.1.1-fips.patch * openssl-1.1.0-issuer-hash.patch * openssl-1.1.1-evp-kdf.patch * Sat Feb 06 2021 Jason Sikes - Removed patch because it was causing problems with other servers. * openssl-zero-pad-DHE-public-key.patch * bsc#1181796 * Thu Feb 04 2021 Jason Sikes - Zero pad the DHE public key in ClientKeyExchange for interoperability with Windows Server 2019. * openssl-zero-pad-DHE-public-key.patch * bsc#1181796 * sourced from https://github.com/openssl/openssl/pull/12331/files * Fri Jan 22 2021 Pedro Monreal - Add version guards for the crypto-policies * Wed Jan 20 2021 Pedro Monreal - Disable test_srp subsection from 90-test_sslapi.t test- Use SECLEVEL 2 in 80-test_ssl_new.t- Add patches: * openssl-1_1-use-seclevel2-in-tests.patch * openssl-1_1-disable-test_srp-sslapi.patch * Fri Jan 08 2021 Pedro Monreal - Allow SHA1 in SECLEVEL 2 in non-FIPS mode- Add openssl-1_1-seclevel.patch * Thu Dec 17 2020 Pedro Monreal - Require the crypto-policies package [bsc#1180051] * Tue Dec 08 2020 Vítězslav Čížek - Update to 1.1.1i (bsc#1179491) * Fixed NULL pointer deref in GENERAL_NAME_cmp (CVE-2020-1971)- Refresh openssl-1.1.1-fips-post-rand.patch * Thu Nov 19 2020 Vítězslav Čížek - Use the centralized crypto policy profile (jsc#SLE-15832) * add openssl-1.1.1-system-cipherlist.patch from Fedora * Mon Oct 12 2020 Dominique Leuenberger - Escape rpm command %%expand when used in comment. * Tue Sep 22 2020 Vítězslav Čížek - Update to 1.1.1h * Disallow explicit curve parameters in verifications chains when X509_V_FLAG_X509_STRICT is used * Enable \'MinProtocol\' and \'MaxProtocol\' to configure both TLS and DTLS contexts- refresh openssl-fips_selftest_upstream_drbg.patch * DRBG internals got renamed back: reseed_gen_counter -> generate_counter reseed_prop_counter -> reseed_counter * Fri May 15 2020 Vítězslav Čížek - Limit the DRBG selftests to not deplete entropy (bsc#1165274) * fixes also Firefox crashing with Kerberos (bsc#1167132) * update openssl-fips_selftest_upstream_drbg.patch * Tue Apr 21 2020 Vítězslav Čížek - Update to 1.1.1g * Fixed segmentation fault in SSL_check_chain (CVE-2020-1967, bsc#1169407) Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the \"signature_algorithms_cert\" TLS extension. The crash occurs if an invalid or unrecognised signature algorithm is received from the peer. This could be exploited by a malicious peer in a Denial of Service attack. * Added AES consttime code for no-asm configurations an optional constant time support for AES was added when building openssl for no-asm.- refresh patches: * openssl-1.1.1-fips.patch * openssl-1.1.1-fips-crng-test.patch * Tue Mar 31 2020 Vítězslav Čížek - Update to 1.1.1f * Revert the unexpected EOF reporting via SSL_ERROR_SSL- refresh openssl-1.1.0-no-html.patch * Fri Mar 20 2020 Vítězslav Čížek - Update to 1.1.1e * Properly detect EOF while reading in libssl. Previously if we hit an EOF while reading in libssl then we would report an error back to the application (SSL_ERROR_SYSCALL) but errno would be 0. We now add an error to the stack (which means we instead return SSL_ERROR_SSL) and therefore give a hint as to what went wrong. * Check that ed25519 and ed448 are allowed by the security level. Previously signature algorithms not using an MD were not being checked that they were allowed by the security level. * Fixed SSL_get_servername() behaviour. The behaviour of SSL_get_servername() was not quite right. The behaviour was not consistent between resumption and normal handshakes, and also not quite consistent with historical behaviour. The behaviour in various scenarios has been clarified and it has been updated to make it match historical behaviour as closely as possible. * Corrected the documentation of the return values from the EVP_DigestSign * set of functions. The documentation mentioned negative values for some errors, but this was never the case, so the mention of negative values was removed. * Added a new method to gather entropy on VMS, based on SYS$GET_ENTROPY. The presence of this system service is determined at run-time. * Added newline escaping functionality to a filename when using openssl dgst. This output format is to replicate the output format found in the \' *sum\' checksum programs. This aims to preserve backward compatibility. * Print all values for a PKCS#12 attribute with \'openssl pkcs12\', not just the first value.- Update bunch of patches as the internal crypto headers got reorganized- drop openssl-1_1-CVE-2019-1551.patch (upstream) * Fri Mar 20 2020 Vítězslav Čížek - openssl dgst: default to SHA256 only when called without a digest, not when it couldn\'t be found (bsc#1166189) * add openssl-unknown_dgst.patch * Wed Mar 04 2020 Vítězslav Čížek - Limit the DRBG selftests to not deplete entropy (bsc#1165274) * update openssl-fips_selftest_upstream_drbg.patch * Wed Feb 26 2020 Vítězslav Čížek - Run FIPS DRBG selftests against the crypto/rand DRBG implementation (bsc#1164557) * add openssl-fips_selftest_upstream_drbg.patch * Fri Feb 21 2020 Vítězslav Čížek - Use the newly build libcrypto shared library when computing the hmac checksums in order to avoid a bootstrapping issue by BuildRequiring libopenssl1_1 (bsc#1164102) * Thu Feb 20 2020 Vítězslav Čížek - Fix wrong return values of FIPS DSA and ECDH selftests (bsc#1163569) * add openssl-fips_fix_selftests_return_value.patch * Tue Feb 18 2020 Jason Sikes - Added SHA3 FIPS self-tests bsc#1155345 * openssl-fips-add-SHA3-selftest.patch * Tue Jan 28 2020 Pedro Monreal Gonzalez - Support for CPACF enhancements - part 2 (crypto) [jsc#SLE-7403]- Add patches: * openssl-s390x-assembly-pack-accelerate-X25519-X448-Ed25519-and-Ed448.patch * openssl-s390x-fix-x448-and-x448-test-vector-ctime-for-x25519-and-x448.patch * Thu Jan 23 2020 Vítězslav Čížek - Temporarily ignore broken OPENSSL_INIT_NO_ATEXIT due to our layered FIPS initialization (bsc#1161789) * openssl-fips-ignore_broken_atexit_test.patch * Wed Jan 22 2020 Vítězslav Čížek - Import FIPS patches from SLE-15 * openssl-fips-dont_run_FIPS_module_installed.patch * openssl-fips_mode.patch * openssl-ship_fips_standalone_hmac.patch * openssl-fips-clearerror.patch * openssl-fips-selftests_in_nonfips_mode.patch * Tue Jan 21 2020 Vítězslav Čížek - Don\'t run FIPS power-up self-tests when the checksum files aren\'t installed (bsc#1042392) * add openssl-fips-run_selftests_only_when_module_is_complete.patch * Tue Jan 21 2020 Vítězslav Čížek - Import FIPS patches from Fedora (bsc#1157702, jsc#SLE-9553) * openssl-1.1.1-fips-crng-test.patch * openssl-1.1.1-fips-post-rand.patch * openssl-1.1.1-fips.patch * openssl-1.1.0-issuer-hash.patch * openssl-1.1.1-evp-kdf.patch * openssl-1.1.1-ssh-kdf.patch replaces openssl-jsc-SLE-8789-backport_KDF.patch- keep EVP_KDF functions at version 1.1.1d for backward compatibility * add openssl-keep_EVP_KDF_functions_version.patch
|
|
|