Skip to content

Commit

Permalink
Merge pull request #1510 from livebe01/removes-ecdsa-sigVer-component…
Browse files Browse the repository at this point in the history
…Test

removes ECDSA sigVer componentTest
  • Loading branch information
livebe01 authored Oct 7, 2024
2 parents f250957 + 72dc50e commit 9b107bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/ecdsa/sections/05-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Each ECDSA algorithm capability advertised is a self-contained JSON object using
| componentTest | If the hash is performed outside of the boundary of the algorithm, setting this to true will cause the messages to be pre-hashed when provided by the server | boolean | true or false
|===

NOTE: The 'componentTest' property is only valid for detECDSA / sigGen / FIPS186-5, ECDSA / sigGen / * and ECDSA / sigVer / * registrations.
NOTE: The 'componentTest' property is only valid for detECDSA / sigGen / FIPS186-5 and ECDSA / sigGen / * registrations.
2 changes: 0 additions & 2 deletions src/ecdsa/sections/05-ecdsa-sigver-capabilities.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Below is an example of the registration for ECDSA / sigVer / 1.0
"valValue": "123456"
}
],
"componentTest": false,
"capabilities": [
{
"curve": [
Expand Down Expand Up @@ -98,7 +97,6 @@ Below is an example of the registration for ECDSA / sigVer / FIPS186-5
"valValue": "123456"
}
],
"componentTest": false,
"capabilities": [
{
"curve": [
Expand Down

0 comments on commit 9b107bc

Please sign in to comment.