Fix parsing 521 key for openssl>3.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2026-02-25 20:17:02 +01:00
parent bd47ba479e
commit f96b189eb0
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -21,7 +21,7 @@ gen_and_check() {
glabel="EC_POINT 512 bits"
;;
*"521"*)
glabel="EC_POINT 528 bits"
glabel="EC_POINT 52"
;;
*"rsa"*)
IFS=: read -r v1 bits <<< "$1"