ustream-ssl: increase number of read buffers
[project/ustream-ssl.git] / ustream-ssl.c
24 hours ago Felix Fietkauustream-ssl: increase number of read buffers master
24 hours ago Felix Fietkauustream-ssl: poll connection on incomplete reads
11 days ago Felix Fietkauadd callbacks for debug messages
2020-12-10 Petr Štetiarwolfssl: remove now deprecated compatibility code
2020-12-10 Petr Štetiarustream-openssl: wolfSSL: fix certificate validation
2020-02-15 Jo-Philipp Wichadd support for specifying usable ciphers
2019-11-05 Jo-Philipp Wichustream-ssl: skip writing pending data if .eof is true...
2019-09-20 Eneas U de Queirozustream-io-cyassl.c: fix client-mode connections
2014-12-01 Christoph ZiebuhrAdd support for Server Name Indication
2014-12-01 Christoph ZiebuhrFix ustream_ssl_poll
2014-03-25 Felix Fietkauadd missing include files
2014-03-25 Felix Fietkauimplement certificate validation (including CN verifica...
2014-03-17 Felix FietkauWrite pending data after connecting
2014-03-15 Felix Fietkaugive the main context a type instead of making it void *
2014-03-15 Felix Fietkauustream-ssl: always check connection at the beginning...
2013-02-04 Felix Fietkausplit cyassl and openssl sources, add ssl library abstr...
2013-01-22 Felix Fietkaufix read polling by putting the buffer prepare in a...
2013-01-22 Felix Fietkauadd s->poll wrapper
2013-01-13 Felix Fietkauadd copyright info and license
2013-01-13 Felix Fietkaufix compile errors on linux
2013-01-04 Felix Fietkaureturn -1/0 instead of ssl specific return codes when...
2013-01-04 Felix Fietkauonly export one symbol from the lib, containing a struc...
2012-10-23 Felix FietkauInitial import