From fdd2bbb189d9d6e7c6adb8419c78d015313dd952 Mon Sep 17 00:00:00 2001 From: tb Date: Mon, 15 Jan 2024 15:09:57 +0000 Subject: [PATCH] Run the pkey cleanup test also for {Ed,X}25519 --- regress/lib/libcrypto/evp/evp_pkey_cleanup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/regress/lib/libcrypto/evp/evp_pkey_cleanup.c b/regress/lib/libcrypto/evp/evp_pkey_cleanup.c index fd922efb091..055a70d27bb 100644 --- a/regress/lib/libcrypto/evp/evp_pkey_cleanup.c +++ b/regress/lib/libcrypto/evp/evp_pkey_cleanup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: evp_pkey_cleanup.c,v 1.3 2022/12/01 13:49:12 tb Exp $ */ +/* $OpenBSD: evp_pkey_cleanup.c,v 1.4 2024/01/15 15:09:57 tb Exp $ */ /* * Copyright (c) 2022 Theo Buehler @@ -33,11 +33,13 @@ int pkey_ids[] = { EVP_PKEY_DH, EVP_PKEY_DSA, EVP_PKEY_EC, + EVP_PKEY_ED25519, EVP_PKEY_GOSTIMIT, EVP_PKEY_GOSTR01, EVP_PKEY_HMAC, EVP_PKEY_RSA, EVP_PKEY_RSA_PSS, + EVP_PKEY_X25519, }; static const size_t N_PKEY_IDS = sizeof(pkey_ids) / sizeof(pkey_ids[0]); -- 2.20.1