summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* polarssl: enable DHE in default client ciphersuiteFelix Fietkau2016-01-191-35/+30
* polarssl: init certificate storageFelix Fietkau2016-01-161-0/+2
* polarssl: fix memory leakFelix Fietkau2016-01-161-1/+2
* add mbedtls variantFelix Fietkau2016-01-154-2/+417
* polarssl: remove support for version 1.2Felix Fietkau2016-01-152-31/+0
* polarssl: disable RC4 support (for security reasons)Felix Fietkau2016-01-151-4/+0
* ustream-ssl: make ustream_ssl.server_name constAlexander Couzens2015-08-061-1/+1
* polarssl: add mising string includeJo-Philipp Wich2015-06-091-0/+1
* polarssl: fix long writesLuka Perkov2015-04-121-7/+13
* polarssl: fix return code of entropy functionFelix Fietkau2015-03-302-1/+4
* cmake: Do not hardcode /opt/local/include for Apple.Yousong Zhou2014-12-111-5/+0
* examples: add .notify_write callback.Yousong Zhou2014-12-111-0/+6
* Add support for Server Name IndicationChristoph Ziebuhr2014-12-014-0/+15
* openssl: Fix host_pattern_matchChristoph Ziebuhr2014-12-011-1/+1
* Fix ustream_ssl_pollChristoph Ziebuhr2014-12-011-1/+1
* openssl: set quiet shutdown flag to ensure that shutdown always succeedsFelix Fietkau2014-04-031-0/+1
* openssl: un-inline ustream_ssl_session_freeFelix Fietkau2014-04-032-6/+8
* openssl: fix subjectAltNames leakFelix Fietkau2014-04-031-3/+7
* openssl: free peer certificate after validating itFelix Fietkau2014-04-031-4/+5
* add missing include filesFelix Fietkau2014-03-252-0/+2
* openssl: disable host CN checks for cyassl (TODO)Felix Fietkau2014-03-251-0/+6
* polarssl: check us->notify_verify_error for NULL before calling itFelix Fietkau2014-03-251-1/+2
* ustream-example-client: fix usage informationFelix Fietkau2014-03-251-2/+9
* implement certificate validation (including CN verification)Felix Fietkau2014-03-258-20/+276
* fix CyaSSL buildFelix Fietkau2014-03-221-3/+3
* Write pending data after connectingFelix Fietkau2014-03-171-0/+1
* add client example codeFelix Fietkau2014-03-153-1/+123
* polarssl: enable client side ssl verification if a certificate was loadedFelix Fietkau2014-03-152-7/+9
* give the main context a type instead of making it void *Felix Fietkau2014-03-158-57/+57
* ustream-ssl: always check connection at the beginning of a sessionFelix Fietkau2014-03-151-0/+1
* ustream-server-example: close connection on errorFelix Fietkau2014-03-151-5/+6
* example: rename to ustream-example-serverFelix Fietkau2014-03-152-2/+2
* polarssl: fix error check on writeFelix Fietkau2014-03-151-3/+4
* polarssl: add support for version 1.3Felix Fietkau2014-03-142-3/+35
* Add version detection of CyaSSL and make the cyassl backend compatible with b...Jo-Philipp Wich2013-10-302-12/+52
* avoid installing internal header filesFelix Fietkau2013-09-251-2/+1
* polarssl: disable perfect forward secrecy, it slows down each connection hand...Felix Fietkau2013-07-241-0/+43
* consume all data after a socket write errorFelix Fietkau2013-06-182-0/+6
* add polarssl supportFelix Fietkau2013-02-044-1/+290
* split cyassl and openssl sources, add ssl library abstractionFelix Fietkau2013-02-048-193/+307
* example: ignore SIGPIPEFelix Fietkau2013-02-041-0/+2
* build: remove install prefix overrideFelix Fietkau2013-01-231-2/+0
* fix read polling by putting the buffer prepare in a loopFelix Fietkau2013-01-221-13/+19
* add s->poll wrapperFelix Fietkau2013-01-221-0/+8
* use libm with cyasslFelix Fietkau2013-01-131-1/+1
* remove commented out include/link directoriesFelix Fietkau2013-01-131-2/+0
* add copyright info and licenseFelix Fietkau2013-01-135-0/+90
* fix compile errors on linuxFelix Fietkau2013-01-132-6/+3
* return -1/0 instead of ssl specific return codes when setting crt/key filesFelix Fietkau2013-01-041-2/+8
* only export one symbol from the lib, containing a struct with all functions. ...Felix Fietkau2013-01-042-10/+28