aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pbkdf
Commit message (Expand)AuthorAgeFilesLines
* Fix Doxygen errors [ci skip]Jack Lloyd2018-12-051-0/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-232-2/+2
* Fix more MSVC warningsJack Lloyd2018-10-011-2/+2
* Avoid a MSVC 2015 warningJack Lloyd2018-10-013-3/+3
* Fix some MSVC warningsJack Lloyd2018-09-301-1/+1
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* Correct some maintiner mode warningsJack Lloyd2018-09-202-4/+4
* Support tuning in PGP-S2K PBKDF interfaceJack Lloyd2018-09-101-3/+8
* Add from_iterationsJack Lloyd2018-09-107-4/+53
* Convert ScryptJack Lloyd2018-09-103-108/+228
* Convert PGP-S2KJack Lloyd2018-09-102-63/+225
* Convert PBKDF2Jack Lloyd2018-09-103-71/+226
* Add PasswordHash and PasswordHashFamilyJack Lloyd2018-09-104-1/+242
* Support scrypt for encrypting private keysJack Lloyd2018-05-222-0/+95
* Add Scrypt key dervation functionJack Lloyd2018-05-163-0/+146
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-134-5/+4
* Correct dependencies of kdf and pbkdf [ci skip]Jack Lloyd2018-01-171-1/+2
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-032-2/+2
* Thinko fixJack Lloyd2017-09-301-1/+1
* Compat typedef PBKDF -> S2KJack Lloyd2017-09-291-1/+12
* Cryptobox code modernizationJack Lloyd2017-09-222-0/+21
* Header file cleanupsJack Lloyd2017-09-212-2/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-204-8/+8
* Complete the final annotation changesJack Lloyd2017-09-191-1/+1
* Add API stability annotations.Jack Lloyd2017-09-193-4/+4
* 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-274-0/+176
* Content:Tomasz Frydrych2017-04-032-3/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-023-3/+9
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-186-40/+40
* Remove Algo_RegistryJack Lloyd2016-10-214-30/+31
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+3
* Improve pbkdf doxygen [ci skip]René Korthaus2016-10-191-4/+54
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-3/+3
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-1/+1
* Add final attribute to many classesJack Lloyd2016-01-102-2/+2
* Mass-prefix member vars with m_René Korthaus2016-01-082-5/+5
* Missing addsJack Lloyd2015-12-111-1/+0
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-112-2/+2
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-1/+1
* Internal header cleanupsJack Lloyd2015-09-191-2/+1
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-172-1/+42
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-115-33/+21
* pbkdf: Add missing overridesDaniel Seither2015-07-301-2/+2