Patrick Williams | 8e8d503 | 2015-09-22 21:59:41 -0500 | [diff] [blame] | 1 | |
2 | # General config settings. | ||||
3 | EXTRA_OECONF_append = " shared no-hw no-err no-psk no-srp no-engines " | ||||
4 | |||||
5 | # Disable SSL (keep TLS only). | ||||
6 | EXTRA_OECONF_append = " no-ssl2 no-ssl3 " | ||||
7 | |||||
8 | # Disable various algorithms. | ||||
9 | EXTRA_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 " |