pkcs8: Add explicit comment for RSASSA-PSS fall-through
This commit is contained in:
@@ -73,6 +73,7 @@ static private_key_t *parse_private_key(chunk_t blob)
|
|||||||
* indicate RSA/PSS, but they are optional so that won't
|
* indicate RSA/PSS, but they are optional so that won't
|
||||||
* work for keys without specific restrictions) */
|
* work for keys without specific restrictions) */
|
||||||
params = chunk_empty;
|
params = chunk_empty;
|
||||||
|
/* fall-through */
|
||||||
case OID_RSA_ENCRYPTION:
|
case OID_RSA_ENCRYPTION:
|
||||||
type = KEY_RSA;
|
type = KEY_RSA;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user