Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
Metrics
Library
Commits
2cd92728
Commit
2cd92728
authored
May 20, 2016
by
Karsten Loesing
Browse files
Stop reporting some lines in certificates as unrecognized.
parent
9e11172b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2cd92728
...
...
@@ -14,6 +14,8 @@
*
Minor changes
-
Include a Torperf results line with more than one unrecognized
key only once in the unrecognized lines.
-
Stop reporting "-----END .
*
-----" lines in directory key
certificates as unrecognized.
# Changes in version 1.1.0 - 2015-12-28
...
...
src/org/torproject/descriptor/impl/DirectoryKeyCertificateImpl.java
View file @
2cd92728
...
...
@@ -124,6 +124,7 @@ public class DirectoryKeyCertificateImpl extends DescriptorImpl
+
"block in directory key certificate."
);
}
nextCrypto
=
""
;
break
;
default
:
if
(
crypto
!=
null
)
{
crypto
.
append
(
line
).
append
(
"\n"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment