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
15
15
NXDOMAIN/NODATA responses are safe too, but there are some corner cases that
16
16
have no tests yet.
17
17
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
19
19
from Unbound. Also keep in mind that while most of the code paths are covered
20
20
by unit tests, this does not mean it is performing according to the RFCs or
21
21
that something that should be checked for is really done.
@@ -29,6 +29,11 @@ The Unbound prototype was stripped from all unnecessary parts, heavily
29
29
modified, complemented with more than 300 unit test and found bugs were fixed.
30
30
31
31
### 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
32
37
* 1.2.0:
33
38
- Fix CVE-2017 -15105
34
39
- Add config option ` org.jitsi.dnssec.harden_algo_downgrade `
Original file line number Diff line number Diff line change 3
3
<groupId >org.jitsi</groupId >
4
4
<artifactId >dnssecjava</artifactId >
5
5
<packaging >bundle</packaging >
6
- <version >2.0.0-SNAPSHOT </version >
6
+ <version >2.0.0</version >
7
7
<name >dnssecjava</name >
8
8
<url >https://github.com/ibauersachs/dnssecjava</url >
9
9
155
155
<url >https://github.com/ibauersachs/dnssecjava</url >
156
156
<connection >scm:git:https://github.com/ibauersachs/dnssecjava.git</connection >
157
157
<developerConnection >scm:git:https://github.com/ibauersachs/dnssecjava.git</developerConnection >
158
- <tag >HEAD </tag >
158
+ <tag >dnssecjava-2.0.0 </tag >
159
159
</scm >
160
160
<description >A DNSSEC validating stub resolver for Java.</description >
161
161
<licenses >
You can’t perform that action at this time.
0 commit comments