The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
--- Begin Message ---
I'm sending here some patches for the /dev/crypto engine that I had
posted as part of https://github.com/openwrt/openwrt/pull/1547, but
I would prefer to have them reviewed here instead.  I'll keep the
discussion about the AF_ALG engine there.

I've split this series in two parts.  The first one is a bug-fix patch,
which should be part of 1.1.1b, pendind a second review.
The second part adds some useful enhancements, including the
option to build it as a dynamic-loaded module in its own package.

All of theses patches were merged upstream, except for the #300 patch,
which is still open at https://github.com/openssl/openssl/pull/8213.

Signed-off-by: Eneas U de Queiroz <cote2004-git...@yahoo.com>

Eneas U de Queiroz (2):
  openssl: patch to fix devcrypto sessions leak
  openssl: backport devcrypto changes from master

 package/libs/openssl/Config.in                |  35 +-
 package/libs/openssl/Makefile                 |  65 +-
 ...vcrypto.c-close-open-session-on-init.patch | 117 ++++
 ...o-make-the-dev-crypto-engine-dynamic.patch | 332 ++++++++++
 ..._devcrypto-add-configuration-options.patch | 569 ++++++++++++++++++
 ...o-save-ioctl-if-EVP_MD_.FLAG_ONESHOT.patch |  60 ++
 ...ypto-add-command-to-dump-driver-info.patch | 275 +++++++++
 ..._devcrypto-add-configuration-options.patch | 569 ++++++++++++++++++
 ...o-make-the-dev-crypto-engine-dynamic.patch | 336 +++++++++++
 ...ypto-add-command-to-dump-driver-info.patch | 275 +++++++++
 ...o-make-the-dev-crypto-engine-dynamic.patch | 336 +++++++++++
 11 files changed, 2951 insertions(+), 18 deletions(-)
 create mode 100644 
package/libs/openssl/patches/300-eng_devcrypto.c-close-open-session-on-init.patch
 create mode 100644 
package/libs/openssl/patches/400-e_devcrypto-make-the-dev-crypto-engine-dynamic.patch
 create mode 100644 
package/libs/openssl/patches/400-eng_devcrypto-add-configuration-options.patch
 create mode 100644 
package/libs/openssl/patches/400-eng_devcrypto-save-ioctl-if-EVP_MD_.FLAG_ONESHOT.patch
 create mode 100644 
package/libs/openssl/patches/410-eng_devcrypto-add-command-to-dump-driver-info.patch
 create mode 100644 
package/libs/openssl/patches/410-eng_devcrypto-add-configuration-options.patch
 create mode 100644 
package/libs/openssl/patches/420-e_devcrypto-make-the-dev-crypto-engine-dynamic.patch
 create mode 100644 
package/libs/openssl/patches/420-eng_devcrypto-add-command-to-dump-driver-info.patch
 create mode 100644 
package/libs/openssl/patches/430-e_devcrypto-make-the-dev-crypto-engine-dynamic.patch



--- End Message ---
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to