Increase TLS RSA link key length to 2048 bits

Oddly, nothing broke.

Closes ticket 13752.
This commit is contained in:
Nick Mathewson
2016-08-30 11:04:44 -04:00
parent b4a5c77901
commit e64bac6eb4
3 changed files with 11 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (fingerprinting resistence, authentication):
- Extend the length of RSA keys used for TLS link authentication to
2048 bits. (These weren't used for forward secrecy; for forward
secrecy, we used P256.) Closes ticket 13752.