Skip to content
  • Dana Keeler's avatar
    bug 1586915 - build osclientcerts in-tree for macOS r=jcj,mstange · 2e7b6304
    Dana Keeler authored
    This patch implements osclientcerts for macOS.
    Because the SDK we build with isn't recent enough, some of the functions we
    need aren't guaranteed to be available. To handle this, we load the Security
    framework at runtime and attempt to locate the symbols we need. If this
    succeeds, then operation proceeds as normal. Otherwise, the module will report
    that there are no certificates/keys available.
    
    Differential Revision: https://phabricator.services.mozilla.com/D59957
    
    --HG--
    extra : moz-landing-system : lando
    2e7b6304