aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf/pgp_s2k
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warningsJack Lloyd2018-12-311-1/+1
* Improve PBKDF self-tuningJack Lloyd2018-12-291-55/+52
* Fix more MSVC warningsJack Lloyd2018-10-011-2/+2
* Avoid a MSVC 2015 warningJack Lloyd2018-10-011-1/+1
* Correct some maintiner mode warningsJack Lloyd2018-09-201-2/+2
* Support tuning in PGP-S2K PBKDF interfaceJack Lloyd2018-09-101-3/+8
* Add from_iterationsJack Lloyd2018-09-102-0/+7
* Convert PGP-S2KJack Lloyd2018-09-102-63/+225
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-0/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Maintainer mode fixes: old style casts, missing override, unused functionsJack Lloyd2017-06-081-1/+1
* fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-081-1/+1
* Avoid infinite loop in PGP-S2KJack Lloyd2017-05-291-5/+11
* Document that timed calibration is not available for PGP-S2KJack Lloyd2017-05-272-11/+51
* Add (back) OpenPGP-S2KJack Lloyd2017-05-273-0/+164