Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/petrs/ECTester
Browse files Browse the repository at this point in the history
  • Loading branch information
petrs committed Oct 4, 2016
2 parents ebc1e25 + 97b663f commit 42b8996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Example output
Generate key with def curve (fails if no def): fail (ILLEGAL_VALUE, 0x1)
Set valid custom curve: OK (0x9000)
Generate key with valid curve: OK (0x9000)
!!ECDH agreement with valid point: fail (0x9000)
!!ECDH agreement with valid point: fail (0x6f00)
ECDH agreement with invalid point (fail is good): fail (unknown, 0x6f00)
Set invalid custom curve (fail is good): fail (ILLEGAL_VALUE, 0x1)
Generate key with invalid curve (fail is good): fail (skipped, 0xee1)
Expand Down

0 comments on commit 42b8996

Please sign in to comment.