aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data
diff options
context:
space:
mode:
authorJ08nY2018-10-15 17:48:23 +0200
committerJ08nY2018-10-15 17:49:54 +0200
commitea4e807906815c16c62c4e5719950c7274d1ebab (patch)
treefa3f8dfd255b8a24d15dd1734fe327df56b8ac2c /src/cz/crcs/ectester/data
parent1e64b70031f8a87ff3120632daed1cc7b9ac41ba (diff)
downloadECTester-ea4e807906815c16c62c4e5719950c7274d1ebab.tar.gz
ECTester-ea4e807906815c16c62c4e5719950c7274d1ebab.tar.zst
ECTester-ea4e807906815c16c62c4e5719950c7274d1ebab.zip
Add test for OpenSSl modular reduction bug.
Diffstat (limited to 'src/cz/crcs/ectester/data')
-rw-r--r--src/cz/crcs/ectester/data/other/keys.xml14
-rw-r--r--src/cz/crcs/ectester/data/other/results.xml14
2 files changed, 28 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/data/other/keys.xml b/src/cz/crcs/ectester/data/other/keys.xml
new file mode 100644
index 0000000..d06de81
--- /dev/null
+++ b/src/cz/crcs/ectester/data/other/keys.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<keys xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="../schema.xsd">
+ <privkey>
+ <id>openssl-bug/skey</id>
+ <inline>0x4543A4D2C9DDD5516FD16D5498034C76D4EAB340276B6BAD8FF57756F4ECA8E6</inline>
+ <curve>secg/secp256r1</curve>
+ </privkey>
+ <pubkey>
+ <id>openssl-bug/pkey</id>
+ <inline>0x296D416994A4801B9A48E8C67C98E0C05DE1C0E85D4DC676F32FEACDC4998F0E,0xA91F9BE06C1D50EEB0295A35CA0F130F17EA647147626318E28AEC97F0653749</inline>
+ <curve>secg/secp256r1</curve>
+ </pubkey>
+</keys> \ No newline at end of file
diff --git a/src/cz/crcs/ectester/data/other/results.xml b/src/cz/crcs/ectester/data/other/results.xml
new file mode 100644
index 0000000..ba8c83c
--- /dev/null
+++ b/src/cz/crcs/ectester/data/other/results.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="../schema.xsd">
+ <kaResult>
+ <id>openssl-bug</id>
+ <ka>DH</ka>
+ <inline>0xdb6f7cd6a06846bf9da9b4928caa5e4b7c8f58d9</inline>
+ <!-- == SHA1(0x1D0F27241C177385B0D5025029FABD5D5D8475DA4E267DCD177B49C63605C25A) -->
+ <curve>secg/secp256r1</curve>
+ <onekey>other/openssl-bug/pkey</onekey>
+ <otherkey>other/openssl-bug/skey</otherkey>
+ <desc>https://eprint.iacr.org/2011/633</desc>
+ </kaResult>
+</results> \ No newline at end of file