project/ustream-ssl.git
2016-01-23 Felix Fietkaupolarssl: fix handling SSL close notification
2016-01-23 Felix Fietkaumbedtls: fix handling SSL close notification
2016-01-19 Felix Fietkaumbedtls: sync with polarssl ciphersuite changes
2016-01-19 Felix Fietkaupolarssl: enable DHE in default client ciphersuite
2016-01-15 Felix Fietkaupolarssl: init certificate storage
2016-01-15 Felix Fietkaupolarssl: fix memory leak
2016-01-15 Felix Fietkauadd mbedtls variant
2016-01-15 Felix Fietkaupolarssl: remove support for version 1.2
2016-01-15 Felix Fietkaupolarssl: disable RC4 support (for security reasons)
2015-08-06 Alexander Couzensustream-ssl: make ustream_ssl.server_name const
2015-06-09 Jo-Philipp... polarssl: add mising string include
2015-04-12 Luka Perkovpolarssl: fix long writes
2015-03-30 Felix Fietkaupolarssl: fix return code of entropy function
2014-12-11 Yousong Zhoucmake: Do not hardcode /opt/local/include for Apple.
2014-12-11 Yousong Zhouexamples: add .notify_write callback.
2014-12-01 Christoph ZiebuhrAdd support for Server Name Indication
2014-12-01 Christoph Ziebuhropenssl: Fix host_pattern_match
2014-12-01 Christoph ZiebuhrFix ustream_ssl_poll
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 Fietkaupolarssl: check us->notify_verify_error for NULL before...
2014-03-25 Felix Fietkauustream-example-client: fix usage information
2014-03-25 Felix Fietkauimplement certificate validation (including CN verifica...
2014-03-21 Felix Fietkaufix CyaSSL build
2014-03-17 Felix FietkauWrite pending data after connecting
2014-03-15 Felix Fietkauadd client example code
2014-03-15 Felix Fietkaupolarssl: enable client side ssl verification if a...
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...
2014-03-15 Felix Fietkauustream-server-example: close connection on error
2014-03-15 Felix Fietkauexample: rename to ustream-example-server
2014-03-15 Felix Fietkaupolarssl: fix error check on write
2014-03-14 Felix Fietkaupolarssl: add support for version 1.3
2013-10-30 Jo-Philipp... Add version detection of CyaSSL and make the cyassl...
2013-09-25 Felix Fietkauavoid installing internal header files
2013-07-24 Felix Fietkaupolarssl: disable perfect forward secrecy, it slows...
2013-06-18 Felix Fietkauconsume all data after a socket write error
2013-02-04 Felix Fietkauadd polarssl support
2013-02-04 Felix Fietkausplit cyassl and openssl sources, add ssl library abstr...
2013-02-04 Felix Fietkauexample: ignore SIGPIPE
2013-01-23 Felix Fietkaubuild: remove install prefix override
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 Fietkauuse libm with cyassl
2013-01-13 Felix Fietkauremove commented out include/link directories
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-12-27 Felix Fietkauinstall headers and library
2012-10-23 Felix Fietkaufix logic inversion
2012-10-23 Felix FietkauInitial import