summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2020-12-14 11:28:37 -0500
committerThomas Markwalder <tmark@isc.org>2022-01-20 13:47:44 -0500
commit844bebe4eca464ad456b1faea876165fd6571378 (patch)
tree3dcb21266cdac7fdaea0ca6bd1e9f334d4e5eaba /RELNOTES
parentee868403d0df934442a438aa6b5832bacabb7b23 (diff)
downloadisc-dhcp-844bebe4eca464ad456b1faea876165fd6571378.tar.gz
[#148] Replaced hard-coded MD5 algorithm name in OMAPI connection
omapip/connection.c ctring_from_attribute() - new convenience function for fetching object attribute values as C strings make_dst_key() - modified to use the authenticator object's value for algorithm name
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index fa8252ab..cf213437 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -117,6 +117,12 @@ and the client Linux script sample was updated.
Changes since 4.4.2 (Bug Fixes)
+- Removed hard-coded MD5 algorithm name in OMAPI connection logic. Prior
+ to this using any other algorithm via key-algorithm statement would
+ allow OMAPI connections to made but subsequent actions such as updating
+ an object to fail.
+ [Gitlab #148]
+
- Minor corrections to allow compilation under gcc 10.
[Gitlab #117]