diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-03 03:42:19 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-03 03:42:19 +0000 |
commit | a26188cee96f3a3224f92e1573c692e318ebf1b2 (patch) | |
tree | 38c22c3469fb4d497ca51201d52a8486988c16de /ChangeLog | |
parent | 14fae5f2b364fa5e60135a5877947d988b66393c (diff) | |
download | tor-a26188cee96f3a3224f92e1573c692e318ebf1b2.tar tor-a26188cee96f3a3224f92e1573c692e318ebf1b2.tar.gz |
fix bug 880: find the end of an authority cert by looking for the first ----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant.
svn:r17470
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? fds when our disk is full. Fixes bug 861. - Stop erroneous use of O_APPEND in cases where we did not in fact want to re-seek to the end of a file before every last write(). + - Correct handling of possible malformed authority signing key + certificates with internal signature types. Fixes bug 880. + Bugfix on 0.2.0.3-alpha. o Minor features: - Report the case where all signatures in a detached set are rejected |