mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
Story #107192666 - secDNS alorithms remove 252-255, add 10,13,14
This commit is contained in:
parent
fcd7304ed6
commit
99f1a62518
2 changed files with 4 additions and 5 deletions
|
@ -12,10 +12,9 @@ module Depp
|
|||
['6 - DSA-NSEC3-SHA1', 6],
|
||||
['7 - RSASHA1-NSEC3-SHA1', 7],
|
||||
['8 - RSA/SHA-256', 8],
|
||||
['252 - Reserved for Indirect Keys', 252],
|
||||
['253 - Private algorithm', 253],
|
||||
['254 - Private algorithm OID', 254],
|
||||
['255 - Reserved', 255]
|
||||
['10 - RSA/SHA-512', 10],
|
||||
['13 - ECDSA Curve P-256 with SHA-256', 13],
|
||||
['14 - ECDSA Curve P-384 with SHA-384', 14]
|
||||
]
|
||||
|
||||
PROTOCOLS = [3]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue