summaryrefslogtreecommitdiff
path: root/src/network/tls_policy.cpp
AgeCommit message (Collapse)Author
2017-10-04Explicitely include all needed botan headerslouiz’
Most importantely, include parsing.h, since read_cfg is not implicitely included anymore in botan 2.3, and that does not compile. Also do not included botan.h anymore, since it’s deprecated in botan 2.3 fix #3296
2017-04-30Make botan’s policy configurable from a filelouiz’
fix #3244