FEAT: - Implemented draft-ietf-dnsext-dnssec-2535typcode-change-04.txt
This document has been through review and will be published
as standard track RFCs shortly. (Publsished as RFC3755).
IMPORTANT: the implementation of the typecode roll deprecated
the use of SIG->create for any other reason than SIG0. If
you try to create SIGs over RRsets you will be warned.
FEAT: - Modified the namespace for the module that holds the name
of the private key from Net::DNS::RR::SIG::Private to
Net::DNS::SEC::Private.
!!!!!
Net::DNS::RR::SIG::Private will be deprecated in a next release.
!!!!!
CLEAN:- Crypt::OpenSSL::RSA v 0.19 introduced the possibility to
create keys directly from parameters, although this introduced
a dependency on Crypt::OpenSSL::Bignum it allowed to get rid
from converting all parameters to DER/ANS1 encoding. Got rid of
a number of lines of code.