Update NEWS file

This commit is contained in:
Andrew Ayer 2020-04-29 11:54:29 -04:00
parent 64e6a74a5e
commit 6dc67b3775
1 changed files with 11 additions and 2 deletions

13
NEWS
View File

@ -1,12 +1,21 @@
v0.10 (not yet released)
* Improve speed by processing logs in parallel
* Add -start_et_end option to begin monitoring new logs at the end,
* Add -start_at_end option to begin monitoring new logs at the end,
which significantly speeds up Cert Spotter, at the cost of missing
certificates that were added to a log before Cert Spotter starts
monitoring it
* (Behavior change) Scan logs in their entirety the first time Cert
Spotter is run, unless -start_at_end specified (behavior change)
* Add/remove logs to match latest Chromium/Apple lists
* The log list is now retrieved from certspotter.org at startup instead
of being embedded in the source. This will allow Cert Spotter to react
more quickly to the frequent changes in logs.
* (Behavior change) the -logs option now expects a JSON file in the v2
log list format. See <https://www.certificate-transparency.org/known-logs>
and <https://www.gstatic.com/ct/log_list/v2/log_list_schema.json>.
* -logs now accepts an HTTPS URL in addition to a file path.
* (Behavior change) the -underwater option has been removed. If you want
its behavior, specify https://loglist.certspotter.org/underwater.json to
the -logs option.
v0.9 (2018-04-19)
* Add Cloudflare Nimbus logs