Accepting request 767728 from home:vitezslav_cizek:branches:security:tls
* 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 OBS-URL: https://build.opensuse.org/request/show/767728 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=53
This commit is contained in:
parent
d4b57dac41
commit
2a1b36e3f7
@ -31,7 +31,9 @@ Tue Jan 21 11:10:42 UTC 2020 - Vítězslav Čížek <vcizek@suse.com>
|
||||
* 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
|
||||
* 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 13:44:06 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
@ -81,6 +81,7 @@ Patch39: openssl-fips-dont_run_FIPS_module_installed.patch
|
||||
Patch40: openssl-fips-selftests_in_nonfips_mode.patch
|
||||
Patch41: openssl-fips-clearerror.patch
|
||||
Patch42: openssl-fips-ignore_broken_atexit_test.patch
|
||||
Patch43: openssl-keep_EVP_KDF_functions_version.patch
|
||||
BuildRequires: pkgconfig
|
||||
Conflicts: ssl
|
||||
Provides: ssl
|
||||
|
24
openssl-keep_EVP_KDF_functions_version.patch
Normal file
24
openssl-keep_EVP_KDF_functions_version.patch
Normal file
@ -0,0 +1,24 @@
|
||||
Index: openssl-1.1.1d/util/libcrypto.num
|
||||
===================================================================
|
||||
--- openssl-1.1.1d.orig/util/libcrypto.num 2020-01-27 12:07:26.467151662 +0100
|
||||
+++ openssl-1.1.1d/util/libcrypto.num 2020-01-27 13:18:44.456778054 +0100
|
||||
@@ -4617,11 +4617,11 @@ FIPS_drbg_get_strength
|
||||
FIPS_rand_strength 6380 1_1_0g EXIST::FUNCTION:
|
||||
FIPS_drbg_get_blocklength 6381 1_1_0g EXIST::FUNCTION:
|
||||
FIPS_drbg_init 6382 1_1_0g EXIST::FUNCTION:
|
||||
-EVP_KDF_CTX_new_id 6590 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_CTX_free 6591 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_reset 6592 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_ctrl 6593 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_vctrl 6594 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_ctrl_str 6595 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_size 6596 1_1_1b EXIST::FUNCTION:
|
||||
-EVP_KDF_derive 6597 1_1_1b EXIST::FUNCTION:
|
||||
+EVP_KDF_CTX_new_id 6590 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_CTX_free 6591 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_reset 6592 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_ctrl 6593 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_vctrl 6594 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_ctrl_str 6595 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_size 6596 1_1_1d EXIST::FUNCTION:
|
||||
+EVP_KDF_derive 6597 1_1_1d EXIST::FUNCTION:
|
Loading…
Reference in New Issue
Block a user