From 3ca48f2675099c1738a20b9e886224b1b28a5c04 Mon Sep 17 00:00:00 2001 From: Andrew Pau Date: Mon, 10 Oct 2022 11:11:52 -0400 Subject: [PATCH] Support P384 and P521 curves --- commands/types.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commands/types.go b/commands/types.go index ab76ada..abd5b21 100644 --- a/commands/types.go +++ b/commands/types.go @@ -86,6 +86,8 @@ const ( // Algorithms AlgorithmRSA2048 Algorithm = 9 AlgorithmP256 Algorithm = 12 + AlgorithmP384 Algorithm = 13 + AlgorithmP521 Algorithm = 14 AlgorithmSecp256k1 Algorithm = 15 AlgorithmOpaqueData Algorithm = 30 AlgorithmOpaqueX509Certificate Algorithm = 31