mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
Add new algos & test
This commit is contained in:
parent
2bdb235610
commit
d6310d6b15
3 changed files with 38 additions and 3 deletions
|
@ -14,8 +14,10 @@ module Depp
|
|||
['8 - RSA/SHA-256', 8],
|
||||
['10 - RSA/SHA-512', 10],
|
||||
['13 - ECDSA Curve P-256 with SHA-256', 13],
|
||||
['14 - ECDSA Curve P-384 with SHA-384', 14]
|
||||
]
|
||||
['14 - ECDSA Curve P-384 with SHA-384', 14],
|
||||
['15 - Ed25519', 15],
|
||||
['16 - Ed448', 16],
|
||||
].freeze
|
||||
|
||||
PROTOCOLS = [3]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue