isync/src
Jaroslav Suchanek 07cb422cbb Add support for specifying cipher string used for ssl connection
Some distributions (e.g. Fedora) added support for system wide crypto
policies. This is supported in most common crypto libraries including
OpenSSL. Applications can override this policy using their own cipher
string. This commit adds support for specifying the cipher string in
the mbsync configuration.

For example, to exclude Diffie-Hellman, the user can specify
  CipherString "DEFAULT:!DH"
in the IMAP Account's configuration.
2020-08-04 14:49:58 +02:00
..
.gitignore introduce driver call debugging 2017-04-22 11:26:11 +02:00
common.h fix strftime() format string warning properly 2020-08-04 14:49:57 +02:00
config.c make map_name() interpret empty strings as "no separator" 2017-10-15 16:53:27 +02:00
config.h use typedefs for structs more 2017-04-02 15:56:30 +02:00
driver.c sort messages from UID FETCH request 2018-11-24 14:36:31 +01:00
driver.h fix signedness issues surrounding UIDs 2020-08-04 14:49:57 +02:00
drv_imap.c Add support for specifying cipher string used for ssl connection 2020-08-04 14:49:58 +02:00
drv_maildir.c fix signedness issues surrounding UIDs 2020-08-04 14:49:57 +02:00
drv_proxy_gen.pl fix formatting of uint in callback debug stubs 2019-01-05 00:00:10 +01:00
drv_proxy.c de-noise -Dd output somewhat 2020-08-04 14:49:57 +02:00
main.c don't leak the channel list after all 2020-08-04 14:49:57 +02:00
Makefile.am delete the compat wrapper 2017-10-01 15:30:07 +02:00
mbsync.1 Add support for specifying cipher string used for ssl connection 2020-08-04 14:49:58 +02:00
mbsyncrc.sample Merge branch 'isync_1_2_branch' 2015-11-08 12:04:44 +01:00
mdconvert.1 replace FSF address with something more ... contemporary 2012-09-01 21:15:53 +02:00
mdconvert.c fix hypothetical buffer overflows 2014-04-12 13:03:46 +02:00
run-tests.pl autotest: use symbolic message subjects 2020-08-04 14:49:57 +02:00
socket.c Add support for specifying cipher string used for ssl connection 2020-08-04 14:49:58 +02:00
socket.h Add support for specifying cipher string used for ssl connection 2020-08-04 14:49:58 +02:00
sync.c set sync record's flags only after propagating new message 2020-08-04 14:49:58 +02:00
sync.h prune dead SYNC_FAIL_ALL define 2015-05-24 14:51:31 +02:00
tst_timers.c use typedefs for structs more 2017-04-02 15:56:30 +02:00
util.c make find_uint_array() never create negative indices 2020-08-04 14:49:57 +02:00