We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d96f commit 8cd2175Copy full SHA for 8cd2175
tests/ci.sh
@@ -89,6 +89,7 @@ if [ "$TEST" == "True" ]; then
89
90
if [ "$CREATE_KEYS" == "True" ]; then
91
parsec-tool create-rsa-key -s -b 2048 -k PARSEC_TEST_RSA_KEY
92
+ parsec-tool create-ecc-key -k PARSEC_TEST_ECDSA_KEY
93
fi
94
# Try loading the build parsec provider
95
PROVIDER_LOAD_RESULT=$(openssl list -providers -provider-path ./target/debug/ -provider libparsec_openssl_provider_shared)
0 commit comments