mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
7c14d0c1c0
pointers to provider size algorithm contexts. Fixes #14284 The gettable_ctx_params methods were confusingly passing a 'provctx' and a provider context which are completely different objects. Some objects such as EVP_KDF used 'data' while others such as EVP_MD used 'provctx'. For libcrypto this 'ctx' is an opaque ptr returned when a providers algorithm implementation creates an internal context using a new_ctx() method. Hence the new name 'algctx'. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15275) |
||
---|---|---|
.. | ||
apps_mem.c | ||
basic_output.c | ||
cb.c | ||
driver.c | ||
fake_random.c | ||
format_output.c | ||
load.c | ||
main.c | ||
options.c | ||
output.c | ||
output.h | ||
provider.c | ||
random.c | ||
stanza.c | ||
test_cleanup.c | ||
test_options.c | ||
tests.c | ||
testutil_init.c | ||
tu_local.h |