about summary refs log tree commit diff stats
path: root/src/config/cafile.c
Commit message (Collapse)AuthorAgeFilesLines
* Include `config.h` in `src/config.cafile.c`Maxi Wuttke2022-04-021-0/+2
| | | | See <https://github.com/profanity-im/profanity/issues/1512>
* add profanity-specific CAfileSteffen Jaeckel2022-03-221-0/+106
The profanity-internal mechanism to allow connecting to a server isn't easily portable to cURL. Therefor introduce a profanity-specific CAfile which is managed individually and will be configured in libcurl calls. Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>