property: Move global default properties to the library context.
[openssl.git] / crypto / property / property.c
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.