Skip to content

feat: Add EC support during trust anchor verification

Add EC support during trust anchor verification

Description:

The registry needs to be able to verify certificate chains signatures and match their root certificate to trust anchors even if certificates are using Elliptic curves

Root cause:

node-forge does not support ECC

Solution:

node-forge has been replaced by jsrsasign

Fixes:

LAB-511

Signed-off-by:

Closes LAB-511

Edited by Arthur Sore

Merge request reports