EVP_PKEY_METHOD accessor functions.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 20 Jul 2015 21:05:10 +0000 (22:05 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 10 Sep 2015 17:20:27 +0000 (18:20 +0100)
commite7451ed137450e4bc6c4bec33bc9054bce443feb
treef5a5b5be59a5d699f3dde02e11bdfaf61560ba1f
parente34c66c6b07d69ec4df8e488976e28d851ad87e6
EVP_PKEY_METHOD accessor functions.

Functions to retrieve the function pointer of an existing method: this
can be used to create a method which intercepts or modifies the behaviour
of an existing method while retaining most of the existing behaviour.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/evp/pmeth_lib.c
include/openssl/evp.h