Compare commits

...

2 Commits

Author SHA1 Message Date
Leopold Schabel e69056d810
Merge pull request #23 from AndrewPau/ap/additional-curve-support
Support Additional Algorithms
2022-10-18 21:46:56 +02:00
Andrew Pau 3ca48f2675
Support P384 and P521 curves 2022-10-10 11:11:52 -04:00
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