blob: a18a552289b42e4851f9a42f1ace9b1a7114f417 [file] [log] [blame]
Patrick Williams26ece152015-09-22 21:59:41 -05001
2# General config settings.
3EXTRA_OECONF_append = " shared no-hw no-err no-psk no-srp no-engines "
4
5# Disable SSL (keep TLS only).
6EXTRA_OECONF_append = " no-ssl2 no-ssl3 "
7
8# Disable various algorithms.
9EXTRA_OECONF_append = " no-idea no-md2 no-mdc2 no-rc5 no-md4 \
10 no-ripemd160 no-rmd160 no-whirlpool no-sha0 no-camellia \
11 no-rc2 no-rc4 no-bf no-cast no-seed no-gost "