[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

@@ -46,7 +46,7 @@ controls {
};
key "rndc-key" {
algorithm hmac-md5;
algorithm hmac-sha256;
secret "Am9vCg==";
};

View File

@@ -46,7 +46,7 @@ controls {
};
key "rndc-key" {
algorithm hmac-md5;
algorithm hmac-sha256;
secret "Am9vCg==";
};

View File

@@ -46,7 +46,7 @@ controls {
};
key "rndc-key" {
algorithm hmac-md5;
algorithm hmac-sha256;
secret "Am9vCg==";
};

View File

@@ -46,7 +46,7 @@ controls {
};
key "rndc-key" {
algorithm hmac-md5;
algorithm hmac-sha256;
secret "Am9vCg==";
};

View File

@@ -26,6 +26,6 @@ server localhost {
};
key "rndc-key" {
algorithm hmac-md5;
algorithm hmac-sha256;
secret "Am9vCg==";
};