Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add final annotation on Data_Store | Jack Lloyd | 2017-12-28 | 1 | -1/+1 |
| | |||||
* | Store all data of an X509 certificate in a shared_ptr data struct. | Jack Lloyd | 2017-11-14 | 1 | -2/+26 |
| | |||||
* | More include header cleanups | Jack Lloyd | 2017-09-21 | 1 | -1/+0 |
| | |||||
* | 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 | -1/+1 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Move Data_Store from utils to x509 | Jack Lloyd | 2017-01-04 | 1 | -0/+61 |
It is not a general purpose util or something we want applications to use. It is only used by x509 and hopefully will be removed from there soon enough. |