Skip to content

Commit

Permalink
Merge pull request #1330 from cisagov/dk/digest-type-hotfix
Browse files Browse the repository at this point in the history
fixed digest type choices in dnssec
  • Loading branch information
dave-kennedy-ecs authored Nov 14, 2023
2 parents bcbf555 + 1c37a94 commit 778fbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/registrar/forms/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
# 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"),
]

0 comments on commit 778fbdb

Please sign in to comment.