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
Description of issue or feature request:
Below error message in create_rsa_public_and_private_from_pem seems odd if the passed string is not encrypted and/or not a PEM, which is possible because PEMRSA_SCHEMA, which checks the input beforehand, just aliases AnyString.
Description of issue or feature request:
Below error message in
create_rsa_public_and_private_from_pem
seems odd if the passed string is not encrypted and/or not a PEM, which is possible becausePEMRSA_SCHEMA
, which checks the input beforehand, just aliasesAnyString
.securesystemslib/securesystemslib/rsa_keys.py
Lines 686 to 687 in 208ea21
Current behavior:
Error message is inaccurate for possible inputs
Expected behavior:
Fix error message or better sanitize inputs
The text was updated successfully, but these errors were encountered: