aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* Run scrypt and bcrypt-pbkdf through PasswordHashJack Lloyd2021-04-195-60/+78
* Officially deprecate argon2() and argon2.hJack Lloyd2021-04-151-1/+2
* Avoid using the bare argon2() functionJack Lloyd2021-04-151-1/+5
* Make argon2() just an inline using PasswordHash APIJack Lloyd2021-04-153-27/+52
* Deprecate pgp_s2k.hJack Lloyd2021-04-151-1/+1
* Add derive_key variant supporting AD and secret keyJack Lloyd2021-04-084-0/+62
* Merge GH #2705 Split PBKDF headersJack Lloyd2021-04-089-227/+122
|\
| * Add missing included needed on ClangJack Lloyd2021-04-071-0/+1
| * Update the password hashing docsJack Lloyd2021-04-071-1/+1
| * Move Argon2 formatting to argon2fmt moduleJack Lloyd2021-04-073-143/+5
| * Move RFC 4880 encoding to rfc4880.hJack Lloyd2021-04-075-83/+115
* | Add PBKDF2::new_objectJack Lloyd2021-04-074-6/+14
|/
* More make_uniqueJack Lloyd2021-04-051-3/+3
* More raw pointer removalJack Lloyd2021-04-052-2/+2
* Use make_unique in PBKDF functionsJack Lloyd2021-04-035-14/+14
* MSVC is the worst compiler evarJack Lloyd2021-04-031-3/+3
* Use make_unique in type factory functionsJack Lloyd2021-04-031-8/+8
* update docs in codethe2021-02-151-7/+5
* Add copyright and license decl to some files that were missing [ci skip]Jack Lloyd2021-01-262-2/+2
* Align some more tablesJack Lloyd2020-12-221-1/+1
* Fix #2525 for Pwdhash interfaceJack Lloyd2020-12-051-2/+2
* Switch MAC vs HMAC preference in KDF and PBKDF2Jack Lloyd2020-12-011-2/+2
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-283-3/+3
* Remove some unused includes of rounding.hJack Lloyd2020-11-111-1/+0
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-069-7/+27
* Remove PBKDF1Jack Lloyd2020-11-054-127/+0
* Revert deprecating scrypt.h until everything is worked outJack Lloyd2020-03-142-1/+3
* revert BOTAN_FUTURE_INTERNAL_HEADER(argon2.h) (fixes #2230)Nuno Goncalves2020-01-061-2/+0
* Reduce time needed to tune Argon2Jack Lloyd2019-12-081-3/+3
* Fix various Doxygen warningsJack Lloyd2019-10-251-0/+6
* MoarJack Lloyd2019-09-061-0/+2
* Deprecate many publically available headersJack Lloyd2019-09-067-13/+31
* Fix PBKDF2 with zero iterationsJack Lloyd2019-08-311-0/+6
* Bump Argon2 version to indicate support for long outputsJack Lloyd2019-08-241-1/+1
* Fix LGTM alertJack Lloyd2019-08-231-1/+6
* Support long outputs from Argon2Jack Lloyd2019-08-231-3/+26
* Merge GH #2010 Fix MSVC warningsJack Lloyd2019-06-296-9/+9
|\
| * Fix various MSVC warningsJack Lloyd2019-06-296-9/+9
* | Fix some minimized build problemsJack Lloyd2019-06-291-0/+1
|/
* Fix more MSVC warningsJack Lloyd2019-06-142-18/+18
* Resolve some MSVC warningsJack Lloyd2019-06-145-9/+9
* Add Bcrypt-PBKDFJack Lloyd2019-05-314-0/+276
* Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-302-33/+38
* Improve test coverage. Fix Argon2 default paramsJack Lloyd2019-05-291-2/+2
* Add missing includeJack Lloyd2019-05-291-0/+1
* Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-294-2/+371
* Add Argon2Jack Lloyd2019-05-273-0/+455
* Replace upper_bound with lower_bound in pgp_s2kEvgeny Pokhilko2019-03-111-1/+1
* Fixes for minimized buildsJack Lloyd2019-02-161-1/+1
* Fix MSVC warningsJack Lloyd2018-12-311-1/+1