aboutsummaryrefslogtreecommitdiff
path: root/standalone/src/test/java
diff options
context:
space:
mode:
authorJ08nY2024-03-29 19:02:00 +0100
committerJ08nY2024-03-29 19:02:00 +0100
commit63beedc171116c5720b40d32daba34b753d6059c (patch)
tree69af0fa9cd69102f213f760513077c11470bec6f /standalone/src/test/java
parentc048a5b348340d02e37eb9cc28d949896ff51975 (diff)
downloadECTester-63beedc171116c5720b40d32daba34b753d6059c.tar.gz
ECTester-63beedc171116c5720b40d32daba34b753d6059c.tar.zst
ECTester-63beedc171116c5720b40d32daba34b753d6059c.zip
Cleanups in provider classes.
Diffstat (limited to 'standalone/src/test/java')
-rw-r--r--standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java
index 6e3dfed..c869233 100644
--- a/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java
+++ b/standalone/src/test/java/cz/crcs/ectester/standalone/AppTests.java
@@ -77,9 +77,6 @@ public class AppTests {
@ValueSource(strings = {"Bouncy", "Sun", "libtomcrypt", "Botan", "Crypto++", "OpenSSL 3", "BoringSSL", "libgcrypt", "mbed TLS", "2021" /* IPPCP */, "Nettle", "LibreSSL", "wolfCrypt"})
@StdIo()
public void testVectorSuite(String libName, StdOut out) {
- // TODO: Fix libgcrypt and IPPCP in handling binary field curves (reject them).
- assumeFalse(libName.equals("libgcrypt") || libName.equals("2021"));
-
String[] args = new String[]{"test", "test-vectors", libName};
if (libName.equals("Botan") || libName.equals("Crypto++")) {
args = new String[]{"test", "--kpg-type", "ECDH", "test-vectors", libName};