zephyr/tests/crypto/test_ecc_dsa
Genaro Saucedo Tejada 9021ead890 filter: Set special stack size for ecc_dsa debug
When the debug option is enabled ECC DSA test doesn't have enough stack
space so qemu fails. Adding double stack size for special case of qemu
and CONFIG_DEBUG.

Jira: ZEP-1066

Change-Id: Ib14d853de2b1c755a6171787845433648d61b75b
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-10-18 11:04:57 +00:00
..
src tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
Makefile tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
README.txt tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
debug.conf filter: Set special stack size for ecc_dsa debug 2016-10-18 11:04:57 +00:00
prj.conf tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
testcase.ini filter: Set special stack size for ecc_dsa debug 2016-10-18 11:04:57 +00:00

README.txt

Title: test_ecc_dsa

Description:

This test verifies that the TinyCrypt ECC DSA APIs operate as expected.

--------------------------------------------------------------------------------
Building and Running Project:

This microkernel project outputs to the console.  It can be built and executed
on QEMU as follows:

    make qemu

--------------------------------------------------------------------------------

Troubleshooting:

Problems caused by out-dated project information can be addressed by
issuing one of the following commands then rebuilding the project:

    make clean          # discard results of previous builds
                        # but keep existing configuration info
or
    make pristine       # discard results of previous builds
                        # and restore pre-defined configuration info

--------------------------------------------------------------------------------

Sample Output:

tc_start() - TinyCrypt ECC DSA test
[PASS] Test #1: ECDSAsign - NIST-p256, SHA2-256
[PASS] Test #2: ECDSAvrfy - NIST-p256, SHA2-256
[PASS] Test #3: Monte Carlo (Randomized EC-DSA signatures) - NIST-p256, SHA2-256

All ECC-DSA tests succeeded.
===================================================================
PASS - main.
===================================================================
PROJECT EXECUTION SUCCESSFUL