mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 19:48:36 +02:00
Merge pull request #1330 from cisagov/dk/digest-type-hotfix
fixed digest type choices in dnssec
This commit is contained in:
commit
778fbdb737
1 changed files with 2 additions and 2 deletions
|
@ -21,6 +21,6 @@ ALGORITHM_CHOICES = [
|
|||
# DIGEST_TYPE_CHOICES are options for digestType attribute in DS Data
|
||||
# reference: https://datatracker.ietf.org/doc/html/rfc4034#appendix-A.2
|
||||
DIGEST_TYPE_CHOICES = [
|
||||
(0, "(0) Reserved"),
|
||||
(1, "(1) SHA-256"),
|
||||
(1, "(1) SHA-1"),
|
||||
(2, "(2) SHA-256"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue