ustream-ssl: Enable ECDHE with OpenSSL.
[project/ustream-ssl.git] / ustream-openssl.c
2018-04-30 Rosen Penevustream-ssl: Enable ECDHE with OpenSSL.
2016-02-21 Felix Fietkauopenssl: keep compatibility with older TLS/SSL protocols
2016-02-21 Felix Fietkauopenssl: force TLS v1.2 instead of v1
2016-01-26 Felix Fietkauopenssl: use 1.0.2 openssl API for host name validation
2014-12-01 Christoph Ziebuhropenssl: Fix host_pattern_match
2014-04-03 Felix Fietkauopenssl: set quiet shutdown flag to ensure that shutdow...
2014-04-03 Felix Fietkauopenssl: un-inline ustream_ssl_session_free
2014-04-03 Felix Fietkauopenssl: fix subjectAltNames leak
2014-04-03 Felix Fietkauopenssl: free peer certificate after validating it
2014-03-25 Felix Fietkauadd missing include files
2014-03-25 Felix Fietkauopenssl: disable host CN checks for cyassl (TODO)
2014-03-25 Felix Fietkauimplement certificate validation (including CN verifica...
2014-03-15 Felix Fietkaugive the main context a type instead of making it void *
2013-02-04 Felix Fietkausplit cyassl and openssl sources, add ssl library abstr...