Makefile: Add security compiling option (RELRO, SC, and FORTIFY)
[platform/upstream/cryptsetup.git] / lib / crypto_backend /
2023-07-20 Stanislaw WadasMerge branch 'upstream' into tizen 54/296154/1
2023-07-20 Stanislaw WadasImported Upstream version 2.6.1 upstream upstream/2.6.1
2023-02-17 Karol LewandowskiMerge "Merge branch 'upstream' into tizen" into tizen accepted/tizen/unified/20230222.161516
2023-02-16 Karol LewandowskiMerge branch 'upstream' into tizen 53/288453/1
2023-02-16 Karol LewandowskiImported Upstream version 2.3.7 upstream/2.3.7
2020-07-24 Karol LewandowskiMerge branch 'upstream' into tizen 35/239435/1
2020-07-24 Karol LewandowskiImported Upstream version 2.3.3 30/239430/1 upstream/2.3.3
2016-05-11 Kichan KwonMerge branch 'upstream' into tizen 92/68992/2 accepted/tizen/common/20160511.142311 accepted/tizen/common/20160615.193838 accepted/tizen/common/20160703.130057 accepted/tizen/ivi/20160630.003148 accepted/tizen/mobile/20160616.003449 accepted/tizen/mobile/20160630.003051 accepted/tizen/tv/20160630.003132 accepted/tizen/wearable/20160616.003444 accepted/tizen/wearable/20160630.003102 submit/accepted/tizen_common/20160629.063515 submit/tizen/20160511.074559 submit/tizen/20160615.114239 submit/tizen/20160629.063625 submit/tizen/20160725.050606
2016-05-11 Kichan KwonImported Upstream version 1.6.7 91/68991/1 upstream/1.6.7
2016-05-10 KwonRevert "Imported upstream version 1.6.7" 41/68941/1
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2013-06-23 Cristian RodríguezFix buildsytem to always include config.h.
2013-01-10 Milan BrozFix some extended compile warning.
2013-01-10 Milan BrozDo not include pbkdf2 prototype in header if code is...
2013-01-10 Milan BrozFix null blocks in kernel backend.
2013-01-03 Milan BrozPrepare supported PBKDF2 implementation autodetection...
2012-12-30 Dave Reisnerbuild: use AM_CPPFLAGS instead of INCLUDES
2012-12-30 Milan BrozAdd kernel userspace header detection.
2012-12-29 Milan BrozChange License for sub-libraries from GPLv2 only to...
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-12-10 Milan BrozFix some problems found by Coverity scan.
2012-12-05 Milan BrozAdd PBKDF2 benchmark.
2012-12-02 Milan BrozRemove some gcc extra warnings (signed/unsigned problem...
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