This repository was archived by the owner on Feb 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ positive response is correct _should_ be safe to use. Most of the
1515NXDOMAIN/NODATA responses are safe too, but there are some corner cases that
1616have no tests yet.
1717
18- Unit tests are currently covering over 95% of the code, including 123
18+ Unit tests are currently covering over 95% of the code, including 133
1919from Unbound. Also keep in mind that while most of the code paths are covered
2020by unit tests, this does not mean it is performing according to the RFCs or
2121that something that should be checked for is really done.
@@ -29,6 +29,11 @@ The Unbound prototype was stripped from all unnecessary parts, heavily
2929modified, complemented with more than 300 unit test and found bugs were fixed.
3030
3131### Released versions
32+ * 2.0.0:
33+ - Requires Java 8
34+ - Disable DSA (3) and DSA-NSEC3-SHA1 (6) algorithms by default (RFC 8624)
35+ - Add support for ECC-GOST (12) and EdDSA (15, 16) algorithms, see #21
36+ - Add support for async resolving using dnsjava 3, #23
3237* 1.2.0:
3338 - Fix CVE-2017 -15105
3439 - Add config option ` org.jitsi.dnssec.harden_algo_downgrade `
Original file line number Diff line number Diff line change 33 <groupId >org.jitsi</groupId >
44 <artifactId >dnssecjava</artifactId >
55 <packaging >bundle</packaging >
6- <version >2.0.0-SNAPSHOT </version >
6+ <version >2.0.0</version >
77 <name >dnssecjava</name >
88 <url >https://github.com/ibauersachs/dnssecjava</url >
99
155155 <url >https://github.com/ibauersachs/dnssecjava</url >
156156 <connection >scm:git:https://github.com/ibauersachs/dnssecjava.git</connection >
157157 <developerConnection >scm:git:https://github.com/ibauersachs/dnssecjava.git</developerConnection >
158- <tag >HEAD </tag >
158+ <tag >dnssecjava-2.0.0 </tag >
159159 </scm >
160160 <description >A DNSSEC validating stub resolver for Java.</description >
161161 <licenses >
You can’t perform that action at this time.
0 commit comments