=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -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,6 +95,7 @@ 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,11 +113,12 @@ e.g.

    @@ -127,14 +129,19 @@ 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 +OpenBSD provides transforms like DES, 3DES, Blowfish and Cast for the +kernel and userland programs, which are used in many places like

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