Commit 3475bc96 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add set methods.



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: default avatarRichard Levitte <levitte@openssl.org>
parent ea0392b9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment