openssl/crypto/encode_decode
Richard Levitte 6882652e65 CORE: Do a bit of cleanup of core fetching
Some data, like the library context, were passed both through higher
level callback structures and through arguments to those same higher
level callbacks.  This is a bit unnecessary, so we rearrange the
callback arguments to simply pass that callback structure and rely on
the higher level fetching functionality to pick out what data they
need from that structure.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15750)
2021-06-16 12:32:53 +01:00
..
build.info
decoder_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
decoder_lib.c Add missing NULL check in OSSL_DECODER_from_bio(). 2021-06-15 17:36:42 +10:00
decoder_meth.c CORE: Do a bit of cleanup of core fetching 2021-06-16 12:32:53 +01:00
decoder_pkey.c DECODER & ENCODER: Add better tracing 2021-06-15 16:21:32 +02:00
encoder_err.c err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
encoder_lib.c DECODER & ENCODER: Add better tracing 2021-06-09 17:00:26 +02:00
encoder_local.h DECODER: Adapt addition of extra decoder implementations 2021-06-09 17:00:19 +02:00
encoder_meth.c CORE: Do a bit of cleanup of core fetching 2021-06-16 12:32:53 +01:00
encoder_pkey.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00