aboutsummaryrefslogtreecommitdiff
path: root/engines/e_dasync.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-07make error tables const and separate header fileRich Salz1-1/+0
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz1-0/+2
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-1/+4
2016-05-17Copyright consolidation 02/10Rich Salz1-48/+5
2016-05-17Fix RSA dasync engine bugMatt Caswell1-1/+1
2016-04-13Rename int_*() functions to *_int()Matt Caswell1-2/+2
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell1-2/+2
2016-04-06Make the RSA_METHOD structure opaqueRichard Levitte1-25/+28
2016-03-09Use correct function ID in error pathAlessandro Ghedini1-1/+1
2016-03-07Refactor dasync cipher implementations to improve code reuseMatt Caswell1-144/+97
2016-03-07Move the _hidden_* static variables in dasync to be constructed in bindMatt Caswell1-61/+83
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-8/+8
2016-03-07Add dummy pipeline support for aes128_cbc_hmac_sha1Matt Caswell1-7/+215
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+190
2016-03-07GH804: Fix unused-result warnings in dasyncAlessandro Ghedini1-2/+4
2016-02-29Refactor the async wait fd logicMatt Caswell1-3/+74
2016-02-09Auto init/deinit libcryptoMatt Caswell1-2/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-07Adapt all engines that add new EVP_MDsRichard Levitte1-19/+46
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-1/+1
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-2/+1
2015-11-22Update dasync to use size_t for the sha1 updateKurt Roeckx1-2/+2
2015-11-20Rename some daysnc functions for consistencyMatt Caswell1-11/+11
2015-11-20Initial Async notify code changesMatt Caswell1-11/+28
2015-11-20Add the Dummy Async engine (dasync)Matt Caswell1-0/+317