summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2017-12-11 07:19:43 -0500
committerThomas Markwalder <tmark@isc.org>2017-12-11 07:19:43 -0500
commite6ffc27f24321017a5ad9af3707f4e2e54bbac74 (patch)
tree9f778c0da2b716fb251ae18bc21be1afd5c4b340 /RELNOTES
parent25e4af8b19035e566087414d7a179c7f0fd053b1 (diff)
downloadisc-dhcp-e6ffc27f24321017a5ad9af3707f4e2e54bbac74.tar.gz
[master] Adds key-algorithm statement to omshell
Merges in rt46771.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index e9e8211b..e3d36f6e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -291,6 +291,13 @@ dhcp-users@lists.isc.org.
[ISC-Bugs #42621]
[ISC-Bugs #44753]
+- A "key-algorithm <algorithm>" statement has been added to omshell to
+ allow the specification of the key algorithm to use during transaction
+ authentication. Prior to this it was hard-coded to be hmac-md5. It now
+ supports all of the same algorithms as the dhcpd server: hmac-md5 (the
+ default), hmac-sha1, hmac-sha224, hmac-sha256, hmac-sha384, and hmac-sha512.
+ [ISC-Bugs #46771]
+
Changes since 4.3.0 (bug fixes)
- Tidy up several small tickets.