| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BOTAN_UNUSED in creator functions | Jack Lloyd | 2017-01-27 | 1 | -0/+3 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 17 | -171/+171 |
* | Fix missing include in kdf.cpp | Jack Lloyd | 2016-11-29 | 1 | -0/+1 |
* | Fix memory leak in HKDF | Jack Lloyd | 2016-11-22 | 1 | -1/+1 |
* | Add a test for KDF::name() | René Korthaus | 2016-11-15 | 1 | -1/+1 |
* | Add test vectors for HKDF-Expand and HKDF-Extract | René Korthaus | 2016-11-15 | 1 | -2/+2 |
* | Add full HKDF implementation | René Korthaus | 2016-11-12 | 3 | -8/+108 |
* | Simplify some code by using T::create_or_throw | Jack Lloyd | 2016-11-03 | 2 | -5/+3 |
* | Remove ability to add OIDS at runtime. Remove global OID lock. | Jack Lloyd | 2016-11-03 | 1 | -1/+0 |
* | Cleanup from rebase | Jack Lloyd | 2016-10-21 | 1 | -5/+0 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 10 | -126/+157 |
* | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 6 | -6/+6 |
* | Improve kdf doxygen [ci skip] | René Korthaus | 2016-10-19 | 8 | -8/+54 |
* | Add test vectors for KDF1/ISO18033 | René Korthaus | 2016-07-15 | 2 | -3/+3 |
* | Update KDF1-ISO 18033 with KDF label argument | Jack Lloyd | 2016-06-20 | 2 | -2/+5 |
* | Merge GH #483 Add ECIES and KDF1 from ISO 18033 | Jack Lloyd | 2016-06-20 | 4 | -0/+81 |
|\ |
|
| * | add kdf1 implementation according to iso-18033 (preparation for ecies) | Philipp Weber | 2016-04-27 | 4 | -0/+81 |
* | | make sure kdf labels are always used | Kai Michaelis | 2016-06-01 | 5 | -10/+29 |
* | | add label parameter to KDF::derive_key | Kai Michaelis | 2016-05-19 | 15 | -36/+175 |
|/ |
|
* | NIST SP800-108 & 56c | Kai Michaelis | 2016-04-20 | 7 | -0/+351 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 6 | -6/+6 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 5 | -6/+6 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -0/+1 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 3 | -14/+15 |
* | Address some review comments by Simon. GH #279 | Jack Lloyd | 2015-09-21 | 1 | -1/+1 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+0 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 9 | -41/+41 |
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 2 | -1/+3 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 6 | -13/+49 |
* | kdf: Add missing overrides | Daniel Seither | 2015-07-30 | 3 | -8/+8 |
* | lib/kdf: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 6 | -10/+10 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 3 | -8/+8 |
* | Convert HKDF to the normal KDF interface | lloyd | 2015-02-18 | 2 | -59/+34 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 9 | -148/+138 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 3 | -0/+119 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 2 | -8/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 3 | -6/+5 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -0/+28 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 8 | -56/+47 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 1 | -5/+0 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 4 | -121/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 12 | -12/+12 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -0/+1 |
* | Add missing std includes | lloyd | 2014-02-16 | 1 | -0/+1 |
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -1/+1 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 6 | -6/+0 |
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 9 | -146/+22 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -4/+5 |
* | Move lib into src | lloyd | 2014-01-10 | 21 | -0/+898 |