summaryrefslogtreecommitdiff
path: root/test/property_test.c
Commit message (Expand)AuthorAgeFilesLines
* Add negative test for unquoted property stringPauli2023-01-201-0/+1
* Fix occasional assertion failure when storing propertiesTomas Mraz2022-11-291-8/+31
* test: add some unit tests for the property to string functionsPauli2022-01-011-16/+45
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-28/+118
* test: add failure testing for property parsingPauli2021-10-091-0/+47
* property: convert integers to strings properly.Pauli2021-05-221-44/+41
* Add a test for converting a property list to a stringMatt Caswell2021-05-201-0/+56
* Update copyright yearMatt Caswell2021-04-081-1/+1
* property_test: use property values that are not used elsewhereTomas Mraz2021-03-161-4/+5
* property: default queries create the property values.Pauli2021-03-161-4/+27
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+31
* Properties: make query cache reference count aware.Pauli2019-11-181-5/+16
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-5/+8
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-3/+3
* Optional property query support.Pauli2019-05-221-15/+26
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-36/+36
* CID 1442838: API usage errorsPauli2019-02-241-4/+2
* Fix a test ordering issue.Pauli2019-02-191-1/+1
* Properties for implementation selection.Pauli2019-02-181-0/+374