aboutsummaryrefslogtreecommitdiff
path: root/crypto/property
AgeCommit message (Expand)AuthorFilesLines
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau3-3/+3
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau3-39/+17
2022-11-11Move e_os.h to include/internalRichard Levitte1-1/+1
2022-11-09property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli1-4/+46
2022-11-09property: use a stack to efficiently convert index to stringPauli1-62/+52
2022-08-17Avoid using tsan_addPauli1-1/+1
2022-08-17property: make cache flushing slight less deterministicPauli1-2/+12
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte1-9/+30
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz1-5/+5
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-06-10parse_unquoted: Check returned value from ossl_property_value()Tomas Mraz1-4/+3
2022-06-09Assert that a property definition cache entry is the firstMatt Caswell1-2/+13
2022-06-09Fix a memory leak in ossl_method_store_add()Matt Caswell1-1/+5
2022-05-05Complete the cleanup of an algorithm in OSSL_METHOD_STORERichard Levitte1-3/+7
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte1-7/+63
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte1-26/+21
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte1-3/+0
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-1/+1
2022-03-15Update copyright yearMatt Caswell2-2/+2
2022-03-08fetch: convert a NULL property query to ""Pauli1-5/+3
2022-01-04Revert "property: use a stack to efficiently convert index to string"Pauli1-52/+62
2022-01-01property: use a stack to efficiently convert index to stringPauli1-62/+52
2021-11-15Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell3-12/+15
2021-11-12Add return value NULL checks that were missingPauli1-3/+4
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte1-24/+49
2021-10-09property: produce error if a name is duplicatedPauli1-3/+17
2021-06-24property: remove spurious incorrect commentsPauli1-10/+2
2021-06-24property: add locking for the property string databasePauli1-18/+43
2021-06-19crypto: repalce tabs with spacesPauli1-1/+1
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-15Add the internal function ossl_method_store_do_all()Richard Levitte1-0/+36
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