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

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
ibauersachs committed Feb 19, 2020
1 parent ab53e6a commit b1b943d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ positive response is correct _should_ be safe to use. Most of the
NXDOMAIN/NODATA responses are safe too, but there are some corner cases that
have no tests yet.

Unit tests are currently covering over 95% of the code, including 123
Unit tests are currently covering over 95% of the code, including 133
from Unbound. Also keep in mind that while most of the code paths are covered
by unit tests, this does not mean it is performing according to the RFCs or
that something that should be checked for is really done.
Expand All @@ -29,6 +29,11 @@ The Unbound prototype was stripped from all unnecessary parts, heavily
modified, complemented with more than 300 unit test and found bugs were fixed.

### Released versions
* 2.0.0:
- Requires Java 8
- Disable DSA (3) and DSA-NSEC3-SHA1 (6) algorithms by default (RFC 8624)
- Add support for ECC-GOST (12) and EdDSA (15, 16) algorithms, see #21
- Add support for async resolving using dnsjava 3, #23
* 1.2.0:
- Fix CVE-2017-15105
- Add config option `org.jitsi.dnssec.harden_algo_downgrade`
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jitsi</groupId>
<artifactId>dnssecjava</artifactId>
<packaging>bundle</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>dnssecjava</name>
<url>https://github.com/ibauersachs/dnssecjava</url>

Expand Down Expand Up @@ -155,7 +155,7 @@
<url>https://github.com/ibauersachs/dnssecjava</url>
<connection>scm:git:https://github.com/ibauersachs/dnssecjava.git</connection>
<developerConnection>scm:git:https://github.com/ibauersachs/dnssecjava.git</developerConnection>
<tag>HEAD</tag>
<tag>dnssecjava-2.0.0</tag>
</scm>
<description>A DNSSEC validating stub resolver for Java.</description>
<licenses>
Expand Down

0 comments on commit b1b943d

Please sign in to comment.