]> andersk Git - openssh.git/commit - sshd.c
- markus@cvs.openbsd.org 2001/02/23 18:15:13
authormouring <mouring>
Mon, 5 Mar 2001 06:00:29 +0000 (06:00 +0000)
committermouring <mouring>
Mon, 5 Mar 2001 06:00:29 +0000 (06:00 +0000)
commit00be5382468b0f25d39cbdf677c976a24aaeb4a2
tree6faa05865a69c78db462800deafa8740cdc05755
parent19d57054f4d3ca5fd633bc2ee60d77e3cf5755c1
   - markus@cvs.openbsd.org 2001/02/23 18:15:13
     [sshd.c]
     the random session key depends now on the session_key_int
     sent by the 'attacker'
             dig1 = md5(cookie|session_key_int);
             dig2 = md5(dig1|cookie|session_key_int);
             fake_session_key = dig1|dig2;
     this change is caused by a mail from anakin@pobox.com
     patch based on discussions with my german advisor niels@openbsd.org
ChangeLog
sshd.c
This page took 0.062669 seconds and 5 git commands to generate.