aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/hkdf
Commit message (Expand)AuthorAgeFilesLines
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-2/+2
* Add KDF::new_objectJack Lloyd2021-04-032-11/+21
* Remove the KDF truncation behaviorJack Lloyd2020-11-282-36/+54
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-12/+6
* Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-021-0/+2
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+7
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-9/+4
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-1/+1
* Address some MSVC warningsJack Lloyd2017-09-301-3/+5
* Require HMAC for HKDFJack Lloyd2017-09-281-0/+4
* Doxygen commentJack Lloyd2017-09-281-0/+6
* Add HKDF-Expand-LabelJack Lloyd2017-09-273-2/+62
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-29/+29
* Fix memory leak in HKDFJack Lloyd2016-11-221-1/+1
* Add full HKDF implementationRené Korthaus2016-11-122-8/+92
* Remove Algo_RegistryJack Lloyd2016-10-212-13/+0
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-2/+6
* make sure kdf labels are always usedKai Michaelis2016-06-011-1/+2
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-2/+4
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Handle dependencies re static linking. GH #279Jack Lloyd2015-09-171-1/+1
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-2/+0
* kdf: Add missing overridesDaniel Seither2015-07-301-2/+2
* lib/kdf: Convert &vec[0] to vec.data()Simon Warta2015-06-251-1/+1
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-2/+2
* Convert HKDF to the normal KDF interfacelloyd2015-02-182-59/+34
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-163-0/+119