]> andersk Git - openssh.git/commit - ChangeLog
- grunk@cvs.openbsd.org 2008/06/11 21:01:35
authordtucker <dtucker>
Thu, 12 Jun 2008 18:40:35 +0000 (18:40 +0000)
committerdtucker <dtucker>
Thu, 12 Jun 2008 18:40:35 +0000 (18:40 +0000)
commitaff73c5f365b18a74da40f47972c8e139429d9c0
tree614fc6a00a075413e2cd4821f978ed5bdb8f7583
parent9754b94b4d43ce34d8316d93b99225e87a624574
   - grunk@cvs.openbsd.org 2008/06/11 21:01:35
     [ssh_config.5 key.h readconf.c readconf.h ssh-keygen.1 ssh-keygen.c key.c
      sshconnect.c]
     Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the
     graphical hash visualization schemes known as "random art", and by
     Dan Kaminsky's musings on the subject during a BlackOp talk at the
     23C3 in Berlin.
     Scientific publication (original paper):
     "Hash Visualization: a New Technique to improve Real-World Security",
     Perrig A. and Song D., 1999, International Workshop on Cryptographic
     Techniques and E-Commerce (CrypTEC '99)
     http://sparrow.ece.cmu.edu/~adrian/projects/validation/validation.pdf
     The algorithm used here is a worm crawling over a discrete plane,
     leaving a trace (augmenting the field) everywhere it goes.
     Movement is taken from dgst_raw 2bit-wise.  Bumping into walls
     makes the respective movement vector be ignored for this turn,
     thus switching to the other color of the chessboard.
     Graphs are not unambiguous for now, because circles in graphs can be
     walked in either direction.
     discussions with several people,
     help, corrections and ok markus@ djm@
ChangeLog
key.c
key.h
readconf.c
readconf.h
ssh-keygen.1
ssh-keygen.c
ssh_config.5
sshconnect.c
This page took 0.230261 seconds and 5 git commands to generate.