@@ -14,11 +14,11 @@ Version 0.19.0
14
14
15
15
- Add "shell" password fetch strategy to pass command string to a shell.
16
16
- 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 .
19
19
- Add a new ``showconfig `` status. This prints *some * configuration values as
20
20
JSON. This is intended to be used by external tools and helpers that interact
21
- with ``vdirsyncer ``.
21
+ with ``vdirsyncer ``, and considered experimental .
22
22
- Update TLS-related tests that were failing due to weak MDs. :gh: `903 `
23
23
- ``pytest-httpserver `` and ``trustme `` are now required for tests.
24
24
- ``pytest-localserver `` is no longer required for tests.
@@ -42,19 +42,20 @@ Version 0.19.0
42
42
Changes to SSL configuration
43
43
----------------------------
44
44
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.
47
47
48
- # XXX: just make it one arg
48
+ When using a custom `` verify_fingerprint ``, CA validation is always disabled.
49
49
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
53
51
both features is insecure and no longer supported.
54
52
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
56
54
only takes a string to a custom CA for verification.
57
55
56
+ The ``verify `` and ``verify_fingerprint `` will likely be merged into a single
57
+ parameter in future.
58
+
58
59
Version 0.18.0
59
60
==============
60
61
0 commit comments