ustream-ssl: add openssl-1.1.0 compatibility
authorEneas U de Queiroz via openwrt-devel <openwrt-devel@lists.openwrt.org>
Sat, 16 Jun 2018 04:05:14 +0000 (04:05 +0000)
committerJohn Crispin <john@phrozen.org>
Fri, 27 Jul 2018 09:14:25 +0000 (11:14 +0200)
commit34b0b80ad302d873f00be5f9c8051b73b2e86a01
tree5a0fb9617e3d0370e5dd661e07dabacd444fb2f2
parent189cd38b4188bfcb4c8cf67d8ae71741ffc2b906
ustream-ssl: add openssl-1.1.0 compatibility

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.
Patch to compile ustream-ssl with openssl-1.1.0, maintaining
compatibility with openssl 1.0.2.

Fixed flag handling in ustream-io-openssl.c.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
openssl_bio_compat.h [new file with mode: 0644]
ustream-io-openssl.c
ustream-openssl.c