Skip to content

Commit

Permalink
Added FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
ereOn committed Jan 1, 2019
1 parent 8eb35a9 commit 138f856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/fscp/src/session_request_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ namespace fscp
{
// Set RSASSA_PSS with a digest size salt length.
EVP_PKEY_CTX_set_rsa_padding(evp_ctx, RSA_PKCS1_PSS_PADDING);
// FIXME: Should probably be -2 when verifying.
EVP_PKEY_CTX_set_rsa_pss_saltlen(evp_ctx, -1);
}
}
Expand Down

0 comments on commit 138f856

Please sign in to comment.