summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/keys/Makefile8
-rw-r--r--test/fixtures/keys/ed448_private.pem4
-rw-r--r--test/fixtures/keys/ed448_public.pem4
-rw-r--r--test/fixtures/test_ed448_privkey.pem4
-rw-r--r--test/fixtures/test_ed448_pubkey.pem4
5 files changed, 16 insertions, 8 deletions
diff --git a/test/fixtures/keys/Makefile b/test/fixtures/keys/Makefile
index 03a3011056..f12664908f 100644
--- a/test/fixtures/keys/Makefile
+++ b/test/fixtures/keys/Makefile
@@ -62,6 +62,8 @@ all: \
ed25519_public.pem \
x25519_private.pem \
x25519_public.pem \
+ ed448_private.pem \
+ ed448_public.pem \
#
# Create Certificate Authority: ca1
@@ -674,6 +676,12 @@ x25519_private.pem:
x25519_public.pem: x25519_private.pem
openssl pkey -in x25519_private.pem -pubout -out x25519_public.pem
+ed448_private.pem:
+ openssl genpkey -algorithm ed448 -out ed448_private.pem
+
+ed448_public.pem: ed448_private.pem
+ openssl pkey -in ed448_private.pem -pubout -out ed448_public.pem
+
clean:
rm -f *.pfx *.pem *.srl ca2-database.txt ca2-serial fake-startcom-root-serial *.print *.old fake-startcom-root-issued-certs/*.pem
@> fake-startcom-root-database.txt
diff --git a/test/fixtures/keys/ed448_private.pem b/test/fixtures/keys/ed448_private.pem
new file mode 100644
index 0000000000..9643665d67
--- /dev/null
+++ b/test/fixtures/keys/ed448_private.pem
@@ -0,0 +1,4 @@
+-----BEGIN PRIVATE KEY-----
+MEcCAQAwBQYDK2VxBDsEOdOtCnu9bDdBqSHNNZ5xoDA5KdLBTUNPcKFaOADNX32s
+dfpo52pCtPqfku/l3/OfUHsF43EfZsaaWA==
+-----END PRIVATE KEY-----
diff --git a/test/fixtures/keys/ed448_public.pem b/test/fixtures/keys/ed448_public.pem
new file mode 100644
index 0000000000..b767109b18
--- /dev/null
+++ b/test/fixtures/keys/ed448_public.pem
@@ -0,0 +1,4 @@
+-----BEGIN PUBLIC KEY-----
+MEMwBQYDK2VxAzoAoX/ee5+jlcU53+BbGRsGIzly0V+SZtJ/oGXY0udf84q2hTW2
+RdstLktvwpkVJOoNb7oDgc2V5ZUA
+-----END PUBLIC KEY-----
diff --git a/test/fixtures/test_ed448_privkey.pem b/test/fixtures/test_ed448_privkey.pem
deleted file mode 100644
index b430a7ee7c..0000000000
--- a/test/fixtures/test_ed448_privkey.pem
+++ /dev/null
@@ -1,4 +0,0 @@
------BEGIN PRIVATE KEY-----
-MEcCAQAwBQYDK2VxBDsEObxytD95dGN3Hxk7kVk+Lig1rGYTRr3YdaHjRog++Sgk
-QD7KwKmxroBURtkE2N0JbQ3ctdrpGRB5DQ==
------END PRIVATE KEY-----
diff --git a/test/fixtures/test_ed448_pubkey.pem b/test/fixtures/test_ed448_pubkey.pem
deleted file mode 100644
index 5619b93aeb..0000000000
--- a/test/fixtures/test_ed448_pubkey.pem
+++ /dev/null
@@ -1,4 +0,0 @@
------BEGIN PUBLIC KEY-----
-MEMwBQYDK2VxAzoAIESY3jnpGdB5UVJDCznrv0vmBFIzgSMu+gafsbCX1rFtsJwR
-M6XUDQiEY7dk6rmm/Fktyawna5EA
------END PUBLIC KEY-----