Fix missing headers
[platform/upstream/cryptsetup.git] / lib / random.c
2013-02-01 John SpencerFix missing headers
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-26 Milan BrozImplement more RNG backend wrappers.
2012-05-26 Milan BrozAdd version string to crypto backend.
2012-05-22 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-22 Milan BrozTranslate FIPS messages.
2012-05-21 Milan BrozImplement crypt RNG wrapper (for FIPS mode), use it...
2012-05-20 Milan BrozSplit salt from other requests in RNG backend.
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-01-16 Milan BrozPrevent to initialise backends twice.
2010-11-15 Milan BrozFix handling of failed read in RNG wrapper.
2010-11-14 Milan BrozFix RNG comment.
2010-10-27 Milan Broz* Implement --use-random and --use-urandom for luksForm...