Archive for the ‘Releases’ Category.
August 31, 2018, 12:58 pm
Dear all,
We are pleased to announce the 1.10 release of Net::DNS::SEC.
Code-coverage has been improved to including coverage of XS module.
The getkeyset demo script has been renamed and stripped of the executable bit (like the other demo scripts), to work around an issue with Redhat packaging.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS::SEC 1.10 Released
August 27, 2018, 3:16 pm
Dear all,
We have a fast-track release candidate for the 1.10 release of Net::DNS::SEC.
Code-coverage has been improved to including coverage of XS module.
The getkeyset demo script has been renamed and stripped of the executable bit (like the other demo scripts), to work around an issue with Redhat packaging.
For a complete list of changes and bugfixes see the CHANGES file.
Please review this candidate carefully. If no issues arise, the actual release will follow Friday the 31st of August 2018.
Category:
Releases |
Comments Off on Fast-track release candidate for Net::DNS::SEC 1.10
July 25, 2018, 7:07 am
Dear all,
We have a new bugfix release, version 1.17 of Net::DNS.
This release contains three bugfixes, from which two were introduced in release 1.16.
- A fix for broken name compression in rdata fields.
- A fix for undefined typemap for NSEC3s on empty non-terminals.
- A fix for AXFR for nameservers that start with a single SOA in a single packet (like PowerDNS).
See also the Changes file.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Net::DNS 1.17 Released
July 20, 2018, 4:50 pm
Dear all,
We have a fast-track release candidate for the upcoming 1.17 bugfix release of Net::DNS.
This release contains three bugfixes, from which two were introduced in release 1.16.
- A fix for broken name compression in rdata fields.
- A fix for undefined typemap for NSEC3s on empty non-terminals.
- A fix for AXFR for nameservers that start with a single SOA in a single packet (like PowerDNS).
See also the Changes file.
Please review this candidate carefully. If no issues arise, the actual release will follow Wednesday the 25th of July 2018.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Fast-track release candidate for Net::DNS 1.17
July 16, 2018, 4:45 am
Dear all,
We have a new release version 1.16 of Net::DNS.
This release contains new and improved methods for NSEC and NSEC3 RRs to enquery about the name it covers, the types in its typemap, and in case of NSEC3 about the encloser, nextcloser and (unexpanded) wildcard.
Also, IPv6 support is from now only with the IO::Socket::IP module. Support for the IO::Socket::INET6 is removed (for which we have warned about since 1.12).
See also the Changes file.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Net::DNS Released
July 8, 2018, 12:32 pm
Dear all,
We have a candidate for the upcoming 1.16 release of Net::DNS.
This release contains new and improved methods for NSEC and NSEC3 RRs to enquery about the name it covers, the types in its typemap, and in case of NSEC3 about the encloser, nextcloser and (unexpanded) wildcard.
Also, IPv6 support is from now only with the IO::Socket::IP module. Support for the IO::Socket::INET6 is removed (for which we have warned about since 1.12).
See also the Changes file.
Please review this candidate carefully. If no issues arise, the actual release will follow Sunday the 15th of July 2018.
Regression test results: https://www.net-dns.org/regression
Category:
Releases |
Comments Off on Release candidate for Net::DNS 1.16
June 11, 2018, 9:31 am
Dear all,
We are pleased to announce the 1.09 release of Net::DNS::SEC.
Code has been reworked to anticipate the proposed removal of some features in future versions of OpenSSL, but is otherwise functionally identical to 1.08.
Test scripts have been modified to avoid filename conflicts which arise when tests are executed in parallel.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS::SEC 1.09 released
May 11, 2018, 12:10 pm
Dear all,
I am pleased to announce the 1.08 release of Net::DNS::SEC.
Code has been reworked to generate and verify signatures using the EVP interface which requires OpenSSL 1.0.0 or later.
Use of ED25519 and ED448 (algorithms 15 and 16) requires OpenSSL 1.1.1 or later.
ECC-GOST (obsolete GOST R 34.10-2001) signature verification requires the Digest::GOST package to be installed. The signature generation function has been removed.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS::SEC 1.08 released
May 4, 2018, 3:29 pm
Dear all,
We have a candidate for the 1.08 release of Net::DNS::SEC.
Code has been reworked to generate and verify signatures using the EVP interface which requires OpenSSL 1.0.0 or later.
Use of ED25519 and ED448 (algorithms 15 and 16) requires OpenSSL 1.1.1 or later.
ECC-GOST (obsolete GOST R 34.10-2001) signature verification requires the Digest::GOST package to be installed. The signature generation function has been removed.
For a complete list of changes and bugfixes see the CHANGES file.
Please review this candidate carefully. If no issues arise, the actual release will follow Friday the 11th of May 2018.
Category:
Releases |
Comments Off on Release candidate for Net::DNS::SEC 1.08
April 5, 2018, 12:19 pm
Dear all,
I am pleased to anounce the 1.07 release of Net::DNS::SEC.
During the hackathon at IETF101, we worked on validating and signing with the Ed25519 and Ed448 curves (algorithm 15 and 16) using OpenSSL’s official EVP interface. Unfortunately, the at the time available version 1.1.1-pre2 of OpenSSL was not yet completely ready for this, resulting in a *Epic fail* of our project! However, the foundation had been laid, and since then 1.1.1-pre3 and 1.1.1-pre4 have been released which do offer working support for the Edwards curves via the EVP interface.
This release contains a definite Net::DNS::SEC implementation of validating and signing with the Ed25519 and Ed488 curves when building against OpenSSL version 1.1.1-pre3 or higher. We believe this is the first main-stream “consumer” DNS library that offers both signing and validation for both the RFC8080 Edward-curves.
Besides the curve support, this release has also a single bugfix, to let Net::DNS::SEC install in architecture/build- dependent location.
For a complete list of changes and bugfixes see the CHANGES file.
Category:
Releases |
Comments Off on Net::DNS::SEC 1.07 released