| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete the final annotation changes | Jack Lloyd | 2017-09-19 | 1 | -1/+1 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 3 | -4/+4 |
* | More MSVC warnings fixes | Jack Lloyd | 2017-08-31 | 1 | -2/+2 |
* | Maintainer mode fixes: old style casts, missing override, unused functions | Jack Lloyd | 2017-06-08 | 1 | -1/+1 |
* | fix doxygen build: hide method definitions with ifdefs where the | Zoltan Gyarmati | 2017-06-08 | 1 | -1/+1 |
* | Avoid infinite loop in PGP-S2K | Jack Lloyd | 2017-05-29 | 1 | -5/+11 |
* | Document that timed calibration is not available for PGP-S2K | Jack Lloyd | 2017-05-27 | 2 | -11/+51 |
* | Add (back) OpenPGP-S2K | Jack Lloyd | 2017-05-27 | 4 | -0/+176 |
* | Content: | Tomasz Frydrych | 2017-04-03 | 2 | -3/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 3 | -3/+9 |
* | 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 | 6 | -40/+40 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 4 | -30/+31 |
* | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -2/+3 |
* | Improve pbkdf doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -4/+54 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 3 | -3/+3 |
* | V816 It is more efficient to catch exception by reference rather than by valu... | Daniel Neus | 2016-02-08 | 1 | -1/+1 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 2 | -2/+2 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 2 | -5/+5 |
* | Missing adds | Jack Lloyd | 2015-12-11 | 1 | -1/+0 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 2 | -2/+2 |
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -5/+4 |
* | 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 | -2/+1 |
* | Handle dependencies re static linking. GH #279 | Jack Lloyd | 2015-09-17 | 2 | -1/+42 |
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 5 | -33/+21 |
* | pbkdf: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -2/+2 |
* | Fix typos | Simon Warta | 2015-07-24 | 1 | -1/+1 |
* | Add missing semicolons | Daniel Seither | 2015-07-15 | 1 | -1/+1 |
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -0/+2 |
* | lib/pbkdf: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 4 | -12/+12 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -2/+2 |
* | Convert HKDF to the normal KDF interface | lloyd | 2015-02-18 | 1 | -3/+2 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 6 | -127/+179 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -1/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 7 | -2/+57 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 6 | -6/+6 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 2 | -2/+0 |
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 2 | -17/+5 |
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 1 | -8/+4 |
* | Move lib into src | lloyd | 2014-01-10 | 9 | -0/+466 |