]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/property/property.c
CORE: Encure that cached fetches can be done per provider
[thirdparty/openssl.git] / crypto / property / property.c
2021-10-27  Richard LevitteCORE: Encure that cached fetches can be done per provider
2021-06-24  Pauliproperty: remove spurious incorrect comments
2021-06-19  Paulicrypto: repalce tabs with spaces
2021-06-15  Richard LevitteAdd the internal function ossl_method_store_do_all()
2021-05-20  Matt CaswellEnsure mirroring of properties works for subsequent...
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: check return values from the property locking...
2021-03-15  Pauliproperty: default queries create the property values.
2020-11-08  Bernd EdlingerThis should fix a lock-order-inversion
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-13  Matt CaswellIgnore unused return values from some sk_*() macros
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-08  Shane LontisFix CID #1465216 Resource leak in property_fetch
2020-07-05  Paulicoverity 1464984: Null pointer dereferences
2020-06-23  Pauliproperty: Move global default properties to the library...
2020-05-15  Matt CaswellUpdate copyright year
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
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-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-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-05-23  Matt CaswellMake some EVP code available from within the FIPS module
2019-05-22  PauliOptional property query support.
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-19  Richard Levitteossl_method_store_cache_get(): ensure non-NULL property...
2019-03-06  PauliMake the sparse array code use ossl_uintmax_t as its...
2019-02-24  PauliCID 1442836: Resource leaks
2019-02-18  Richard LevitteProperty: naming and manual clarifiations
2019-02-18  PauliProperties for implementation selection.