=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.23 retrieving revision 1.24 diff -c -r1.23 -r1.24 *** www/crypto.html 1998/11/14 20:23:31 1.23 --- www/crypto.html 1998/12/01 08:19:03 1.24 *************** *** 95,100 **** --- 95,101 ---- spoofing attacks.
  • To generate salts for the various password algorithms.
  • For generating fake S/Key challenges. +
  • In isakmpd to provide liveness proof of key exchanges.

    *************** *** 112,122 **** e.g.

    --- 113,124 ---- e.g.

    *************** *** 127,140 **** a decryption key for data decryption. The security of a Cryptographic Transform should rely only on the keying material.

    ! OpenBSD provides transforms like DES and Blowfish for the kernel and userland ! programs, which are used in many places like

    --- 129,147 ---- a decryption key for data decryption. The security of a Cryptographic Transform should rely only on the keying material.

    ! OpenBSD provides transforms like DES, 3DES, Blowfish and Cast for the ! kernel and userland programs, which are used in many places like

    *************** *** 142,148 **** OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.23 1998/11/14 20:23:31 deraadt Exp $ --- 149,155 ---- OpenBSD www@openbsd.org
    ! $OpenBSD: crypto.html,v 1.24 1998/12/01 08:19:03 niklas Exp $