aboutsummaryrefslogtreecommitdiff
path: root/crypto/property/defn_cache.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz1-17/+18
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau1-1/+1
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau1-12/+5
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-06-09Assert that a property definition cache entry is the firstMatt Caswell1-2/+13
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell1-0/+1
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-04-08property: lock the lib ctx when updating the property definition cachePauli1-5/+13
2020-10-15Update copyright yearMatt Caswell1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-8/+10
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-13/+28
2019-02-18Properties for implementation selection.Pauli1-0/+105