tests: clearer length bytes
This commit is contained in:
parent
e8fd3887da
commit
e42bd133fe
1 changed files with 2 additions and 2 deletions
4
test/fixtures/ecsignature.json
vendored
4
test/fixtures/ecsignature.json
vendored
|
@ -155,11 +155,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exception": "Invalid DER encoding",
|
"exception": "Invalid DER encoding",
|
||||||
"hex": "300c02040fffffff020200ffffff"
|
"hex": "300c0204ddffffff020200ffffff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exception": "Invalid DER encoding \\(2\\)",
|
"exception": "Invalid DER encoding \\(2\\)",
|
||||||
"hex": "300c020400ffffff020800ffffff"
|
"hex": "300c020400ffffff02dd00ffffff"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"exception": "R length is zero",
|
"exception": "R length is zero",
|
||||||
|
|
Loading…
Add table
Reference in a new issue