aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509/cert_status.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up header includesJack Lloyd2017-09-211-1/+1
| | | | | | | Avoid including build.h or assert.h directly, instead always take them though types.h Avoid math.h in favor of cmath
* 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.
* Better OCSP tests including online testsJack Lloyd2016-11-231-2/+4
| | | | Tests touching network are gated by --run-online-tests flag.
* Explicitly number all Certificate_Status_Code enum valuesJack Lloyd2016-11-231-25/+46
| | | | Add a to_string function for this type.
* Move cert/x509 to top level and pem and pbes2 to pubkey.Jack Lloyd2016-11-031-0/+63
The `cert` dir was just an artifact of having previously supported CVC (smartcard cert format), removed a long time ago. The pem and pbes2 code is directly related to the pubkey code, in fact the only caller of pbes2 (likely anywhere, not just in the library) is in pkcs8.cpp