Skip to content

Commit

Permalink
Update securesystemslib/interface.py
Browse files Browse the repository at this point in the history
Co-authored-by: Trishank Karthik Kuppusamy <[email protected]>
  • Loading branch information
lukpueh and trishankatdatadog authored Nov 6, 2020
1 parent 1cb5bcd commit 6064d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securesystemslib/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def _generate_and_write_rsa_keypair(filepath=None, bits=DEFAULT_RSA_KEY_BITS,
If a password is passed or entered on the prompt, the private key is
encrypted. According to the documentation of the used pyca/cryptography
library encryption is performed "using the best available encryption for a
library, encryption is performed "using the best available encryption for a
given key's backend", which "is a curated encryption choice and the algorithm
may change over time." The private key is written in PKCS#1 and the public
key in X.509 SubjectPublicKeyInfo format.
Expand Down

0 comments on commit 6064d2d

Please sign in to comment.