-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-Add RSA definitions to BCCSP #4625
Labels
Comments
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 19, 2024
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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 19, 2024
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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
denyeart
pushed a commit
that referenced
this issue
Jan 19, 2024
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 netwo Github: #4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 20, 2024
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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 20, 2024
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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 20, 2024
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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
denyeart
pushed a commit
that referenced
this issue
Jan 20, 2024
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 netwo Github: #4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
celder628
pushed a commit
to celder628/fabric
that referenced
this issue
Jan 22, 2024
…hanges 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 netwo Github: hyperledger#4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
denyeart
pushed a commit
that referenced
this issue
Jan 23, 2024
…hanges 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 netwo Github: #4625 Signed-off-by: Chris Elder <celder@Chriss-MacBook-Pro.local>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: