aboutsummaryrefslogtreecommitdiff
path: root/crypto/property/property_local.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-01Update copyright yearTomas Mraz1-1/+1
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz1-1/+1
2021-11-15Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell1-1/+2
2021-06-05property: move additional query functions to property_query.cPauli1-0/+2
2021-06-05Rename `n` field to `num_properties` in property definition structure.Pauli1-1/+1
2021-06-05property: Add functionality to query data from a property definitionRichard Levitte1-0/+21
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell1-0/+2
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-04-08property: check return values from the property locking calls.Pauli1-6/+0
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-4/+4
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-23property: Move global default properties to the library context.Pauli1-2/+0
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte1-9/+0
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-0/+46