CryptoPkg/OpensslLib: Set ARC4 disable in OpensslLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1898 This patch is create by adding the setting "no_rc4" of process_files.pl and running it thru perl. It would remove the ARC4 from OpensslLib. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com> Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
c22a32e1ab
commit
f4c15d3807
@@ -80,6 +80,7 @@ BEGIN {
|
||||
"no-poly1305",
|
||||
"no-posix-io",
|
||||
"no-rc2",
|
||||
"no-rc4",
|
||||
"no-rfc3779",
|
||||
"no-rmd160",
|
||||
"no-scrypt",
|
||||
|
Reference in New Issue
Block a user