]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/provider_core.c
Prepare EVP_MAC infrastructure for moving all MACs to providers
[thirdparty/openssl.git] / crypto / provider_core.c
2019-08-15  Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15  Richard LevitteRename provider and core get_param_types functions
2019-08-08  Matt CaswellAvoid holding a lock when calling OPENSSL_init_crypto
2019-08-01  Matt CaswellLoad the config file by default
2019-07-31  Richard LevitteRefactor provider support for reporting errors
2019-07-26  Richard LevitteAdd functions to see if a provider is available for...
2019-07-23  Matt CaswellRemove some utilities from the core to provider interface
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-11  Rich SalzMake allocation/free/clean available to providers
2019-07-02  Richard LevitteFIPS module: adapt for the changed error reporting...
2019-07-02  Richard LevitteReplumbing: re-implement error reporting for providers
2019-07-02  Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-19  Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17  Matt CaswellTell the FIPS provider about thread stop events
2019-06-17  Richard LevitteReplumbing: offer a core upcall to get the provider...
2019-06-05  Shane LontisCoverity fixes
2019-05-31  Richard LevitteConstify OSSL_PROVIDER getter input parameters
2019-05-23  Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23  Matt CaswellMake core code available within the FIPS module
2019-05-02  Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-03  Richard LevitteReplumbing: add functionality to set provider parameters
2019-03-19  Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-19  Richard LevitteReplumbing: add fallback provider capability
2019-03-14  Richard Levittecrypto/provider_core.c: correct definition and use...
2019-03-12  Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12  Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-12  Richard LevitteChange OSSL_PARAM_UTF8_STRING_PTR to OSSL_PARAM_UTF8_PTR
2019-03-12  Richard LevitteRename 'buffer' to 'data' in OSSL_PARAM
2019-03-11  Richard LevitteReplumbing: Add the Provider Object, type OSSL_PROVIDER