diff options
author | Richard Levitte <levitte@openssl.org> | 2018-10-24 20:20:00 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-10-29 13:35:19 +0100 |
commit | f842b6b2a4d7cbb9d22e4605c502b73f25bb6a7b (patch) | |
tree | 4b2f85bbde14b8df330370bf43d5178529c36c5a /apps/ec.c | |
parent | Adapt test/evp_test.c to deal with available EVP_MACs (diff) | |
download | openssl-f842b6b2a4d7cbb9d22e4605c502b73f25bb6a7b.tar.xz openssl-f842b6b2a4d7cbb9d22e4605c502b73f25bb6a7b.zip |
Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
These functions are generalizations of EVP_PKEY_CTX_str2ctrl() and
EVP_PKEY_CTX_hex2ctrl(). They will parse the value, and then pass the
parsed result and length to a callback that knows exactly how to pass
them on to a main _ctrl function, along with a context structure
pointer.
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7393)
Diffstat (limited to 'apps/ec.c')
0 files changed, 0 insertions, 0 deletions