• M
    Fix dsa_pub_encode · 0c7ca403
    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>
    0c7ca403
dsa_ameth.c 17.8 KB