openssl/crypto/store
afshinpir bd73e1e62c Adding missing NULL pointer check
CLA: trivial
In the provider store API, it is not necessary to provide both open and
attach method at the same time and providing at least one of them is
enough. Adding some null pointer checks to prevent exceptions in case
of not providing both methods at the same time.

Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23703)
2024-04-15 10:29:14 +02:00
..
build.info
store_err.c
store_init.c
store_lib.c Adding missing NULL pointer check 2024-04-15 10:29:14 +02:00
store_local.h
store_meth.c
store_register.c
store_result.c
store_strings.c