hyperledger / fabric-ca

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
441 stars 712 forks source link

Remove the Fabric 1.4 dependencies #401

Closed celder628 closed 9 months ago

celder628 commented 9 months ago

This change is necessary to remove Fabric 1.4 dependencies in the CA. The older dependencies are no longer maintained and a source of ongoing security exposures. This change is the first of several to remove the the older dependencies. This change refactors the CA to use Fabric 2.5.X dependencies.

This is a partial answer to the following: https://github.com/hyperledger/fabric-ca/issues/376

This a refactoring effort with no new functionality. Existing tests are sufficient.

Type of change

Description

Additional details

Related issues