summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-02-19 23:56:20 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-02-19 23:56:20 +0100
commitac4b8802a5b1a5f5a7fd5b937b55405546b0c19b (patch)
treedbc53097d83a55707a0535b1385f12164731f682 /README
parent50b14841594f65827b540c9f8aafa5ef59b344d0 (diff)
downloadcryptodev-linux-ac4b8802a5b1a5f5a7fd5b937b55405546b0c19b.tar.gz
cryptodev-linux-ac4b8802a5b1a5f5a7fd5b937b55405546b0c19b.tar.xz
cryptodev-linux-ac4b8802a5b1a5f5a7fd5b937b55405546b0c19b.zip
Added short history.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 49dfeba..5554a5e 100644
--- a/README
+++ b/README
@@ -2,3 +2,8 @@ This is a /dev/crypto device driver, equivalent to those in OpenBSD or
FreeBSD. The main idea is to access of existing ciphers in kernel space
from userspace, thus enabling re-use of a hardware implementation of a
cipher.
+
+It was initially written for linux 2.6.8 by Michal Ludvig. Compatibility
+fixes for *BSD cryptodev as well as Was ported to 2.6.27 blkcipher API
+by Nikos Mavrogiannopoulos. Initial blkcipher async API porting by
+Michael Weiser.