Skip to content
This repository was archived by the owner on Feb 6, 2022. It is now read-only.

Commit b1b943d

Browse files
committed
Release 2.0.0
Closes #23
1 parent ab53e6a commit b1b943d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ positive response is correct _should_ be safe to use. Most of the
1515
NXDOMAIN/NODATA responses are safe too, but there are some corner cases that
1616
have 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
1919
from Unbound. Also keep in mind that while most of the code paths are covered
2020
by unit tests, this does not mean it is performing according to the RFCs or
2121
that something that should be checked for is really done.
@@ -29,6 +29,11 @@ The Unbound prototype was stripped from all unnecessary parts, heavily
2929
modified, 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`

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

@@ -155,7 +155,7 @@
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>

0 commit comments

Comments
 (0)