openssl/include
Richard Levitte f842b6b2a4 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)
2018-10-29 13:35:19 +01:00
..
internal Use secure_getenv(3) when available. 2018-09-24 11:21:18 +10:00
openssl Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl() 2018-10-29 13:35:19 +01:00