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>
Tue, 3 Oct 2017 13:23:26 +0000 (14:23 +0100)
commit4a0dcd849c5b5d92aff1bcffdc9e4b5a8f7482a7
treeffe8e47934cc5f367cff6094fa18670ba4290174
parente4c2e4cb69224051fda663e52e48c00b2ca8f60f
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>
(cherry picked from commit e7451ed137450e4bc6c4bec33bc9054bce443feb)

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4453)
crypto/evp/evp.h
crypto/evp/pmeth_lib.c