diff options
| -rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb index a82fd512ac..74ca11387a 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1i.bb | |||
| @@ -55,8 +55,15 @@ CFLAGS_append_class-native = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/built | |||
| 55 | CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" | 55 | CFLAGS_append_class-nativesdk = " -DOPENSSLDIR=/not/builtin -DENGINESDIR=/not/builtin" |
| 56 | 56 | ||
| 57 | # Disable deprecated crypto algorithms | 57 | # Disable deprecated crypto algorithms |
| 58 | # Retained for compatibilty - des (curl), dh (python-ssl), dsa (rpm) | 58 | # Retained for compatibilty |
| 59 | DEPRECATED_CRYPTO_FLAGS = " no-ssl no-idea no-psk no-rc2 no-rc4 no-rc5 no-md2 no-md4 no-srp no-camellia no-bf no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool" | 59 | # des (curl) |
| 60 | # dh (python-ssl) | ||
| 61 | # dsa (rpm) | ||
| 62 | # md4 (cyrus-sasl freeradius hostapd) | ||
| 63 | # bf (wvstreams postgresql x11vnc crda znc cfengine) | ||
| 64 | # rc4 (freerdp librtorrent ettercap xrdp transmission pam-ssh-agent-auth php) | ||
| 65 | # rc2 (mailx) | ||
| 66 | DEPRECATED_CRYPTO_FLAGS = "no-ssl no-idea no-psk no-rc5 no-md2 no-srp no-camellia no-mdc2 no-scrypt no-seed no-siphash no-sm2 no-sm3 no-sm4 no-whirlpool" | ||
| 60 | 67 | ||
| 61 | do_configure () { | 68 | do_configure () { |
| 62 | os=${HOST_OS} | 69 | os=${HOST_OS} |
