Make sure the rand_byte buffer in padlock engine is cleansed.
[openssl.git] / engines / e_dasync.c
2016-03-09 Alessandro GhediniUse correct function ID in error path
2016-03-07 Matt CaswellRefactor dasync cipher implementations to improve code...
2016-03-07 Matt CaswellMove the _hidden_* static variables in dasync to be...
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellAdd dummy pipeline support for aes128_cbc_hmac_sha1
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 Alessandro GhediniGH804: Fix unused-result warnings in dasync
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteAdapt all engines that add new EVP_MDs
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-02 Dr. Stephen HensonRemove legacy sign/verify from EVP_MD.
2015-11-22 Kurt RoeckxUpdate dasync to use size_t for the sha1 update
2015-11-20 Matt CaswellRename some daysnc functions for consistency
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd the Dummy Async engine (dasync)