summaryrefslogtreecommitdiffstats
path: root/crypto/property
AgeCommit message (Expand)Author
2021-06-24property: remove spurious incorrect commentsPauli
2021-06-24property: add locking for the property string databasePauli
2021-06-19crypto: repalce tabs with spacesPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-15Add the internal function ossl_method_store_do_all()Richard Levitte
2021-06-05property: move additional query functions to property_query.cPauli
2021-06-05property: improve ossl_property_find_property() functionPauli
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-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-22property: convert integers to strings properly.Pauli
2021-05-20Update copyright yearMatt Caswell
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
2021-05-12property: create property names more eagerly.Pauli
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli
2021-04-08Update copyright yearMatt Caswell
2021-04-08property: lock the lib ctx when updating the property definition cachePauli
2021-04-08property: check return values from the property locking calls.Pauli
2021-03-16property: default queries create the property values.Pauli
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-08This should fix a lock-order-inversionBernd Edlinger
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-08-17Load the default config file before working with default propertiesMatt Caswell
2020-08-09Add 'on demand self test' and status test to providersShane Lontis
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte
2020-07-08Fix CID #1465216 Resource leak in property_fetchShane Lontis
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb
2020-07-05coverity 1464984: Null pointer dereferencesPauli
2020-06-25Update copyright yearMatt Caswell
2020-06-23property: correctly set the has optional flag when merging property listsPauli
2020-06-23property: Move global default properties to the library context.Pauli
2020-05-15Update copyright yearMatt Caswell
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte
2020-05-02Add default property API's to enable and test for fipsShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-02-21Introduce the provider propertyMatt Caswell
2019-12-11Fix some typosVeres Lajos
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-26Property: fix memory leak.Pauli
2019-11-24Property: fix intermittent test failure.Pauli
2019-11-18Properties: make query cache reference count aware.Pauli