summaryrefslogtreecommitdiffstats
path: root/crypto/property
AgeCommit message (Expand)Author
2024-02-16Fixed Visual Studio 2008 compiler errorsMarcel Gosmann
2023-12-07Add overflow checks to parse_number/parse_hex/parse_octNeil Horman
2023-10-24Copyright year updatesMatt Caswell
2023-10-05ossl_property_list_to_string: handle quoted stringsPauli
2023-08-04no_autoload: make the no-autoload-config option work again.Pauli
2023-05-30Update copyright yearTomas Mraz
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell
2023-01-20Correct property EBNF for unquoted stringsPauli
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-08-17Avoid using tsan_addPauli
2022-08-17property: make cache flushing slight less deterministicPauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-06-23put_str: Use memcpy instead of strncpyTomas Mraz
2022-06-21Update copyright yearMatt Caswell
2022-06-10parse_unquoted: Check returned value from ossl_property_value()Tomas Mraz
2022-06-09Assert that a property definition cache entry is the firstMatt Caswell
2022-06-09Fix a memory leak in ossl_method_store_add()Matt Caswell
2022-05-05Complete the cleanup of an algorithm in OSSL_METHOD_STORERichard Levitte
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-01-04Revert "property: use a stack to efficiently convert index to string"Pauli
2022-01-01property: use a stack to efficiently convert index to stringPauli
2021-11-15Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell
2021-11-12Add return value NULL checks that were missingPauli
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-09property: produce error if a name is duplicatedPauli
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