fix the text associated with an hmac-md5 tsig key

This commit is contained in:
jeffrey forman 2015-03-22 14:32:07 -04:00
parent fb7d27da20
commit 19f891c27a
1 changed files with 1 additions and 1 deletions

View File

@ -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'),