Allow use of insecure hashes in openssl-native
Because of this commit here:
https://github.com/webpack/webpack/pull/6549/commits
The newest version of webpack chooses to use md4 for compile time
hashing instead of something more useful like md5/sha1/sha256. In the
openbmc openssl.bbappend, we override and disable some of the ciphers we
should not be using on target.
This patchset adjusts the recipe to only disable the insecure hashes on
the target, so openssl-native still compiles and allows them.
This patchset is the first in a series to upgrade phosphor-webui to the
latest versions of the packages we use.
Originally opened as:
https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/12561/
Change-Id: I3bde18409dc36b1059730d37f075fc34e9c40b2b
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
1 file changed