openssl/include
Pauli bdbf2df2e6 Properties: make query cache reference count aware.
The property query cache was not reference count aware and this could cause
problems if the property store removes an algorithm while it is being returned
from an asynchronous query.  This change makes the cache reference count aware
and avoids disappearing algorithms.

A side effect of this change is that the reference counts are now owned by the
cache and store.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10408)
2019-11-18 18:51:26 +10:00
..
crypto CORE & PROV: make export of key data leaner through callback 2019-11-14 10:53:14 +01:00
internal Properties: make query cache reference count aware. 2019-11-18 18:51:26 +10:00
openssl PEM: constify PEM_write_ routines 2019-11-18 02:34:12 +01:00