=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/crypto.html,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- www/crypto.html 2014/04/30 08:44:43 1.141 +++ www/crypto.html 2014/05/02 18:55:39 1.142 @@ -39,17 +39,8 @@ We do not directly use cryptography with nasty patents. We also require that such software is from countries with useful export licenses because we do not wish to break the laws of any country. -The cryptographic software components which we use currently were -written in Argentina, Australia, Canada, Germany, Greece, Norway, and -Sweden.

-When we create OpenBSD releases or snapshots we build our release -binaries in free countries to assure that the sources and binaries we -provide to users are free of tainting. In the past our release binary -builds have been done in Canada, Sweden, and Germany.

- - OpenBSD was the first operating system to ship with an IPsec stack. We've been including IPsec since the OpenBSD 2.1 release in 1997.

@@ -107,27 +98,7 @@ network data interrupt latency, inter-keypress timing and disk IO information to fill an entropy pool. Random numbers are available for kernel routines and are exported via devices to userland programs. -So far random numbers are used in the following places:

-

-

Cryptographic Hash Functions

@@ -142,23 +113,7 @@

-In OpenBSD MD5, SHA1, and RIPEMD-160 are used as Cryptographic Hash Functions, -e.g:

-

- -

Cryptographic Transforms

@@ -166,230 +121,6 @@ are normally used with an encryption key for data encryption and with 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:

-

- -

- -

Cryptographic Hardware Support

- -OpenBSD, starting with 2.7, has begun supporting some cryptography hardware -such as accelerators and random number generators. -

- -

-If people wish to help with writing drivers, -come and help us.