corrected version
[cryptodev-linux.git] / NEWS
blobc83a1dee829e65474651ebe5790450f3ba55ac0e
1 Version 0.7 (released 2010-10-08)
3 * Added COP_FLAG_FINAL to make multi-update
4 more efficient.
6 * Added CRIOGET_NOT_NEEDED definition to allow
7 users of the API to distinguish from the bare
8 OpenBSD API that requires the CRIOGET.
10 Version 0.6 (released 2010-09-16)
12 * multi-update support for hash calculation using
13 the new flag COP_FLAG_UPDATE.
15 * Relicensed under GPLv2.
17 * Added AES-CTR.
19 * Corrected fallback to non-zero copy when referenced
20 pages were not writable.
22 Version 0.5 (released 2010-07-06)
24 * Corrected issue with zero copy on multiple pages.
26 * Fallback to normal operation if user pages cannot be
27 mapped.
29 Version 0.4 (released 2010-07-03)
31 * Internal engine supports operations with zero copy from
32 user space. 
34 Version 0.3 (released 2010-06-19)
36 * Corrected bug when initializing unsupported algorithms.
38 Version 0.2 (released 2010-06-18)
40 * Added compat_ioctl() to allow working on systems where userspace is 32bits
41 and kernel is operating in 64bit mode (Phil Sutter)
43 * Added several sanity checks to input.