commit | 2201fe70d878074a9176f352693c582d7464a8d1 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Fri Feb 21 15:13:01 2020 +0900 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 12 08:20:39 2020 -0400 |
tree | 650803dabb55a0669b19e6a7069273f703d78b84 | |
parent | d090b39ecbfab21af198a074a05761ec5681ee37 [diff] |
test: enable RSA library test on sandbox We want to always run RSA library test on sandbox build in Travis CI. Just adding CONFIG_RSA_VERIFY_WITH_PKEY would be good enough for this purpose. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>