Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 6.11.1
-
Component/s: None
-
Labels:None
-
Issue discovered during:Ad Hoc
-
Sprint:EJBCA Happy Fun Sprint (6)
Description
With support for SHA3 based signature algorithms in BouncyCastle, it is very easy to add it to EJBCA (with software crypto, using HSM it requires more from the HSM layer).
For example to add SHA3-256WithRSA you just have to modify AlgorithmConstants and AlgorithmTools to add it, and then it works out of the box. Some JUnit tests are needed as well of course.
Full support for this when signing certificates is available in BC1.59-beta06 and later.