diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:03 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:03 +1000 |
commit | 4e8285e31248f7306e4b1d299d186b277c69d00f (patch) | |
tree | a125cd04039373a4bcd802132ce381e99011f92f /ChangeLog | |
parent | 844cccfc1ae3bde48aa481bb8522d482fc8e7a0e (diff) |
- djm@cvs.openbsd.org 2010/07/16 14:07:35
[ssh-rsa.c]
more timing paranoia - compare all parts of the expected decrypted
data before returning. AFAIK not exploitable in the SSH protocol.
"groovy" deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ | |||
6 | - djm@cvs.openbsd.org 2010/07/16 04:45:30 | 6 | - djm@cvs.openbsd.org 2010/07/16 04:45:30 |
7 | [ssh-keygen.c] | 7 | [ssh-keygen.c] |
8 | avoid bogus compiler warning | 8 | avoid bogus compiler warning |
9 | - djm@cvs.openbsd.org 2010/07/16 14:07:35 | ||
10 | [ssh-rsa.c] | ||
11 | more timing paranoia - compare all parts of the expected decrypted | ||
12 | data before returning. AFAIK not exploitable in the SSH protocol. | ||
13 | "groovy" deraadt@ | ||
9 | 14 | ||
10 | 20100819 | 15 | 20100819 |
11 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more | 16 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more |