Skip Menu |

This queue is for tickets about the Net-RNDC CPAN distribution.

Report information
The Basics
Id: 133498
Status: open
Priority: 0/
Queue: Net-RNDC

People
Owner: Nobody in particular
Requestors: HOUSTON [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Additional algorithms
Hello, As rndc now supports a number of SHA algorithms I was wondering if you had any plans to offer these in Net::RNDC in addition to the standard MD5? If not, would you be open to a PR? Thanks, Pete
Subject: Re: [rt.cpan.org #133498] Additional algorithms
Date: Sat, 10 Oct 2020 18:10:02 -0400
To: bug-Net-RNDC [...] rt.cpan.org
From: "Matthew Horsfall (alh)" <wolfsage [...] gmail.com>
I'd be happy to look at a PR or I could add support for it later this week perhaps. Either is fine with me. Probably I'd add an 'algorithm => ""' argument to ->new() and ->do() (was it?) specifying which algorithm, and only load the relevant crypto library on demand, except for md5 which should be the default when no algorithm is specified perhaps... -- Matthew Horsfall (alh)