aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/datastor.h
Commit message (Collapse)AuthorAgeFilesLines
* Store all data of an X509 certificate in a shared_ptr data struct.Jack Lloyd2017-11-141-2/+26
|
* More include header cleanupsJack Lloyd2017-09-211-1/+0
|
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add API stability annotations.Jack Lloyd2017-09-191-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 x509Jack Lloyd2017-01-041-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.