push new test cases

This commit is contained in:
0xturboblitz
2025-03-08 19:40:55 -08:00
parent 5cea47e35f
commit f51c77681f

View File

@@ -55,6 +55,14 @@ export const fullSigAlgs: TestCase[] = [
domainParameter: '65537',
keyLength: '2048',
},
{
dgHashAlgo: 'sha512',
eContentHashAlgo: 'sha512',
hashFunction: 'sha256',
sigAlg: 'rsa',
domainParameter: '65537',
keyLength: '4096'
},
{
dgHashAlgo: 'sha512',
eContentHashAlgo: 'sha512',
@@ -172,6 +180,14 @@ export const fullSigAlgs: TestCase[] = [
keyLength: '512',
},
// secp
{
dgHashAlgo: 'sha1',
eContentHashAlgo: 'sha1',
hashFunction: 'sha1',
sigAlg: 'ecdsa',
domainParameter: 'secp256r1',
keyLength: '256'
},
{
dgHashAlgo: 'sha256',
eContentHashAlgo: 'sha224',