]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/common/digests
Implement DSA in the default provider
[thirdparty/openssl.git] / providers / common / digests /
2019-09-05  Shane LontisChange provider params from int to size_t
2019-08-19  Shane Lontiscleanup provider digests
2019-08-18  Patrick SteuerDirectly return from final sha3/keccak_final if no...
2019-08-16  Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15  Richard LevitteAdd {get,set}table_params() functions for provider...
2019-08-12  Richard LevitteAdapt the provider digests for more use of OSSL_PARAM
2019-06-24  Patrick SteuerFix s390x build errors and warnings
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-11  Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
2019-06-06  Shane Lontisrename the digest provider files to avoid any name...
2019-06-04  Shane LontisMove digests to providers
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-19  Matt CaswellAdd the provider_algs.h internal header file
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-15  Richard Levitteproviders/common/digests/sha2.c: forward declare all...
2019-04-15  Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-04  Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-04-03  Matt CaswellSupport EVP_MD_block_size() with providers
2019-03-21  Matt CaswellImplement SHA256 in the default provider