• D
    Add set methods. · 3475bc96
    Dr. Stephen Henson 提交于
    Add set_group, set_public and set_private methods. An EC_KEY_METHOD can use
    these to perform any appropriate operation when the key components are set,
    such as caching data in some more convenient ENGINE specific format or
    returning an error if the parameters are invalid or the operation is
    not supported.
    Reviewed-by: NRichard Levitte <levitte@openssl.org>
    3475bc96
ec_lcl.h 28.3 KB