summaryrefslogtreecommitdiff
path: root/cmake/Modules/FindBotan.cmake
AgeCommit message (Collapse)Author
2014-06-08Properly search for libbotan even in a botan-1.11 subdirectoryFlorent Le Coz
2014-06-08Implement TLS support using BotanFlorent Le Coz
For now, it tries two TLS ports and then connects to the non-tls port. In the future we would like the user to be able to configure that. fix #2435