summaryrefslogtreecommitdiff
path: root/ustream-io-openssl.c
Commit message (Collapse)AuthorAgeFilesLines
* ustream-ssl: add openssl-1.1.0 compatibilityEneas U de Queiroz via openwrt-devel2018-07-271-24/+22
| | | | | | | | | | | | | | 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>
* give the main context a type instead of making it void *Felix Fietkau2014-03-151-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* consume all data after a socket write errorFelix Fietkau2013-06-181-0/+3
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* split cyassl and openssl sources, add ssl library abstractionFelix Fietkau2013-02-041-0/+142
Signed-off-by: Felix Fietkau <nbd@openwrt.org>