[master] algorithm flexibility for rndc

3525.	[func]		Support for additional signing algorithms in rndc:
			hmac-sha1, -sha224, -sha256, -sha384, and -sha512.
			The -A option to rndc-confgen can be used to
			select the algorithm for the generated key.
			(The default is still hmac-md5; this may
			change in a future release.) [RT #20363]
This commit is contained in:
Evan Hunt
2013-03-13 17:53:11 -07:00
parent 1f06836037
commit 4eb998928b
84 changed files with 556 additions and 175 deletions

View File

@@ -20,7 +20,7 @@
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
algorithm hmac-sha256;
};
controls {

View File

@@ -20,7 +20,7 @@
key rndc_key {
secret "1234abcd8765";
algorithm hmac-md5;
algorithm hmac-sha256;
};
controls {