summaryrefslogtreecommitdiff
path: root/crypto/property/defn_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fix occasional assertion failure when storing propertiesTomas Mraz2022-11-291-17/+18
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* Assert that a property definition cache entry is the firstMatt Caswell2022-06-091-2/+13
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-12/+5
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-5/+13
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+10
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-13/+28
* Properties for implementation selection.Pauli2019-02-181-0/+105