From 2e512464afc7ae85e37665bb45cbd5e799fec97d Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 15 Jan 2024 15:09:57 +0000 Subject: Run the pkey cleanup test also for {Ed,X}25519 --- src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c b/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c index fd922efb09..055a70d27b 100644 --- a/src/regress/lib/libcrypto/evp/evp_pkey_cleanup.c +++ b/src/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]); -- cgit v1.2.3-55-g6feb