hyperledger/fabric

Re-Add RSA definitions to BCCSP

celder628 opened this issue · 0 comments

Current Status

BCCSP supported RSA in version 1.4. The Fabric CA is currently using the Fabric 1.4 dependency.

It is necessary to move Fabric CA off of Fabric 1.4 dependencies since they are no longer maintained.

Fabric 2.X does not support RSA, however the CA still needs to support RSA for any older but not expired certificates that may be in use by older networks.

Goal

Re-enable RSA support definitions in the BCCSP.

Solution

Re-add the RSA definitions in BCCSP. Re-add the deleted file rsaopts.go and add the constants back in opts.go