Skip to content
  • Gari Singh's avatar
    01c50efb
    [FAB-6189] Add support for bccsp plugins · 01c50efb
    Gari Singh authored
    
    
    There are currently two types of BCCSP
    providers:
    - SW
    - PKCS11
    
    This CR addes a new "PLUGIN" type support
    BCCSP providers implemented as Go plugins.
    This is useful for providers who might
    not be able to use PKCS11 as well as for
    providers who want to use different
    cryptographic algorithms that are not
    supported via PKCS11 or the SW BCCSP.
    
    Change-Id: I908634cbd4e6215ad682c97f5acc7a064bca643f
    Signed-off-by: default avatarGari Singh <gari.r.singh@gmail.com>
    01c50efb
    [FAB-6189] Add support for bccsp plugins
    Gari Singh authored
    
    
    There are currently two types of BCCSP
    providers:
    - SW
    - PKCS11
    
    This CR addes a new "PLUGIN" type support
    BCCSP providers implemented as Go plugins.
    This is useful for providers who might
    not be able to use PKCS11 as well as for
    providers who want to use different
    cryptographic algorithms that are not
    supported via PKCS11 or the SW BCCSP.
    
    Change-Id: I908634cbd4e6215ad682c97f5acc7a064bca643f
    Signed-off-by: default avatarGari Singh <gari.r.singh@gmail.com>
Loading