openssl/crypto/store
Pauli 141cc94e44 Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO
Providers (particularly the FIPS provider) needs access to BIOs from libcrypto.
Libcrypto is allowed to change the internal format of the BIO structure and it
is still expected to work with providers that were already built.  This means
that the libcrypto BIO must be distinct from and not castable to the provider
side OSSL_CORE_BIO.

Unfortunately, this requirement was broken in both directions.  This fixes
things by forcing the two to be different and any casts break loudly.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14419)
2021-03-11 09:25:57 +10:00
..
build.info STORE: Deprecate legacy / ENGINE functions 2020-09-03 17:48:32 +02:00
store_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
store_init.c Update copyright year 2020-10-15 14:10:06 +01:00
store_lib.c Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIO 2021-03-11 09:25:57 +10:00
store_local.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
store_meth.c crypto: rename error flags in internal structures 2021-03-04 10:17:20 +10:00
store_register.c Run the withlibctx.pl script 2020-10-01 09:25:20 +01:00
store_result.c OSSL_STORE: restore diagnostics on decrypt error; provide password hints 2021-03-04 08:54:09 +01:00
store_strings.c Update copyright year 2020-10-15 14:10:06 +01:00