valeriep [Fri, 28 Jun 2019 19:36:32 +0000] rev 55530
8226651: Setting the mgfHash in CK_RSA_PKCS_PSS_PARAMS has no effect
Summary: Fixed to get the MGF digest algorithm from MGF1ParameterSpec
Reviewed-by: xuelei
jlahoda [Thu, 27 Jun 2019 10:39:27 +0200] rev 55528
8226510: No compilation error when switch expression has no result expressions
Summary: Ensure a compile-time error is produced when there are no result expressions in an switch expression.
Reviewed-by: vromero