summaryrefslogtreecommitdiff
path: root/crypto/property
Commit message (Expand)AuthorAgeFilesLines
* Only call OPENSSL_init_crypto on fetch if using the default libctxMatt Caswell2023-02-221-4/+5
* Correct property EBNF for unquoted stringsPauli2023-01-201-18/+0
* Fix occasional assertion failure when storing propertiesTomas Mraz2022-11-293-19/+20
* property: make cache flushing slight less deterministicPauli2022-08-101-2/+12
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-9/+30
* put_str: Use memcpy instead of strncpyTomas Mraz2022-06-231-1/+1
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-223-3/+3
* parse_unquoted: Check returned value from ossl_property_value()Tomas Mraz2022-06-101-4/+3
* Assert that a property definition cache entry is the firstMatt Caswell2022-06-091-2/+13
* Fix a memory leak in ossl_method_store_add()Matt Caswell2022-06-091-1/+5
* Complete the cleanup of an algorithm in OSSL_METHOD_STORERichard Levitte2022-05-051-3/+7
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-7/+63
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-26/+21
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-3/+0
* Update copyright yearMatt Caswell2022-05-034-4/+4
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-013-39/+17
* fetch: convert a NULL property query to ""Pauli2022-02-281-5/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.Pauli2022-01-151-4/+46
* property: use a stack to efficiently convert index to stringPauli2022-01-011-62/+52
* Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell2021-11-123-12/+15
* Add return value NULL checks that were missingPauli2021-11-121-3/+4
* fix some code with obvious wrong coding stylex20182021-10-281-4/+4
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-24/+49
* property: produce error if a name is duplicatedPauli2021-10-091-3/+17
* property: remove spurious incorrect commentsPauli2021-06-241-10/+2
* property: add locking for the property string databasePauli2021-06-241-18/+43
* crypto: repalce tabs with spacesPauli2021-06-191-1/+1
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-151-0/+36
* property: move additional query functions to property_query.cPauli2021-06-054-24/+25
* property: improve ossl_property_find_property() functionPauli2021-06-052-27/+21
* Rename `n` field to `num_properties` in property definition structure.Pauli2021-06-053-13/+13
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-054-92/+140
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* property: convert integers to strings properly.Pauli2021-05-221-3/+7
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-9/+39
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-203-0/+176
* property: create property names more eagerly.Pauli2021-05-121-2/+2
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-113-0/+3
* provider: flush the store cache when providers are loaded/unloaded.Pauli2021-05-071-0/+5
* Update copyright yearMatt Caswell2021-04-084-4/+4
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-5/+13
* property: check return values from the property locking calls.Pauli2021-04-082-16/+19
* property: default queries create the property values.Pauli2021-03-162-3/+4
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+2
* This should fix a lock-order-inversionBernd Edlinger2020-11-081-2/+3
* Update copyright yearMatt Caswell2020-10-152-2/+2