aboutsummaryrefslogtreecommitdiff
path: root/crypto/property
AgeCommit message (Expand)AuthorFilesLines
2021-06-05property: move additional query functions to property_query.cPauli4-24/+25
2021-06-05property: improve ossl_property_find_property() functionPauli2-27/+21
2021-06-05Rename `n` field to `num_properties` in property definition structure.Pauli3-13/+13
2021-06-05property: Add functionality to query data from a property definitionRichard Levitte4-92/+140
2021-05-26err: rename err_load_xxx_strings_int functionsPauli1-1/+1
2021-05-22property: convert integers to strings properly.Pauli1-3/+7
2021-05-20Update copyright yearMatt Caswell1-1/+1
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell1-9/+39
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell3-0/+176
2021-05-12property: create property names more eagerly.Pauli1-2/+2
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell3-0/+3
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli1-0/+5
2021-04-08Update copyright yearMatt Caswell4-4/+4
2021-04-08property: lock the lib ctx when updating the property definition cachePauli1-5/+13
2021-04-08property: check return values from the property locking calls.Pauli2-16/+19
2021-03-16property: default queries create the property values.Pauli2-3/+4
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte1-2/+2
2020-11-08This should fix a lock-order-inversionBernd Edlinger1-2/+3
2020-10-15Update copyright yearMatt Caswell2-2/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre5-36/+38
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte1-3/+3
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell1-1/+1
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-3/+3
2020-08-17Load the default config file before working with default propertiesMatt Caswell1-2/+7
2020-08-09Add 'on demand self test' and status test to providersShane Lontis1-5/+16
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte1-0/+1
2020-07-08Fix CID #1465216 Resource leak in property_fetchShane Lontis1-1/+1
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb1-8/+15
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb1-0/+0
2020-07-05coverity 1464984: Null pointer dereferencesPauli1-3/+3
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-23property: correctly set the has optional flag when merging property listsPauli1-0/+2
2020-06-23property: Move global default properties to the library context.Pauli2-98/+52
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte1-0/+1
2020-05-02Add default property API's to enable and test for fipsShane Lontis2-3/+89
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-21Introduce the provider propertyMatt Caswell1-5/+2
2019-12-11Fix some typosVeres Lajos2-4/+4
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte1-9/+0
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-0/+2
2019-11-26Property: fix memory leak.Pauli1-1/+1
2019-11-24Property: fix intermittent test failure.Pauli1-2/+6
2019-11-18Properties: make query cache reference count aware.Pauli1-42/+74
2019-10-10Rework how our providers are builtRichard Levitte1-1/+1
2019-10-03Remove unused fields in method store structure.Pauli1-2/+0
2019-09-28Reorganize local header filesDr. Matthias St. Pierre5-4/+4
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre3-5/+5
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1