ustream-openssl: clear error stack before SSL_read/SSL_write
[project/ustream-ssl.git] / ustream-openssl.c
2020-05-06 Jo-Philipp Wichustream-openssl: clear error stack before SSL_read... openwrt-19.07
2019-11-01 Eneas U de Queirozwolfssl: adjust to new API in v4.2.0
2019-09-20 Eneas U de Queirozwolfssl: enable CN validation
2019-09-20 Eneas U de QueirozRemove CyaSSL, WolfSSL < 3.10.4 support
2019-08-17 Eneas U de QueirozRevise supported ciphersuites
2019-08-17 Eneas U de Queirozwolfssl, openssl: use TLS 1.3, set ciphersuites
2018-07-30 Eneas U de Queiroz... openssl, wolfssl: match mbedTLS ciphersuite list
2018-07-27 Eneas U de Queiroz... ustream-ssl: add openssl-1.1.0 compatibility
2018-05-24 Daniel Golledon't use SSL_CTX_set_ecdh_auto with wolfSSL
2018-04-30 Rosen Penevustream-ssl: Remove RC4 from ciphersuite in server...
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...