Support P384 and P521 curves

This commit is contained in:
Andrew Pau 2022-10-10 11:11:52 -04:00
parent 61ec9248b3
commit 3ca48f2675
No known key found for this signature in database
GPG Key ID: 49D8DE552B3A2FBC
1 changed files with 2 additions and 0 deletions

View File

@ -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