Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+3 |
| | | | | Some help from include-what-you-use | ||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -2/+2 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Use constant_time_compare instead of same_mem | Jack Lloyd | 2017-09-16 | 1 | -1/+1 |
| | | | | New name, same great operation | ||||
* | Fix a valgrind const-time error in ISO 9796 padding | Jack Lloyd | 2017-08-29 | 1 | -2/+7 |
| | | | | It didn't unpoison the output values. | ||||
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | fix possible iso9796 side channel and add length check | Never | 2017-02-21 | 1 | -14/+26 |
| | |||||
* | ISO-9796-2 doxygen build fixes | Daniel Neus | 2016-12-19 | 1 | -4/+4 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -47/+47 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | ISO 9796: Change header guard format | Never | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | Add ISO9796-2 Signature Schemes giving message recovery 2 and 3. | Never | 2016-12-05 | 3 | -0/+371 |