This patch adds support for SHA384withRSA signing algorithm.
It addresses ticket:
https://fedorahosted.org/pki/ticket/2346
java.security.NoSuchAlgorithmException: no such algorithm:
OID.1.2.840.113549.1.1.12 for provider Mozilla-JSS when signing a CSR
using SHA384withRSA
Tested to work with
1. the CSR provided by bug reporter in ticket against caServerCert
enrollment profile
2. few selected profiles
sample result:
Signature Algorithm: SHA384withRSA - 1.2.840.113549.1.1.12
thanks,
Christina