You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either the library should provide means to check aux data integrity before passing it to hss_load_private_key or hss_load_private_key shall return an indication that aux data is corrupted.
Check if expanded_aux is 0 and return a warning to the user via info->error_code
The text was updated successfully, but these errors were encountered:
MarkLuk
changed the title
During private key loading, there is no indication that the provided 'aux data' is corrupted
During private key loading, there is no indication if the provided 'aux data' is corrupted
May 12, 2024
Either the library should provide means to check
aux data
integrity before passing it tohss_load_private_key
orhss_load_private_key
shall return an indication thataux data
is corrupted.Something like
hash-sigs/hss_generate.c
Line 400 in 73310fd
Check if
expanded_aux
is 0 and return a warning to the user viainfo->error_code
The text was updated successfully, but these errors were encountered: