We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e0d4c commit f216135Copy full SHA for f216135
1 file changed
src/bin/util/softhsm2-util-ossl.cpp
@@ -156,6 +156,7 @@ int crypto_import_key_pair
156
switch (EVP_PKEY_type(EVP_PKEY_id(pkey)))
157
{
158
case EVP_PKEY_RSA:
159
+ case EVP_PKEY_RSA_PSS:
160
rsa = EVP_PKEY_get1_RSA(pkey);
161
break;
162
case EVP_PKEY_DSA:
0 commit comments