• M
    Fix async deadlock problem · 625146d9
    Matt Caswell 提交于
    The rand code can aquire locks and then attempt crypto operations. This
    can end up in a deadlock if we are using an async engine, because control
    returns back to the user code whilst still holding the lock. We need to
    force synchronous operation for these sections of code.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    625146d9
md_rand.c 23.6 KB