released 0.6.
[cryptodev-linux.git] / NEWS
blobb284e030fcf2a159e4e3d3ede6570990eee345f3
1 Version 0.6 (released 2010-09-16)
3 * multi-update support for hash calculation using
4 the new flag COP_FLAG_UPDATE.
6 * Relicensed under GPLv2.
8 * Added AES-CTR.
10 * Corrected fallback to non-zero copy when referenced
11 pages were not writable.
13 Version 0.5 (released 2010-07-06)
15 * Corrected issue with zero copy on multiple pages.
17 * Fallback to normal operation if user pages cannot be
18 mapped.
20 Version 0.4 (released 2010-07-03)
22 * Internal engine supports operations with zero copy from
23 user space. 
25 Version 0.3 (released 2010-06-19)
27 * Corrected bug when initializing unsupported algorithms.
29 Version 0.2 (released 2010-06-18)
31 * Added compat_ioctl() to allow working on systems where userspace is 32bits
32 and kernel is operating in 64bit mode (Phil Sutter)
34 * Added several sanity checks to input.