blob: c8bfe46945b1663c7aea93cd271c89247bedf915 [file] [log] [blame]
Paul Elliottdf006952021-11-30 16:31:10 +00001PKCS#12 derive key : Zero length password and hash
Paul Elliottbfa273e2021-11-22 17:50:26 +00002depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +00003pkcs12_derive_key:MBEDTLS_MD_MD5:48:"":1:"":1:3:0
Paul Elliottd6635432021-11-18 22:35:48 +00004
Paul Elliottdf006952021-11-30 16:31:10 +00005PKCS#12 derive key: NULL password and hash
Paul Elliottbfa273e2021-11-22 17:50:26 +00006depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +00007pkcs12_derive_key:MBEDTLS_MD_MD5:48:"":0:"":0:3:0
Paul Elliottd6635432021-11-18 22:35:48 +00008
Paul Elliottdf006952021-11-30 16:31:10 +00009PKCS#12 derive key: Zero length password
Paul Elliottbfa273e2021-11-22 17:50:26 +000010depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000011pkcs12_derive_key:MBEDTLS_MD_MD5:48:"":1:"0123456789abcdef":1:3:0
Paul Elliottd6635432021-11-18 22:35:48 +000012
Paul Elliottdf006952021-11-30 16:31:10 +000013PKCS#12 derive key: NULL password
Paul Elliottbfa273e2021-11-22 17:50:26 +000014depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000015pkcs12_derive_key:MBEDTLS_MD_MD5:48:"":0:"0123456789abcdef":1:3:0
Paul Elliottd6635432021-11-18 22:35:48 +000016
Paul Elliottdf006952021-11-30 16:31:10 +000017PKCS#12 derive key: Invalid length NULL password
Paul Elliottbfa273e2021-11-22 17:50:26 +000018depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000019pkcs12_derive_key:MBEDTLS_MD_MD5:48:"0123456789abcdef":2:"0123456789abcdef":1:3:MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA
Paul Elliottd6635432021-11-18 22:35:48 +000020
Paul Elliottdf006952021-11-30 16:31:10 +000021PKCS#12 derive key: Zero length hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000022depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000023pkcs12_derive_key:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"":1:3:0
Paul Elliottd6635432021-11-18 22:35:48 +000024
Paul Elliottdf006952021-11-30 16:31:10 +000025PKCS#12 derive key: NULL hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000026depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000027pkcs12_derive_key:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"":0:3:0
Paul Elliottd6635432021-11-18 22:35:48 +000028
Paul Elliottdf006952021-11-30 16:31:10 +000029PKCS#12 derive key: Invalid length NULL hash
Paul Elliottbfa273e2021-11-22 17:50:26 +000030depends_on:MBEDTLS_MD5_C
Paul Elliottdf006952021-11-30 16:31:10 +000031pkcs12_derive_key:MBEDTLS_MD_MD5:48:"0123456789abcdef":1:"0123456789abcdef":2:3:MBEDTLS_ERR_PKCS12_BAD_INPUT_DATA
Paul Elliottd6635432021-11-18 22:35:48 +000032
33