public-key: Add RSASSA-PSS signature scheme identifier

This commit is contained in:
Tobias Brunner
2017-11-08 16:48:10 +01:00
parent 69502f5afd
commit 677072accc
3 changed files with 9 additions and 0 deletions
@@ -452,6 +452,7 @@ hash_algorithm_t hasher_from_signature_scheme(signature_scheme_t scheme)
case SIGN_UNKNOWN:
case SIGN_RSA_EMSA_PKCS1_NULL:
case SIGN_ECDSA_WITH_NULL:
case SIGN_RSA_EMSA_PSS:
break;
case SIGN_ED25519:
case SIGN_ED448: