openssl/include
Matt Caswell de4a88a979 Duplicate the file and func error strings
Errors raised from a provider that is subsequently unloaded from memory
may have references to strings representing the file and function that
are no longer present because the provider is no longer in memory. This
can cause crashes. To avoid this we duplicate the file and func strings.

Fixes #13623

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14213)
2021-02-24 12:13:38 +00:00
..
crypto X509: Refactor X509_PUBKEY processing to include provider side keys 2021-02-24 10:17:14 +01:00
internal provider: add an unquery function to allow providers to clean up. 2021-02-24 21:24:36 +10:00
openssl Duplicate the file and func error strings 2021-02-24 12:13:38 +00:00