Skip to content

Commit f216135

Browse files
authored
Support RSA PSS for import in softhsm2-util (#816)
Fixes #721
1 parent 70e0d4c commit f216135

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bin/util/softhsm2-util-ossl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ int crypto_import_key_pair
156156
switch (EVP_PKEY_type(EVP_PKEY_id(pkey)))
157157
{
158158
case EVP_PKEY_RSA:
159+
case EVP_PKEY_RSA_PSS:
159160
rsa = EVP_PKEY_get1_RSA(pkey);
160161
break;
161162
case EVP_PKEY_DSA:

0 commit comments

Comments
 (0)