=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- www/crypto.html 2004/02/19 03:30:52 1.126 +++ www/crypto.html 2004/03/24 23:36:26 1.127 @@ -385,6 +385,18 @@ inside the kernel to feed the entropy pool.

+

  • VIA C3 AES instructions
    + VIA C3 cpus with a step 8 or later Nehemiah core contains an AES + implementation accessible via simple instructions. As of 3.4 the kernel supports them to be used in an + IPsec context and exported by /dev/crypto. As of 3.5 performances have been greatly improved + and OpenSSL now uses the new instruction directly when available + without the need to enter the kernel, resulting in vastly + improved speed (AES-128 measured at 780MByte/sec) for applications + using OpenSSL to perform AES encryption. +

    +

  • OpenSSL
    Years ago, we had a grand scheme to support crypto cards that can do RSA/DH/DSA automatically via OpenSSL calls. As of OpenBSD 3.2, that @@ -458,7 +470,7 @@ OpenBSD www@openbsd.org
    -$OpenBSD: crypto.html,v 1.126 2004/02/19 03:30:52 nick Exp $ +$OpenBSD: crypto.html,v 1.127 2004/03/24 23:36:26 deraadt Exp $