aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0619-59/+37
* Merge some of the ASN.1 headersJack Lloyd2020-10-311-1/+1
* Fix LGTM warning about overflow checks in SP800-108 KDFJack Lloyd2020-10-027-12/+29
* Fix TLS-PRF KDF tests when MD5 is disabledJack Lloyd2019-11-133-3/+13
* Fix TLS PRF and module policyJack Lloyd2019-11-131-2/+0
* Deprecate many publically available headersJack Lloyd2019-09-0611-0/+24
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-042-14/+9
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
* Fix indent [ci skip]Jack Lloyd2019-01-051-7/+7
* DER improvementsJack Lloyd2018-05-221-1/+4
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-133-10/+6
* Catch exceptions by reference not valueJack Lloyd2018-03-161-1/+1
* Correct dependencies of kdf and pbkdf [ci skip]Jack Lloyd2018-01-172-1/+3
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-123-0/+12
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-032-6/+6
* Use explicit on more single-argument constructorsJack Lloyd2017-09-302-4/+4
* Address some MSVC warningsJack Lloyd2017-09-302-107/+109
* 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
* Cryptobox code modernizationJack Lloyd2017-09-221-2/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-223-5/+5
* Header file cleanupsJack Lloyd2017-09-216-11/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2010-20/+20
* Complete the final annotation changesJack Lloyd2017-09-191-2/+2
* Add API stability annotations.Jack Lloyd2017-09-199-15/+15
* Post-merge changes to SP 800-56A KDF (GH #1040)Jack Lloyd2017-05-063-77/+120
* Align with comments from code reviewKrzysztof Kwiatkowski2017-05-042-6/+5
* Use uint64_t to represent 32-bit number (fixes unittests)Krzysztof Kwiatkowski2017-05-031-1/+1
* Update copyright headersKrzysztof Kwiatkowski2017-05-032-2/+6
* SP800-56A revision 2 implementationKrzysztof Kwiatkowski2017-05-033-29/+74
* Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...Krzysztof Kwiatkowski2017-05-034-0/+130
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-029-10/+28
* Add BOTAN_UNUSED in creator functionsJack Lloyd2017-01-271-0/+3
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1817-171/+171
* Fix missing include in kdf.cppJack Lloyd2016-11-291-0/+1
* Fix memory leak in HKDFJack Lloyd2016-11-221-1/+1
* Add a test for KDF::name()René Korthaus2016-11-151-1/+1
* Add test vectors for HKDF-Expand and HKDF-ExtractRené Korthaus2016-11-151-2/+2
* Add full HKDF implementationRené Korthaus2016-11-123-8/+108
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-032-5/+3
* Remove ability to add OIDS at runtime. Remove global OID lock.Jack Lloyd2016-11-031-1/+0
* Cleanup from rebaseJack Lloyd2016-10-211-5/+0
* Remove Algo_RegistryJack Lloyd2016-10-2110-126/+157
* Minor doxygen fixes [ci skip]René Korthaus2016-10-196-6/+6
* Improve kdf doxygen [ci skip]René Korthaus2016-10-198-8/+54
* Add test vectors for KDF1/ISO18033René Korthaus2016-07-152-3/+3
* Update KDF1-ISO 18033 with KDF label argumentJack Lloyd2016-06-202-2/+5