Skip to content
  • Gari Singh's avatar
    [FAB-3105] Gossip needs to use comm package CA support · f0acc681
    Gari Singh authored
    
    
    The current gossip implementation is initialized with a
    set of dial options which don't change during the lifecycle
    of the peer.
    
    In order to resolve this, the gossip comm implementation
    has been modified to accept a function which returns the
    appropriate dial options for secure communincations with
    other peers.
    
    When used in the peer, the function passed in
    leverages the core/comm packages CASupport.
    
    Change-Id: I99cc4204e27c67f93f8f1ba91891fdb97081c99e
    Signed-off-by: default avatarGari Singh <gari.r.singh@gmail.com>
    f0acc681