aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/passhash
Commit message (Expand)AuthorAgeFilesLines
* Add a variant of RandomNumberGenerator::random_vecJack Lloyd2019-09-131-1/+4
* Support salts other than exactly 16 bytes for Blowfish key setupJack Lloyd2018-07-181-4/+14
* Update password hashing default settingsJack Lloyd2018-07-133-3/+5
* Support bcrypt 2b and 2yJack Lloyd2018-06-292-12/+36
* Add passhash9 tests for edge casesJack Lloyd2017-12-281-2/+2
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-2/+2
* Add missing header includesJack Lloyd2017-09-212-0/+2
* Header file cleanupsJack Lloyd2017-09-214-3/+9
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-202-4/+4
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-192-4/+4
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Small cleanup in bcryptJack Lloyd2017-09-161-3/+3
* More MSVC warnings fixesJack Lloyd2017-08-311-1/+1
* Add is_passhash9_alg_supported()René Korthaus2017-08-192-0/+15
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-3/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-184-26/+26
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-11/+10
* Don't put pointers into vector iterator constructor in make_bcryptSimon Warta2015-07-091-2/+2
* lib/passhash: Convert &vec[0] to vec.data()Simon Warta2015-06-232-7/+7
* Cleanupslloyd2015-03-231-15/+10
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-2/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-2/+0
* Add missing files. Remove cipher lookup from engine code.lloyd2015-02-011-8/+6
* Ensure all files have copyright and license info.lloyd2015-01-104-4/+4
* Remove use of filters/pipelloyd2014-11-192-25/+13
* Move lib into srclloyd2014-01-106-0/+397