diff --git a/Changelog.rst b/Changelog.rst index ea7b082..95398ef 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -8,6 +8,9 @@ ChangeLog OfflineIMAP v6.5.6.1 (YYYY-MM-DD) ================================= +* Added default CA bundle location for OpenBSD + (GitHub pull #120). + * Added OpenSSL exception clause to our main GPL to allow people to link with OpenSSL in run-time. It is needed at least for Debian, see diff --git a/offlineimap/utils/distro.py b/offlineimap/utils/distro.py index 96aab1b..babefe7 100644 --- a/offlineimap/utils/distro.py +++ b/offlineimap/utils/distro.py @@ -13,7 +13,7 @@ import os # one that corresponds to the existing file. __DEF_OS_LOCATIONS = { 'freebsd': '/usr/local/share/certs/ca-root-nss.crt', - 'openbsd': None, + 'openbsd': '/etc/ssl/cert.pem', 'netbsd': None, 'dragonfly': None, 'darwin': [