Skip to content

Commit 8cd2175

Browse files
committed
ci: Generate an ECDSA key required for the tests
Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent 418d96f commit 8cd2175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ci.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ if [ "$TEST" == "True" ]; then
8989

9090
if [ "$CREATE_KEYS" == "True" ]; then
9191
parsec-tool create-rsa-key -s -b 2048 -k PARSEC_TEST_RSA_KEY
92+
parsec-tool create-ecc-key -k PARSEC_TEST_ECDSA_KEY
9293
fi
9394
# Try loading the build parsec provider
9495
PROVIDER_LOAD_RESULT=$(openssl list -providers -provider-path ./target/debug/ -provider libparsec_openssl_provider_shared)

0 commit comments

Comments
 (0)