* Implement --use-random and --use-urandom for luksFormat to allow setting of RNG...
authorMilan Broz <gmazyland@gmail.com>
Wed, 27 Oct 2010 15:35:23 +0000 (15:35 +0000)
committerMilan Broz <gmazyland@gmail.com>
Wed, 27 Oct 2010 15:35:23 +0000 (15:35 +0000)
commitdfe77be7480825fd4d42ac9eb11ef67e60780831
treec53762561f7b87c486f45d595a296015ad796fab
parentc3f386548565448e84dab1a50e30c67158d56de6
* Implement --use-random and --use-urandom for luksFormat to allow setting of RNG for volume key generator.
* Add crypt_set_rng_type() and crypt_get_rng_type() to API.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@354 36d66b0a-2a48-0410-832c-cd162a569da5
19 files changed:
ChangeLog
configure.in
lib/Makefile.am
lib/gcrypt.c
lib/internal.h
lib/libcryptsetup.h
lib/libcryptsetup.sym
lib/random.c [new file with mode: 0644]
lib/setup.c
lib/utils.c
lib/volumekey.c
luks/Makefile.am
luks/af.c
luks/keymanage.c
luks/random.c [deleted file]
luks/random.h [deleted file]
man/cryptsetup.8
po/POTFILES.in
src/cryptsetup.c