We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0848c95 commit 884d27fCopy full SHA for 884d27f
ssh/cipher.go
@@ -119,7 +119,7 @@ var cipherModes = map[string]*cipherMode{
119
chacha20Poly1305ID: {64, 0, newChaCha20Cipher},
120
121
// CBC mode is insecure and so is not included in the default config.
122
- // (See http://www.isg.rhul.ac.uk/~kp/SandPfinal.pdf). If absolutely
+ // (See https://www.ieee-security.org/TC/SP2013/papers/4977a526.pdf). If absolutely
123
// needed, it's possible to specify a custom Config to enable it.
124
// You should expect that an active attacker can recover plaintext if
125
// you do.
0 commit comments