- Timestamp:
- Sep 27, 2020, 12:52:14 PM (5 months ago)
- Branches:
- asyncio
- Children:
- 70f9c00
- Parents:
- 3453f93
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r3453f93 rae4325e 1 ** Version 0.12.0 (UNRELEASED) 2 3 - Remove insecure algorithms that are still included in the GnuTLS 4 priority set "NORMAL" from the default priorities: plain RSA key 5 exchange, TLS 1.0, TLS 1.1 6 7 - Share server instances for tests where reasonably possible with the 8 same server configuration. Starting/stopping server instances is the 9 slowest part of the tests, so this is a nice performance 10 improvement. The Automake test harness now reports fewer tests, but 11 some include a lot more client connections and requests to keep 12 coverage at least as good as before. 13 14 - Some minor cleanup of tests and logging infrastructure. 15 1 16 ** Version 0.11.0 (2020-06-27) 2 17
Note: See TracChangeset
for help on using the changeset viewer.