mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
69df16e376
Fixes bug 11454, where we would keep around a superseded descriptor if the descriptor replacing it wasn't at least a week later. Bugfix on 0.2.1.8-alpha. Fixes bug 11457, where a certificate with a publication time in the future could make us discard existing (and subsequent!) certificates with correct publication times. Bugfix on 0.2.0.3-alpha.
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
o Minor bugfixes:
|
|
- Remove any old authority certificates that have been superseded
|
|
for at least two days. Previously, we would keep superseded
|
|
certificates until they expired, if they were published close
|
|
in time to the certificate that superseded them.
|
|
Fixes bug 11454; bugfix on 0.2.1.8-alpha.
|