• M
    Fix dh_pub_encode · 6aa8dab2
    Matt Caswell 提交于
    The return value from ASN1_STRING_new() was not being checked which could
    lead to a NULL deref in the event of a malloc failure. Also fixed a mem
    leak in the error path.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    6aa8dab2
dh_ameth.c 24.6 KB