| Commit message (Expand) | Author | Age | Files | Lines |
* | Add BOTAN_UNUSED in creator functions | Jack Lloyd | 2017-01-27 | 1 | -0/+3 |
* | Fix missing include in kdf.cpp | Jack Lloyd | 2016-11-29 | 1 | -0/+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 | 1 | -0/+16 |
* | Simplify some code by using T::create_or_throw | Jack Lloyd | 2016-11-03 | 1 | -1/+1 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 1 | -42/+141 |
* | add kdf1 implementation according to iso-18033 (preparation for ecies) | Philipp Weber | 2016-04-27 | 1 | -0/+8 |
* | NIST SP800-108 & 56c | Kai Michaelis | 2016-04-20 | 1 | -0/+17 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -0/+1 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 1 | -4/+24 |
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 1 | -0/+2 |
* | Fix static lib registration for block, hash, mac, stream, kdf | Jack Lloyd | 2015-09-10 | 1 | -2/+49 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+1 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 1 | -45/+4 |
* | 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 | 1 | -9/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -1/+1 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+81 |