summaryrefslogtreecommitdiffstats
path: root/include/internal/property.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+4
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+2
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-1/+1
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-6/+7
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-151-0/+3
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-051-0/+15
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-0/+3
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-201-0/+4
* property: check return values from the property locking calls.Pauli2021-04-081-1/+1
* property: default queries create the property values.Pauli2021-03-161-1/+2
* Update copyright yearMatt Caswell2021-02-181-1/+1
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-1/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-6/+7
* Load the default config file before working with default propertiesMatt Caswell2020-08-171-1/+1
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-1/+2
* property: Move global default properties to the library context.Pauli2020-06-231-7/+10
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+6
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte2020-02-071-0/+3
* CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2019-11-291-0/+9
* Properties: make query cache reference count aware.Pauli2019-11-181-1/+3
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-0/+3
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-6/+6
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-0/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-2/+3
* Properties for implementation selection.Pauli2019-02-181-0/+35