@@ -14,11 +14,11 @@ Version 0.19.0
1414
1515- Add "shell" password fetch strategy to pass command string to a shell.
1616- Add "description" and "order" as metadata. These fetch the CalDAV:
17- calendar-description, CardDAV:addressbook-description and apple-ns: calendar-order
18- properties.
17+ calendar-description, `` CardDAV:addressbook-description `` and
18+ `` apple-ns:calendar-order `` properties respectively .
1919- Add a new ``showconfig `` status. This prints *some * configuration values as
2020 JSON. This is intended to be used by external tools and helpers that interact
21- with ``vdirsyncer ``.
21+ with ``vdirsyncer ``, and considered experimental .
2222- Update TLS-related tests that were failing due to weak MDs. :gh: `903 `
2323- ``pytest-httpserver `` and ``trustme `` are now required for tests.
2424- ``pytest-localserver `` is no longer required for tests.
@@ -42,19 +42,20 @@ Version 0.19.0
4242Changes to SSL configuration
4343----------------------------
4444
45- Support for `md5 ` and `sha1 ` certificate fingerprints has been dropped. If
46- you're validating certificate fingerprints, use `sha256 ` instead.
45+ Support for `` md5 `` and `` sha1 ` ` certificate fingerprints has been dropped. If
46+ you're validating certificate fingerprints, use `` sha256 ` ` instead.
4747
48- # XXX: just make it one arg
48+ When using a custom `` verify_fingerprint ``, CA validation is always disabled.
4949
50- When using a custom `verify_fingerprint `, CA validation is always disabled.
51-
52- If `verify_fingerprint ` is unset, CA verification is always active. Disabling
50+ If ``verify_fingerprint `` is unset, CA verification is always active. Disabling
5351both features is insecure and no longer supported.
5452
55- The `verify ` parameter no longer takes boolean values, it is now optional and
53+ The `` verify ` ` parameter no longer takes boolean values, it is now optional and
5654only takes a string to a custom CA for verification.
5755
56+ The ``verify `` and ``verify_fingerprint `` will likely be merged into a single
57+ parameter in future.
58+
5859Version 0.18.0
5960==============
6061
0 commit comments