From 5b64ecb6a606fdc6fb083852e885e206593a01c2 Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Mon, 22 Jan 2018 12:05:37 -0500 Subject: [PATCH] Edit link for recommended RSA key lengths Signed-off-by: Vladimir Diaz --- tuf/repository_tool.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tuf/repository_tool.py b/tuf/repository_tool.py index 880b4056..ae7390c1 100755 --- a/tuf/repository_tool.py +++ b/tuf/repository_tool.py @@ -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