]> git.ipfire.org Git - thirdparty/openssl.git/commit - include/crypto/evp.h
property: check return values from the property locking calls.
authorPauli <pauli@openssl.org>
Tue, 30 Mar 2021 00:29:01 +0000 (10:29 +1000)
committerPauli <pauli@openssl.org>
Thu, 8 Apr 2021 07:46:35 +0000 (17:46 +1000)
commit860ecfd70022fa5700c7fb129845129b4c674ecd
tree1ade8cb44f104dcd2a7d8b8b03d7bf2b65d9fdea
parent9695f6de1579f5d46e75cfebbaf44bc99cb421ec
property: check return values from the property locking calls.

A failure to obtain a lock would have resulted in much badness, now it results
in a failure return.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14773)
crypto/evp/evp_fetch.c
crypto/property/property.c
crypto/property/property_local.h
crypto/provider_core.c
doc/internal/man3/OSSL_METHOD_STORE.pod
include/crypto/evp.h
include/internal/property.h