offlineimap/offlineimap/utils
Eygene Ryabinkin f69613965f Make OS-default CA certificate file to be requested explicitely
This simplifies logics for the user, especially if he uses both
fingerprint and certificate validation: it is hard to maintain
the compatibility with the prior behaviour and to avoid getting
default CA bundle to be disabled when fingerprint verification
is requested.

See
  http://thread.gmane.org/gmane.mail.imap.offlineimap.general/6695
for discussion about this change.

Default CA bundle is requested via 'sslcertfile = OS-DEFAULT'.

I had also enforced all cases where explicitely-requested CA bundles
are non-existent to be hard errors: when users asks us to use CA
bundle (and, thus, certificate validation), but we can't find one,
we must error out rather than happily continue and downgrade to
no validation.

Reported-By: Edd Barrett <edd@theunixzoo.co.uk>
Reviewed-By: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
2015-01-18 22:05:49 +03:00
..
__init__.py And add forgotten __init__.py for offlineimap.utils 2013-02-05 07:52:25 +04:00
const.py utils/const.py: fix ident 2015-01-01 22:24:23 +01:00
distro.py Make OS-default CA certificate file to be requested explicitely 2015-01-18 22:05:49 +03:00
stacktrace.py Implement stack trace dump for all running threads on SIGQUIT 2013-02-02 16:25:37 +04:00