From bf16cf4c03a57eda92030a24a82668ca470d6ac7 Mon Sep 17 00:00:00 2001 From: meejah Date: Sun, 23 Jun 2019 11:25:59 -0600 Subject: [PATCH] fix url --- src/allmydata/crypto/rsa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/crypto/rsa.py b/src/allmydata/crypto/rsa.py index d5f5a1fff..611da1649 100644 --- a/src/allmydata/crypto/rsa.py +++ b/src/allmydata/crypto/rsa.py @@ -37,7 +37,7 @@ def create_signing_keypair(key_size): # # Another popular choice is 65537. See: # https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key - # https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.htmlhttps://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html + # https://www.daemonology.net/blog/2009-06-11-cryptographic-right-answers.html priv_key = rsa.generate_private_key( public_exponent=17, key_size=key_size,