• rsleevi's avatar
    Make the OCSP Init Singleton Lazy · 10682844
    rsleevi authored
    As the OCSP Init code (for NSS) is a non-leaky Singleton, but
    the other NSS code is, we end up calling into it during shutdown
    while other requests may still be pending. Since the code is,
    unfortunately, not exactly the most thread safe, the right answer
    is to just not attempt to cleanup on shutdown, same as all the
    other NSS code.
    
    BUG=572727
    
    Review URL: https://codereview.chromium.org/1550853002
    
    Cr-Commit-Position: refs/heads/master@{#367024}
    10682844
nss_ocsp.cc 32.2 KB