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
Update the documentation regarding the supported older versions
of the ecdsa schemas.
The function documentation of
securesystemslib.keys.create_signature() doesn't mention the support
for the older 'ecdsa-sha2-nistp256' schema.
Another problem is the comments in the code suggest we are supporting
the creation of 'ecdsa-sha2-nistp384' signatures which is not true.
If you read the securesystemslib.ecdsa_keys.create_signature()
function you will find we only support 'ecdsa-sha2-nistp256'.
Signed-off-by: Martin Vrachev <[email protected]>
0 commit comments