summaryrefslogtreecommitdiffstats
path: root/crypto/property/property_local.h
AgeCommit message (Expand)Author
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2021-11-12Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell
2021-06-05property: move additional query functions to property_query.cPauli
2021-06-05Rename `n` field to `num_properties` in property definition structure.Pauli
2021-06-05property: Add functionality to query data from a property definitionRichard Levitte
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
2021-04-08Update copyright yearMatt Caswell
2021-04-08property: check return values from the property locking calls.Pauli
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-06-25Update copyright yearMatt Caswell
2020-06-23property: Move global default properties to the library context.Pauli
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre