summaryrefslogtreecommitdiffstats
path: root/crypto/property
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
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-03-14Update copyright yearMatt Caswell
2023-02-22Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell
2023-01-20Correct property EBNF for unquoted stringsPauli
2022-12-01Update copyright yearTomas Mraz
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-09property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli
2022-11-09property: use a stack to efficiently convert index to stringPauli
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