aboutsummaryrefslogtreecommitdiff
path: root/test/property_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-07Add overflow checks to parse_number/parse_hex/parse_octNeil Horman1-0/+7
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli1-0/+3
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-20Add negative test for unquoted property stringPauli1-0/+1
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz1-8/+31
2022-01-01test: add some unit tests for the property to string functionsPauli1-16/+45
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte1-28/+118
2021-10-09test: add failure testing for property parsingPauli1-0/+47
2021-05-22property: convert integers to strings properly.Pauli1-44/+41
2021-05-20Add a test for converting a property list to a stringMatt Caswell1-0/+56
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-16property_test: use property values that are not used elsewhereTomas Mraz1-4/+5
2021-03-16property: default queries create the property values.Pauli1-4/+27
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-3/+3
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-05-02Add default property API's to enable and test for fipsShane Lontis1-0/+31
2019-11-18Properties: make query cache reference count aware.Pauli1-5/+16
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte1-5/+8
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte1-3/+3
2019-05-22Optional property query support.Pauli1-15/+26
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-36/+36
2019-02-24CID 1442838: API usage errorsPauli1-4/+2
2019-02-19Fix a test ordering issue.Pauli1-1/+1
2019-02-18Properties for implementation selection.Pauli1-0/+374