1
0

test: fix private_keys test

This commit is contained in:
Nicolas Duchon 2022-12-03 20:18:15 +01:00
parent 6c106b0fdd
commit 23c5a2379c
No known key found for this signature in database
GPG Key ID: EA3151C66A4D79E7

@ -27,9 +27,9 @@ trap cleanup EXIT
declare -A key_types declare -A key_types
key_types=( \ key_types=( \
['2048']='RSA Public-Key: (2048 bit)' \ ['2048']='Public-Key: (2048 bit)' \
['3072']='RSA Public-Key: (3072 bit)' \ ['3072']='Public-Key: (3072 bit)' \
['4096']='RSA Public-Key: (4096 bit)' \ ['4096']='Public-Key: (4096 bit)' \
['ec-256']='prime256v1' \ ['ec-256']='prime256v1' \
['ec-384']='secp384r1' \ ['ec-384']='secp384r1' \
) )