openssl: keep compatibility with older TLS/SSL protocols
[project/ustream-ssl.git] / ustream-ssl.c
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