aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/ustream-ssl
Commit message (Collapse)AuthorAgeFilesLines
* ustream-ssl: fix compilation against current PolarSSL/mbedTLS versionJo-Philipp Wich2015-06-091-2/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: correct year in PKG_VERSION stringFelix Fietkau2015-05-081-1/+1
| | | | | | | | | | | | | | | ustream-ssl: correct the year in the PKG_VERSION string, as both r45157 and r45441 left the old year 2014 there. For a casual user it may seem that the current code is from April 2014, although a4ca61527236e89eb9efb782fd9bfd04796144e3 is from April 2015. http://nbd.name/gitweb.cgi?p=ustream-ssl.git;a=commit;h=a4ca61527236e89eb9efb782fd9bfd04796144e3 https://dev.openwrt.org/changeset/45441/ https://dev.openwrt.org/changeset/45157/ signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45623 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest git HEADJohn Crispin2015-04-141-2/+2
| | | | | | | | fixes long writes when using polarssl Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: fix SNI when building against cyasslNicolas Thill2015-04-011-2/+2
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: enable SNI when building for cyasslJohn Crispin2015-04-011-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: properly handle return codesJohn Crispin2015-03-301-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: select polarssl as default variant, skip openssl/cyassl ↵Felix Fietkau2014-09-231-2/+3
| | | | | | | | dependencies if unused Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, adds certificate validation supportFelix Fietkau2014-03-251-2/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40017 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to the latest version, fixes cyassl buildFelix Fietkau2014-03-211-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40004 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, fixes writes before ssl handshake ↵Felix Fietkau2014-03-211-2/+2
| | | | | | | | completion Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: add support for polarssl 1.3Felix Fietkau2014-03-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39929 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to the latest version, adds support for the current ↵Felix Fietkau2013-10-301-2/+2
| | | | | | | | cyassl version (#14386) Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, add a package for the polarssl build ↵Felix Fietkau2013-07-241-2/+14
| | | | | | | | variant Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, fixes uhttpd infinite loop issuesFelix Fietkau2013-06-181-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: remove dependency conditional part to avoid build breakage when ↵Felix Fietkau2013-01-221-2/+2
| | | | | | no variant is selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35294 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ustream-ssl: update to latest version, fixes handling large chunks of data ↵Felix Fietkau2013-01-221-2/+2
| | | | | | (fixes #12866) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35293 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add ustream-ssl, an ustream abstraction library for SSL stream socketsFelix Fietkau2013-01-131-0/+59
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35131 3c298f89-4303-0410-b956-a3cf2f4a3e73