openssl/providers/common/include/prov
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
..
bio.h 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
proverr.h Rename internal providercommonerr.h to less mouthful proverr.h 2021-02-11 09:34:31 +01:00
provider_ctx.h
provider_util.h
providercommon.h
securitycheck.h Fix external symbols related to provider related security checks for 2021-02-18 21:14:32 +10:00