| Commit message (Expand) | Author | Age | Files | Lines |
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 5 | -8/+13 |
* | Make stream, block, hash and cipher mode base classes optional | Jack Lloyd | 2018-01-12 | 4 | -1/+10 |
* | Deprecate CMAC::poly_double | Jack Lloyd | 2017-12-28 | 1 | -1/+7 |
* | Avoid undefined behavior in SipHash | Jack Lloyd | 2017-12-23 | 1 | -1/+9 |
* | Code formatting tweak in Poly1305 code | Jack Lloyd | 2017-12-03 | 1 | -5/+5 |
* | Avoid calling lookup("DES") twice when clone will do the job. | Jack Lloyd | 2017-12-03 | 1 | -1/+1 |
* | Increase HMAC key size limit to 4096 bytes. | Jack Lloyd | 2017-11-28 | 2 | -5/+7 |
* | Add a function for checking if poly_double_n supports a particular size | Jack Lloyd | 2017-11-18 | 1 | -2/+1 |
* | Minor SIV/CMAC optimizations | Jack Lloyd | 2017-11-02 | 1 | -10/+11 |
* | Include <memory> in base type headers | Jack Lloyd | 2017-10-29 | 1 | -0/+1 |
* | Remove needless virtual on GMAC destructor | Jack Lloyd | 2017-10-26 | 1 | -1/+1 |
* | Add checks that keyed algorithms are actually keyed before use | Jack Lloyd | 2017-10-26 | 5 | -7/+22 |
* | GCM and CTR optimizations | Jack Lloyd | 2017-10-18 | 3 | -6/+17 |
* | GMAC optimization | Jack Lloyd | 2017-10-15 | 2 | -21/+32 |
* | Optimize GCM | Jack Lloyd | 2017-10-13 | 2 | -23/+27 |
* | Add compile-time rotation functions | Jack Lloyd | 2017-10-12 | 1 | -6/+6 |
* | Avoid bogus declarations in GMAC | Jack Lloyd | 2017-09-30 | 1 | -25/+3 |
* | Address some MSVC warnings | Jack Lloyd | 2017-09-30 | 1 | -4/+3 |
* | Make poly_dbl.h a submodule of utils | Jack Lloyd | 2017-09-27 | 1 | -0/+4 |
* | Better tests for SIV | Jack Lloyd | 2017-09-24 | 2 | -5/+8 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -0/+1 |
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -6/+2 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 8 | -16/+16 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 8 | -8/+8 |
* | Use constant_time_compare instead of same_mem | Jack Lloyd | 2017-09-16 | 1 | -1/+1 |
* | Simplify polynomial doubling code | Jack Lloyd | 2017-09-05 | 1 | -5/+3 |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 2 | -3/+7 |
* | Improve polynomial doubling code, move to util | Jack Lloyd | 2017-08-15 | 1 | -36/+6 |
* | Content: | Tomasz Frydrych | 2017-04-03 | 1 | -1/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 8 | -8/+24 |
* | 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 | 16 | -112/+112 |
* | Add MAC::start_msg, update GMAC | Jack Lloyd | 2016-10-28 | 3 | -14/+53 |
* | Implements GMAC with GHASH. | Matthias Gierlings | 2016-10-28 | 3 | -44/+109 |
* | Added implementation for GMAC | Matthias Gierlings | 2016-10-27 | 5 | -1/+184 |
* | Remove alias logic from SCAN_Name | Jack Lloyd | 2016-10-21 | 1 | -3/+3 |
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 8 | -73/+101 |
* | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+0 |
* | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 2 | -2/+2 |
* | Improve stream doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
* | Improve mac doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -4/+6 |
* | Change T::provider to return std::string | Jack Lloyd | 2016-09-15 | 1 | -2/+1 |
* | Add T::provider() to allow user to inquire about implementation used | Jack Lloyd | 2016-09-15 | 1 | -0/+8 |
* | fix SipHash::clear() and MAC test improvements | Daniel Neus | 2016-07-20 | 1 | -3/+4 |
* | Merge GH #446 add --module-policy option | Jack Lloyd | 2016-03-06 | 1 | -0/+2 |
|\ |
|
| * | Add option --module-policy | Jack Lloyd | 2016-03-06 | 1 | -0/+2 |
* | | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
|/ |
|
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 4 | -4/+4 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 6 | -6/+6 |