recipes/70-test_ssl{cbcpadding,extension,records}: make it work w/fragmentation.
[openssl.git] / engines / e_dasync.c
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
2018-01-18 Richard LevitteSimplify Cygwin checks, part 1
2017-11-07 FdaSilvaYYstyle : fix some if(...
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17 Rich SalzCopyright consolidation 02/10
2016-05-17 Matt CaswellFix RSA dasync engine bug
2016-04-13 Matt CaswellRename int_*() functions to *_int()
2016-04-13 Matt CaswellRename lots of *_intern or *_internal function to int_*
2016-04-06 Richard LevitteMake the RSA_METHOD structure opaque
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)