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 err: rename err_load_xxx_strings_int functions 2021-05-26 13:01:47 +10:00
store_init.c
store_lib.c Adding missing NULL pointer check 2024-04-15 10:29:14 +02:00
store_local.h Allow to pass a passprase callback at store open 2023-09-19 12:24:07 +02:00
store_meth.c Allow to pass a passprase callback at store open 2023-09-19 12:24:07 +02:00
store_register.c Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
store_result.c Copyright year updates 2023-09-07 09:59:15 +01:00
store_strings.c