FLAM Issue Tracker - FL5
View Issue Details
0000746FL52.2 Subprogram FLUC (CONV)public2015-10-29 08:392016-09-20 16:20
Falk Reichbott 
Mykhailo Moldavskyy 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
 
5.1.135.1.13 
0000746: Support all asymmetric algorithm of RFC4880 with PKCS#11
Currently the PKCS#11 implementation of FKM5 for OpnPGP supports only RSA. Elgamal and DSA must be added to complete the OpenPGP support.
No tags attached.
Issue History
2015-10-29 08:39Falk ReichbottNew Issue
2015-10-29 08:39Falk ReichbottStatusnew => assigned
2015-10-29 08:39Falk ReichbottAssigned To => Mykhailo Moldavskyy
2015-10-29 09:05Falk ReichbottTarget Version5.1.10 => 5.1.11
2016-02-29 13:23Falk ReichbottTarget Version5.1.11 => 5.1.13
2016-08-10 09:58Falk ReichbottNote Added: 0001017
2016-09-20 16:12Falk ReichbottNote Added: 0001022
2016-09-20 16:12Falk ReichbottStatusassigned => resolved
2016-09-20 16:12Falk ReichbottFixed in Version => 5.1.13
2016-09-20 16:12Falk ReichbottResolutionopen => fixed
2016-09-20 16:20Falk ReichbottNote Edited: 0001022bug_revision_view_page.php?bugnote_id=1022#r316

Notes
(0001017)
Falk Reichbott   
2016-08-10 09:58   
Elgamal are not part of libcrypto. A own big intereger implementation is required.
(0001022)
Falk Reichbott   
2016-09-20 16:12   
(edited on: 2016-09-20 16:20)
The software implementation support all asymetric algorithms which are provided by libcrypto (OpenSSL). This means we currently support RSA and DSA but not ELGAMAL. Support for ECC is a future work item.

On hardware security modules (IBM-CCA/ICSF or PKCS#11) we can only support the algos provided by the HSM.