Story #107192666 - secDNS alorithms remove 252-255, add 10,13,14

This commit is contained in:
Matt Farnsworth 2015-11-23 12:31:07 +02:00
parent fcd7304ed6
commit 99f1a62518
2 changed files with 4 additions and 5 deletions

View file

@ -17,7 +17,7 @@ class Dnskey < ActiveRecord::Base
end
}
ALGORITHMS = %w(3 5 6 7 8 252 253 254 255)
ALGORITHMS = %w(3 5 6 7 8 10 13 14)
PROTOCOLS = %w(3)
FLAGS = %w(0 256 257) # 256 = ZSK, 257 = KSK