mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Fix secp521r1 test with newer OpenSSL versions.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
839fb431c4
commit
983a5b7d10
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ gen_and_check() {
|
||||||
glabel="EC_POINT 512 bits"
|
glabel="EC_POINT 512 bits"
|
||||||
;;
|
;;
|
||||||
*"521"*)
|
*"521"*)
|
||||||
glabel="EC_POINT 528 bits"
|
glabel="EC_POINT 52"
|
||||||
;;
|
;;
|
||||||
*"rsa"*)
|
*"rsa"*)
|
||||||
IFS=: read -r v1 bits <<< "$1"
|
IFS=: read -r v1 bits <<< "$1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue