From 19f891c27a6e29269ddd6318ef20a414d424f06d Mon Sep 17 00:00:00 2001 From: jeffrey forman Date: Sun, 22 Mar 2015 14:32:07 -0400 Subject: [PATCH] fix the text associated with an hmac-md5 tsig key --- binder/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/models.py b/binder/models.py index e0bd01a..3ae2693 100644 --- a/binder/models.py +++ b/binder/models.py @@ -16,7 +16,7 @@ import dns.zone from binder import exceptions from django.db import models -TSIG_ALGORITHMS = (('hmac-md5', 'MD5'), +TSIG_ALGORITHMS = (('HMAC-MD5.SIG-ALG.REG.INT', 'MD5'), ('hmac-sha1', 'SHA1'), ('hmac-sha256', 'SHA256'), ('hmac-sha384', 'SHA384'),