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:
Vladimir Diaz 2018-01-22 13:19:55 -05:00 committed by GitHub
commit 7d30c1781d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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