Fix (stupid) crc32 keyfile endianess bug.
[platform/upstream/cryptsetup.git] / lib / crypto_backend /
2012-11-30 Milan BrozAdd missing pbkdf check file.
2012-11-30 Milan BrozFix skcipher failure handling.
2012-11-29 Milan BrozHandle kernel crypto api init failure better.
2012-11-19 Milan BrozAdd kernel skcipher backend.
2012-11-19 Milan BrozAdd CRC32 implementation.
2012-11-19 Milan BrozMove PBKDF2 into crypto backend wrapper.
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-27 Milan BrozFix compilation with old NSS (no GetVersion).
2012-05-26 Milan BrozImplement more RNG backend wrappers.
2012-05-26 Milan BrozAdd version string to crypto backend.
2012-05-21 Milan BrozImplement crypt RNG wrapper (for FIPS mode), use it...
2012-05-21 Milan BrozAdd --enable-fips for linking with fipscheck library.
2012-05-20 Milan BrozAdd --enable-fips option. Request new gcrypt if set.
2012-04-02 Milan BrozVersion 1.4.2.
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-05 Milan BrozFix some compile warnings in optional crypto backends.
2011-10-05 Milan BrozSupport Nettle 2.4 crypto backend (for ripemd160).
2011-07-25 Milan BrozFix gcrypt final() function backend call.
2011-07-25 Milan Broz* Remove hash/hmac restart from crypto backend and...
2011-05-24 Milan BrozAdd alternative define for old kernel headers.
2011-04-28 Milan BrozAdd Nettle crypto backend support.
2011-04-18 Milan BrozFix verbose mode compiler warnings.
2011-03-14 Milan BrozFix some minor compilation problems in crypto backends.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-01-16 Milan BrozAdd context to crypto backend init (so it can print...
2011-01-16 Milan BrozPrevent to initialise backends twice.
2010-12-31 Milan BrozFix crypt_backend_flags prototype.
2010-12-31 Milan BrozAdd skeleton and implementation of various crypto backends