freebsd-dev/sys/geom/eli
Pawel Jakub Dawidek 1f8c92e6fa Add support for creating GELI devices with older metadata version for use
with older FreeBSD versions:
- Add -V option to 'geli init' to specify version number. If no -V is given
  the most recent version is used.
- If -V is given don't allow to use features not supported by this version.
- Print version in 'geli list' output.
- Update manual page and add table describing which GELI version is
  supported by which FreeBSD version, so one can use it when preparing GELI
  device for older FreeBSD version.

Inspired by:	Garrett Cooper <yanegomi@gmail.com>
MFC after:	3 days
2011-10-25 13:57:50 +00:00
..
g_eli_crypto.c Update copyright years. 2010-09-23 12:02:08 +00:00
g_eli_ctl.c Version 6 is compatible with version 5 when it comes to control commands. 2011-05-08 09:25:54 +00:00
g_eli_integrity.c When support for multiple encryption keys was committed, GELI integrity mode 2011-05-08 09:17:56 +00:00
g_eli_key_cache.c Fix a memory leak possible in g_eli_key_allocate() if the key with the 2011-05-15 12:39:30 +00:00
g_eli_key.c Instead of allocating memory for all the keys at device attach, 2011-04-21 13:31:43 +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 Add support for creating GELI devices with older metadata version for use 2011-10-25 13:57:50 +00:00
g_eli.h Add support for creating GELI devices with older metadata version for use 2011-10-25 13:57:50 +00:00
pkcs5v2.c
pkcs5v2.h