diff options
| author | petrs | 2016-10-04 10:11:27 +0200 |
|---|---|---|
| committer | GitHub | 2016-10-04 10:11:27 +0200 |
| commit | 97b663fdb749441f42b867cbb647ccb293f95bc7 (patch) | |
| tree | 47e7f998678be8f74e5d0d9070beeae32dbf798f | |
| parent | 8395251ac26f1f4fd8168907d72d08146732b4e3 (diff) | |
| download | ECTester-97b663fdb749441f42b867cbb647ccb293f95bc7.tar.gz ECTester-97b663fdb749441f42b867cbb647ccb293f95bc7.tar.zst ECTester-97b663fdb749441f42b867cbb647ccb293f95bc7.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
