]> git.ipfire.org Git - thirdparty/openssl.git/commit - Configure
Rework based on feedback:
authorclucey <catriona.lucey@intel.com>
Tue, 23 Feb 2016 08:01:01 +0000 (08:01 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 13:36:17 +0000 (13:36 +0000)
commit6cba4a66619dfb2c5cb784fe5aa5677cafbf9a33
tree9757390141c45251e2127482dbff5b06f183d538
parent7f458a48ff3a231d5841466525d2aacbcd4f6b77
Rework based on feedback:
1. Cleaned up eventfd handling
2. Reworked socket setup code to allow other algorithms to be added in
   future
3. Fixed compile errors for static build
4. Added error to error stack in all cases of ALG_PERR/ALG_ERR
5. Called afalg_aes_128_cbc() from bind() to avoid race conditions
6. Used MAX_INFLIGHT define in io_getevents system call
7. Coding style fixes

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Configure
crypto/include/internal/engine.h
crypto/init.c
engines/afalg/Makefile.in
engines/afalg/build.info
engines/afalg/e_afalg.c
engines/afalg/e_afalg.h
engines/afalg/e_afalg_err.c
engines/afalg/e_afalg_err.h
include/openssl/crypto.h
include/openssl/engine.h