Fix grammar in certificates.txt
[openssl.git] / crypto / property /
2024-04-09 Richard LevitteCopyright year updates
2024-02-16 Marcel GosmannFixed Visual Studio 2008 compiler errors
2023-12-07 Neil HormanAdd overflow checks to parse_number/parse_hex/parse_oct
2023-10-04 Pauliossl_property_list_to_string: handle quoted strings
2023-09-07 Matt CaswellCopyright year updates
2023-08-04 Paulino_autoload: make the no-autoload-config option work...
2023-02-21 Matt CaswellOnly call OPENSSL_init_crypto on fetch if using the...
2023-01-19 PauliCorrect property EBNF for unquoted strings
2022-11-29 Tomas MrazFix occasional assertion failure when storing properties
2022-08-10 Pauliproperty: make cache flushing slight less deterministic
2022-07-20 Richard Levitte"Reserve" the method store when constructing methods
2022-06-23 Tomas Mrazput_str: Use memcpy instead of strncpy
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-10 Tomas Mrazparse_unquoted: Check returned value from ossl_property...
2022-06-09 Matt CaswellAssert that a property definition cache entry is the...
2022-06-09 Matt CaswellFix a memory leak in ossl_method_store_add()
2022-05-05 Richard LevitteComplete the cleanup of an algorithm in OSSL_METHOD_STORE
2022-05-05 Richard LevitteMake it possible to remove methods by the provider...
2022-05-05 Richard LevitteDon't empty the method store when flushing the query...
2022-05-05 Richard LevitteDrop ossl_provider_clear_all_operation_bits() and all...
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2022-02-28 Paulifetch: convert a NULL property query to ""
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-01-15 Pauliproperty: reduce memory consumption when OPENSSL_SMALL_...
2022-01-01 Pauliproperty: use a stack to efficiently convert index...
2021-11-12 Matt CaswellDon't write to the globals ossl_property_true and ossl_...
2021-11-12 PauliAdd return value NULL checks that were missing
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-27 Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-10-09 Pauliproperty: produce error if a name is duplicated
2021-06-24 Pauliproperty: remove spurious incorrect comments
2021-06-24 Pauliproperty: add locking for the property string database
2021-06-19 Paulicrypto: repalce tabs with spaces
2021-06-17 Matt CaswellUpdate copyright year
2021-06-15 Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-06-05 Pauliproperty: move additional query functions to property_q...
2021-06-05 Pauliproperty: improve ossl_property_find_property() function
2021-06-05 PauliRename `n` field to `num_properties` in property defini...
2021-06-05 Richard Levitteproperty: Add functionality to query data from a proper...
2021-05-26 Paulierr: rename err_load_xxx_strings_int functions
2021-05-22 Pauliproperty: convert integers to strings properly.
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-12 Pauliproperty: create property names more eagerly.
2021-05-11 Matt CaswellAdd the ability for ex_data to have a priority
2021-05-07 Pauliprovider: flush the store cache when providers are...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Pauliproperty: lock the lib ctx when updating the property...
2021-04-08 Pauliproperty: check return values from the property locking...
2021-03-15 Pauliproperty: default queries create the property values.
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-08 Bernd EdlingerThis should fix a lock-order-inversion
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-20 Richard LevitteENCODER: Redefine the libcrypto <-> provider interface
2020-09-13 Matt CaswellIgnore unused return values from some sk_*() macros
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-07-08 Shane LontisFix CID #1465216 Resource leak in property_fetch
2020-07-05 Dr. David von OheimbFix many MarkDown issues in {NOTES*,README*,HACKING...
2020-07-05 Dr. David von OheimbRename NOTES*, README*, VERSION, HACKING, LICENSE to...
2020-07-05 Paulicoverity 1464984: Null pointer dereferences
2020-06-25 Matt CaswellUpdate copyright year
2020-06-23 Pauliproperty: correctly set the has optional flag when...
2020-06-23 Pauliproperty: Move global default properties to the library...
2020-05-15 Matt CaswellUpdate copyright year
2020-05-13 Richard LevittePROV: Adapt all our providers to use the new PROV_CTX...
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-02-21 Matt CaswellIntroduce the provider property
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevitteCORE: expose the property parsers and checker to the...
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-11-25 PauliProperty: fix memory leak.
2019-11-24 PauliProperty: fix intermittent test failure.
2019-11-18 PauliProperties: make query cache reference count aware.
2019-10-10 Richard LevitteRework how our providers are built
2019-10-03 PauliRemove unused fields in method store structure.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-08-29 Matt CaswellMake sure we pre-initialise properties
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-01 Matt CaswellLoad the config file by default
2019-08-01 PauliPrevent an infinite recursion when the query cache...
2019-08-01 PauliThe query cache has been updated to not depend on RAND_...
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-16 Rich SalzRegenerate mkerr files
2019-06-19 Richard LevitteAdd extra error text in the property parser
2019-06-14 Richard LevitteUse variables in build.info files where it's worth...
2019-06-03 PauliRemove file reference from property documentation.
2019-06-02 PauliFix a typo in the property grammar that creates an...
2019-05-30 PauliAdd man 7 page about properties.
next