diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-02-20 01:08:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-02-20 01:08:12 -0500 |
commit | 8a9d86bf05110426e05c5dde4b22e45dfa99f8e9 (patch) | |
tree | 89a61fdc3ea13d597b9f913e8b28af1a261bf7d9 /changes | |
parent | 03a4e97c76b2021ec7246da03fb31d337fb50f9b (diff) | |
parent | 69df16e3765383bd59fd2fbedbb5301f3b58ab14 (diff) | |
download | tor-8a9d86bf05110426e05c5dde4b22e45dfa99f8e9.tar.gz tor-8a9d86bf05110426e05c5dde4b22e45dfa99f8e9.zip |
Merge remote-tracking branch 'public/bug11454_11457'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11454 | 6 | ||||
-rw-r--r-- | changes/bug11457 | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug11454 b/changes/bug11454 new file mode 100644 index 0000000000..da793de868 --- /dev/null +++ b/changes/bug11454 @@ -0,0 +1,6 @@ + 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. diff --git a/changes/bug11457 b/changes/bug11457 new file mode 100644 index 0000000000..a8b76f6d78 --- /dev/null +++ b/changes/bug11457 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - If an authority operator accidentally makes a signing certificate with + a future publication time, do not discard its real signing + certificates. Fixes bug 11457; bugfix on 0.2.0.3-alpha. + |