mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-04-17 21:58:27 +00:00
Fix parsing 521 key for openssl>3.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
bd47ba479e
commit
f96b189eb0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue