Add OpenBSD default CA certificates file location

GitHub pull: https://github.com/OfflineIMAP/offlineimap/pull/120
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
nopjmp 2014-10-07 21:39:47 -05:00 committed by Eygene Ryabinkin
parent a76bb0d2a3
commit 716a6f4718
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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': [