• D
    Make DSA_SIG opaque. · 706a13f1
    Dr. Stephen Henson 提交于
    This adds a new accessor function DSA_SIG_get0.
    The customisation of DSA_SIG structure initialisation has been removed this
    means that the 'r' and 's' components are automatically allocated when
    DSA_SIG_new() is called. Update documentation.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    706a13f1
dsa_ameth.c 15.8 KB