[openssl/openssl] 604eec: ossl_decoder_cache_flush(): Do not raise an error ...
Tomáš Mráz
noreply at github.com
Wed Dec 6 13:01:48 UTC 2023
Branch: refs/heads/openssl-3.2
Home: https://github.com/openssl/openssl
Commit: 604eecffb6703af675d8d9d21948fc3b963a765a
https://github.com/openssl/openssl/commit/604eecffb6703af675d8d9d21948fc3b963a765a
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M crypto/encode_decode/decoder_pkey.c
Log Message:
-----------
ossl_decoder_cache_flush(): Do not raise an error if there is no cache
This function can be called during OPENSSL_cleanup() when
the cache was already flushed and deallocated.
Fixes #22939
Reviewed-by: Neil Horman <nhorman at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22941)
(cherry picked from commit 0541fa7802cf0c3a9b28d126066c909736fc5ec8)
More information about the openssl-commits
mailing list