2017-04-05 11:11:22 +08:00
|
|
|
sample:
|
2017-12-06 02:00:43 +08:00
|
|
|
description: An example to illustrate the usage of
|
|
|
|
crypto APIs
|
2017-11-16 17:46:49 +08:00
|
|
|
name: Crypto APIs
|
2017-12-11 03:33:00 +08:00
|
|
|
common:
|
|
|
|
tags: crypto
|
|
|
|
harness: console
|
2018-01-13 23:24:52 +08:00
|
|
|
min_ram: 16
|
2017-04-05 11:11:22 +08:00
|
|
|
tests:
|
2017-12-06 02:00:43 +08:00
|
|
|
test-mbedtls:
|
2018-04-14 15:46:29 +08:00
|
|
|
min_flash: 34
|
2017-12-06 02:00:43 +08:00
|
|
|
extra_args: CONF_FILE=prj_mtls_shim.conf
|
2017-12-29 21:56:56 +08:00
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
regex:
|
2018-06-05 21:44:42 +08:00
|
|
|
- ".*: Cipher Sample"
|
|
|
|
- ".*main: CBC Mode"
|
|
|
|
- ".*mtls_session_setup: Unsupported mode"
|
|
|
|
- ".*main: CTR Mode"
|
|
|
|
- ".*main: CCM Mode"
|
|
|
|
- ".*ccm_mode: CCM mode ENCRYPT - Match"
|
|
|
|
- ".*ccm_mode: CCM mode DECRYPT - Match"
|
2017-12-06 02:00:43 +08:00
|
|
|
test-micro:
|
2017-12-11 03:33:00 +08:00
|
|
|
tags: micro
|
2017-12-29 21:56:56 +08:00
|
|
|
harness_config:
|
|
|
|
type: multi_line
|
|
|
|
regex:
|
2018-06-05 21:44:42 +08:00
|
|
|
- ".*: Cipher Sample"
|
|
|
|
- ".*main: CBC Mode"
|
|
|
|
- ".*cbc_mode: CBC mode ENCRYPT - Match"
|
|
|
|
- ".*cbc_mode: CBC mode DECRYPT - Match"
|
|
|
|
- ".*main: CTR Mode"
|
|
|
|
- ".*ctr_mode: CTR mode ENCRYPT - Match"
|
|
|
|
- ".*ctr_mode: CTR mode DECRYPT - Match"
|
|
|
|
- ".*main: CCM Mode"
|
|
|
|
- ".*ccm_mode: CCM mode ENCRYPT - Match"
|
|
|
|
- ".*ccm_mode: CCM mode DECRYPT - Match"
|