Files
wolfssl/tests
Sean Parkinson 5a72fee3df Disable algorithms: fixes
WOLFSSL_PUBLIC_MP and disable algorithms didn't work because of api.c.
 - mp_cond_copy not available unless ECC compiled in
 - wc_export_int not available unless ECC compiled in
Enabling only DH and using SP with SP Math didn't work as the DH
parameters were too small.
sp_cmp is needed when only DH.
mp_set_int is was not available in SP math when RSA is not defined.
mp_set is close enough for the use cases.
Configure with SP and SP math but not RSA, DH and ECC didn't configure -
now default to small maths.
2021-11-19 16:56:33 +10:00
..
2021-11-19 16:56:33 +10:00
2021-03-11 13:42:46 +07:00
2021-09-28 17:16:44 -04:00
2020-12-17 14:26:49 +01:00
2021-03-11 13:42:46 +07:00
2020-11-24 11:46:10 -08:00
2020-07-20 15:03:48 -07:00
2021-09-24 08:37:53 +10:00
2020-12-17 14:26:49 +01:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md