]> code.ossystems Code Review - openembedded-core.git/commit
openssh: disable ciphers not supported by OpenSSL DES
authorHongxu Jia <hongxu.jia@windriver.com>
Wed, 18 Apr 2018 14:32:54 +0000 (22:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Apr 2018 13:44:46 +0000 (14:44 +0100)
commit08a5cda85594fca8b352841a26131bfac39c8417
treea827fa54d35132f270790b384e294e925be0b245
parent35867ee035030ab76fc9ccdb0eb1c3f80126301c
openssh: disable ciphers not supported by OpenSSL DES

While compiling openssl with option `no-des', it caused the openssh
build failure
...
cipher.c:85:41: error: 'EVP_des_ede3_cbc' undeclared here (not in a function);
...

OpenSSL configured that way defines OPENSSL_NO_DES to disable des

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssh/openssh/disable-ciphers-not-supported-by-OpenSSL-DES.patch [new file with mode: 0644]
meta/recipes-connectivity/openssh/openssh_7.6p1.bb