Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-22 | Remove a useless getter | louiz’ | |
2018-07-22 | add 'verify_certificate' as possible configuration token for policy files | Romain DEP | |
This lets the user configure a per-domain certificate validation policy | |||
2017-10-04 | Explicitely include all needed botan headers | louiz’ | |
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-30 | Make botan’s policy configurable from a file | louiz’ | |
fix #3244 |