aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetrs2016-10-04 12:31:49 +0200
committerpetrs2016-10-04 12:31:49 +0200
commit42b8996eec289cc3c38891e3f5bbe6febfcfe758 (patch)
tree6f7abb39dc10a135e5521bb31f1706d8454444a8
parentebc1e25953a54b5f6815e2989a951bab06d84bdd (diff)
parent97b663fdb749441f42b867cbb647ccb293f95bc7 (diff)
downloadECTester-42b8996eec289cc3c38891e3f5bbe6febfcfe758.tar.gz
ECTester-42b8996eec289cc3c38891e3f5bbe6febfcfe758.tar.zst
ECTester-42b8996eec289cc3c38891e3f5bbe6febfcfe758.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82d5cc7..df80750 100644
--- a/README.md
+++ b/README.md
@@ -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)