summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/ecdhtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ecdh/ecdhtest.c')
-rw-r--r--src/regress/lib/libcrypto/ecdh/ecdhtest.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/ecdh/ecdhtest.c b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
index 2f726ecb50..465a45d1da 100644
--- a/src/regress/lib/libcrypto/ecdh/ecdhtest.c
+++ b/src/regress/lib/libcrypto/ecdh/ecdhtest.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ecdhtest.c,v 1.21 2024/11/24 10:13:16 tb Exp $ */ 1/* $OpenBSD: ecdhtest.c,v 1.22 2024/12/24 18:32:31 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. 3 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
4 * 4 *
@@ -174,14 +174,6 @@ static const struct ecdh_kat_test {
174 const char *want; 174 const char *want;
175} ecdh_kat_tests[] = { 175} ecdh_kat_tests[] = {
176 /* Keys and shared secrets from RFC 5114 */ 176 /* Keys and shared secrets from RFC 5114 */
177#ifdef ENABLE_SMALL_CURVES
178 {
179 .nid = NID_X9_62_prime192v1,
180 .keya = "323fa3169d8e9c6593f59476bc142000ab5be0e249c43426",
181 .keyb = "631f95bb4a67632c9c476eee9ab695ab240a0499307fcf62",
182 .want = "ad420182633f8526bfe954acda376f05e5ff4f837f54febe",
183 },
184#endif
185 { 177 {
186 .nid = NID_secp224r1, 178 .nid = NID_secp224r1,
187 .keya = "b558eb6c288da707bbb4f8fbae2ab9e9cb62e3bc5c7573e2" 179 .keya = "b558eb6c288da707bbb4f8fbae2ab9e9cb62e3bc5c7573e2"