mbed TLS Build
Dependents: Encrypt_Decrypt1 mbed_blink_tls encrypt encrypt
tests/suites/test_suite_error.data@0:cdf462088d13, 2017-01-05 (annotated)
- Committer:
- markrad
- Date:
- Thu Jan 05 00:18:44 2017 +0000
- Revision:
- 0:cdf462088d13
Initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
markrad | 0:cdf462088d13 | 1 | Single low error |
markrad | 0:cdf462088d13 | 2 | depends_on:MBEDTLS_AES_C |
markrad | 0:cdf462088d13 | 3 | error_strerror:-0x0020:"AES - Invalid key length" |
markrad | 0:cdf462088d13 | 4 | |
markrad | 0:cdf462088d13 | 5 | Single high error |
markrad | 0:cdf462088d13 | 6 | depends_on:MBEDTLS_RSA_C |
markrad | 0:cdf462088d13 | 7 | error_strerror:-0x4080:"RSA - Bad input parameters to function" |
markrad | 0:cdf462088d13 | 8 | |
markrad | 0:cdf462088d13 | 9 | Low and high error |
markrad | 0:cdf462088d13 | 10 | depends_on:MBEDTLS_AES_C:MBEDTLS_RSA_C |
markrad | 0:cdf462088d13 | 11 | error_strerror:-0x40A0:"RSA - Bad input parameters to function \: AES - Invalid key length" |
markrad | 0:cdf462088d13 | 12 | |
markrad | 0:cdf462088d13 | 13 | Non existing high error |
markrad | 0:cdf462088d13 | 14 | error_strerror:-0x8880:"UNKNOWN ERROR CODE (8880)" |
markrad | 0:cdf462088d13 | 15 | |
markrad | 0:cdf462088d13 | 16 | Non existing low error |
markrad | 0:cdf462088d13 | 17 | error_strerror:-0x007F:"UNKNOWN ERROR CODE (007F)" |
markrad | 0:cdf462088d13 | 18 | |
markrad | 0:cdf462088d13 | 19 | Non existing low and high error |
markrad | 0:cdf462088d13 | 20 | error_strerror:-0x88FF:"UNKNOWN ERROR CODE (8880) \: UNKNOWN ERROR CODE (007F)" |
markrad | 0:cdf462088d13 | 21 |