mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #604 from vladimir-v-diaz/edit_rsa_key_length_link
Edit link for recommended RSA key lengths
This commit is contained in:
commit
7d30c1781d
1 changed files with 3 additions and 3 deletions
|
|
@ -63,9 +63,9 @@
|
|||
tuf.log.set_console_log_level(logging.INFO)
|
||||
|
||||
# Recommended RSA key sizes:
|
||||
# http://www.emc.com/emc-plus/rsa-labs/historical/twirl-and-rsa-key-size.htm#table1
|
||||
# According to the document above, revised May 6, 2003, RSA keys of
|
||||
# size 3072 provide security through 2031 and beyond.
|
||||
# https://en.wikipedia.org/wiki/Key_size#Asymmetric_algorithm_key_lengths
|
||||
# Based on the above, RSA keys of size 3072 are expected to provide security
|
||||
# through 2031 and beyond.
|
||||
DEFAULT_RSA_KEY_BITS=3072
|
||||
|
||||
# The algorithm used by the repository to generate the path hash prefixes
|
||||
|
|
|
|||
Loading…
Reference in a new issue