Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a comment about an unused enum | Jack Lloyd | 2017-12-28 | 1 | -0/+1 |
| | | | | So I can find it and remove it in 3.x | ||||
* | Include pk_keys.h in pkcs8.h and x509_key.h | Jack Lloyd | 2017-09-29 | 1 | -1/+1 |
| | | | | Not strictly required but seems likely to cause problems for applications. | ||||
* | Further header cleanups | Jack Lloyd | 2017-09-28 | 1 | -2/+4 |
| | |||||
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+2 |
| | |||||
* | 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 | -6/+6 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -2/+2 |
| | | | | | | 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. | ||||
* | Add IncludeOS target. Make filesystem support optional. | Jack Lloyd | 2016-10-10 | 1 | -0/+2 |
| | |||||
* | Move DataSource to utils and rewrite PEM encoding to avoid filters | Jack Lloyd | 2015-10-14 | 1 | -1/+1 |
| | | | | | Removes filters as as an internal dependency pretty much entirely (outside of some dusty corners in misc). | ||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+74 |