summaryrefslogtreecommitdiff
path: root/ustream-ssl.c
Commit message (Expand)AuthorAgeFilesLines
* wolfssl: remove now deprecated compatibility codePetr Štetiar2020-12-101-3/+0
* ustream-openssl: wolfSSL: fix certificate validationPetr Štetiar2020-12-101-0/+1
* add support for specifying usable ciphersJo-Philipp Wich2020-02-151-0/+1
* ustream-ssl: skip writing pending data if .eof is true after connectJo-Philipp Wich2019-11-051-0/+20
* ustream-io-cyassl.c: fix client-mode connectionsEneas U de Queiroz2019-09-201-0/+3
* Add support for Server Name IndicationChristoph Ziebuhr2014-12-011-0/+4
* Fix ustream_ssl_pollChristoph Ziebuhr2014-12-011-1/+1
* add missing include filesFelix Fietkau2014-03-251-0/+1
* implement certificate validation (including CN verification)Felix Fietkau2014-03-251-0/+16
* Write pending data after connectingFelix Fietkau2014-03-171-0/+1
* give the main context a type instead of making it void *Felix Fietkau2014-03-151-1/+1
* ustream-ssl: always check connection at the beginning of a sessionFelix Fietkau2014-03-151-0/+1
* split cyassl and openssl sources, add ssl library abstractionFelix Fietkau2013-02-041-133/+23
* fix read polling by putting the buffer prepare in a loopFelix Fietkau2013-01-221-13/+19
* add s->poll wrapperFelix Fietkau2013-01-221-0/+8
* add copyright info and licenseFelix Fietkau2013-01-131-0/+18
* fix compile errors on linuxFelix Fietkau2013-01-131-6/+2
* return -1/0 instead of ssl specific return codes when setting crt/key filesFelix Fietkau2013-01-041-2/+8
* only export one symbol from the lib, containing a struct with all functions. ...Felix Fietkau2013-01-041-5/+13
* Initial importFelix Fietkau2012-10-231-0/+259