blob: 98f1c0d596c6c91a5955310106f6e31896b9e53b [file] [log] [blame]
Paul Elliottd6635432021-11-18 22:35:48 +00001Pkcs12 derive key : Zero length password and hash
Paul Elliottbfa273e2021-11-22 17:50:26 +00002depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +00003pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"":1:"":1:3:0
4
5Pkcs12 derive key: NULL password and hash
Paul Elliottbfa273e2021-11-22 17:50:26 +00006depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +00007pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"":0:"":0:3:0
8
9Pkcs12 derive key: Zero length password
Paul Elliottbfa273e2021-11-22 17:50:26 +000010depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000011pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"":1:"0123456789abcdef":1:3:0
12
13Pkcs12 derive key: NULL password
Paul Elliottbfa273e2021-11-22 17:50:26 +000014depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000015pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"":0:"0123456789abcdef":1:3:0
16
17Pkcs12 derive key: Invalid length NULL password
Paul Elliottbfa273e2021-11-22 17:50:26 +000018depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000019pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"0123456789abcdef":2:"0123456789abcdef":1:3:MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA
20
21Pkcs12 derive key: Zero length hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000022depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000023pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"":1:3:0
24
25Pkcs12 derive key: NULL hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000026depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000027pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"":0:3:0
28
29Pkcs12 derive key: Invalid length NULL hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000030depends_on:MBEDTLS_MD5_C
Paul Elliottd6635432021-11-18 22:35:48 +000031pkcs12_derive_key_test:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"0123456789abcdef":2:3:MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA
32
33