Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate many publically available headers | Jack Lloyd | 2019-09-06 | 2 | -0/+3 |
| | |||||
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 1 | -1/+1 |
| | |||||
* | Use explicit on more single-argument constructors | Jack Lloyd | 2017-09-30 | 1 | -3/+3 |
| | |||||
* | Address some MSVC warnings | Jack Lloyd | 2017-09-30 | 1 | -104/+104 |
| | |||||
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -3/+3 |
| | | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures. | ||||
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+0 |
| | | | | 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 | -3/+3 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -40/+40 |
| | | | | | | 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. | ||||
* | Remove Algo_Registry | Jack Lloyd | 2016-10-21 | 2 | -38/+0 |
| | | | | | | | I repent my use of global constructors. I repent my use of global locks. Hopefully I will never touch this code again. :) | ||||
* | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Improve kdf doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | add label parameter to KDF::derive_key | Kai Michaelis | 2016-05-19 | 2 | -8/+95 |
| | |||||
* | NIST SP800-108 & 56c | Kai Michaelis | 2016-04-20 | 3 | -0/+244 |