freebsd-dev/sys/geom/eli
Pawel Jakub Dawidek 457bbc4f3a Use correct part of the Master-Key for generating encryption keys.
Before this change the IV-Key was used to generate encryption keys,
which was incorrect, but safe - for the XTS mode this key was unused
anyway and for CBC mode it was used differently to generate IV
vectors, so there is no risk that IV vector collides with encryption
key somehow.

Bump version number and keep compatibility for older versions.

MFC after:	2 weeks
2012-07-04 17:54:17 +00:00
..
g_eli_crypto.c Update copyright years. 2010-09-23 12:02:08 +00:00
g_eli_ctl.c Use correct part of the Master-Key for generating encryption keys. 2012-07-04 17:54:17 +00:00
g_eli_integrity.c Add missing period at the end of the error message 2012-05-13 23:27:06 +00:00
g_eli_key_cache.c Use correct part of the Master-Key for generating encryption keys. 2012-07-04 17:54:17 +00:00
g_eli_key.c Correct a comment and correct style of a flag check. 2012-07-04 17:43:25 +00:00
g_eli_privacy.c Instead of allocating memory for all the keys at device attach, 2011-04-21 13:31:43 +00:00
g_eli.c Use correct part of the Master-Key for generating encryption keys. 2012-07-04 17:54:17 +00:00
g_eli.h Use correct part of the Master-Key for generating encryption keys. 2012-07-04 17:54:17 +00:00
pkcs5v2.c Remove trailing spaces. 2006-02-01 12:06:01 +00:00
pkcs5v2.h Remove trailing spaces. 2006-02-01 12:06:01 +00:00