mirror of
https://github.com/polhenarejos/pico-hsm
synced 2026-06-18 20:35:59 +02:00
Fix secp521r1 test with newer OpenSSL versions.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user