From 75e471a66f91f29ec7dee6779ab729672bb0a5d9 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 28 Nov 2025 09:37:44 +0100 Subject: [PATCH] data_files: add server11.key This is a secp256k1 EC key. The goal is to use it in tests where a key that does not belong to the "suite-b" list is required. For example it can be used as counterpart of "server5.key" since this one is secp256r1 and this curve type belong to "suite-b". Signed-off-by: Valerio Setti --- data_files/server11.key | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data_files/server11.key diff --git a/data_files/server11.key b/data_files/server11.key new file mode 100644 index 000000000..eff9c76ca --- /dev/null +++ b/data_files/server11.key @@ -0,0 +1,5 @@ +-----BEGIN EC PRIVATE KEY----- +MHQCAQEEIDzXde5ZiqF4VOJ4mFFJyzLOPz0RHkeJdF9quDdy67oGoAcGBSuBBAAK +oUQDQgAEhOf8vez37gxdEN6efVX/hPgHSKCOU9bnYEpyXlk1LmMyoM45SOXNdKFY +yrPYjOGxrb1zGxM5k3x5PinwF50Pqw== +-----END EC PRIVATE KEY-----