Commit Graph

2651 Commits

Author SHA1 Message Date
zhengshuxin
5e6457bdd2 update package version to 3.5.0-12 2020-01-09 09:45:14 +08:00
zhengshuxin
ab00fc79b9 start up acl-master with keeping mask 2020-01-09 09:34:59 +08:00
郑树新
6cccb347f4 add mbedtls for vc2015/vc2018 2020-01-09 09:33:14 +08:00
zsxxsz
7d7381f960 compiling ok by vc2003 2020-01-09 00:04:02 +08:00
zhengshuxin
54edd4098e fixed compiling error 2020-01-08 17:50:46 +08:00
郑树新
1e56d68828 optimize mbedtls_conf.cpp 2020-01-08 16:00:41 +08:00
shuxin   zheng
b3428a89ed test ssl_server demo 2020-01-07 18:45:52 +08:00
zhengshuxin
1d226a31ab test mbedtls 2020-01-07 18:41:38 +08:00
zhengshuxin
b8f74995dd test mbedtls demo 2020-01-07 18:41:01 +08:00
郑树新
910a313ae2 load mbedtls in one or threee libs 2020-01-07 18:33:44 +08:00
zhengshuxin
5cdae99f3a enable mbedtls to support VC 2020-01-07 13:50:04 +08:00
zhengshuxin
b450c15ff7 use my own thread mutex for mbedtls for threadding enverion. 2020-01-07 13:35:47 +08:00
zhengshuxin
56afc8cf80 compiling acl 2020-01-07 10:36:29 +08:00
shuxin   zheng
a0a8a0ef4c compiling mbedtls for vc 2020-01-07 09:18:57 +08:00
shuxin   zheng
07d706f68c test ssl 2020-01-06 17:51:33 +08:00
zhengshuxin
045ff7a5da test ssl demo 2020-01-06 15:50:03 +08:00
shuxin   zheng
4a7dce51ba acl::mbedtls_conf can load three mbedtls dynamic libs 2020-01-06 15:29:03 +08:00
shuxin   zheng
1222309a1d test fiber demos with ssl 2020-01-05 20:23:34 +08:00
shuxin   zheng
85cec4e57b test ssl sample 2020-01-05 15:41:08 +08:00
shuxin   zheng
ddede82757 add demo shell 2020-01-05 10:37:09 +08:00
shuxin   zheng
952a610187 test ssl demos 2020-01-05 10:32:38 +08:00
zhengshuxin
7f851cc437 test mbedtls ok! 2020-01-03 17:01:51 +08:00
zhengshuxin
dbad2342d1 test mbedtls module 2020-01-03 15:57:34 +08:00
shuxin   zheng
444554525a merge bugfix from polarssl_io.cpp to mbedtls_io.cpp for send() method 2020-01-03 00:09:33 +08:00
郑树新
e3fd63da99
Merge pull request #193 from moehuster/develop
Bugfix: polarssl_io::send failed when buffer length exceed 16384
2020-01-02 23:59:45 +08:00
zhengshuxin
843001eac0 fixed compiling error 2020-01-02 23:57:15 +08:00
shuxin   zheng
59955b5b23 test acl using mbedtls ok! 2020-01-02 23:29:06 +08:00
moehuster
4d524eeb45 Bugfix: polarssl_io::send failed when buffer length exceed 16384 2020-01-02 19:57:48 +08:00
shuxin   zheng
f9a4f030e8 add mbedtls-2.7.2 and rename mbedtls to mbedtls-2.16.3 2020-01-02 11:23:30 +08:00
shuxin   zheng
f34bbe1d79 modify android's project settting for ndk 2019-12-30 15:30:59 +08:00
shuxin   zheng
8ac1c3d26d modify ndk path 2019-12-30 11:01:19 +08:00
shuxin   zheng
1e9faa3676 fixed bugs in rfc1035MessageDestroy of rfc1035.c for double free memory. 2019-12-30 09:58:52 +08:00
shuxin   zheng
7337774e46 fixed bug in http_aclient.cpp for memory leaking when enable gzip feature. 2019-12-23 13:34:05 +08:00
shuxin   zheng
7aea2e148b fixed one bug in mbedtls_io.cpp when using safe_snprintf in open() method 2019-12-21 21:53:37 +08:00
郑树新
b2ec46671a build for windows ok 2019-12-20 15:30:02 +08:00
shuxin   zheng
434a087adc Merge branch 'master' of https://github.com/zhengshuxin/acl 2019-12-20 15:09:48 +08:00
shuxin   zheng
be1ff25ee1 test mbedtls 2019-12-20 15:08:36 +08:00
zhengshuxin
b8bea4c9ae fixed one compiling error in acl_vstream_net.c 2019-12-18 21:48:28 +08:00
shuxin   zheng
d8518893b2 use sslbase_conf/sslbase_io other than polarssl_conf/polarssl_io 2019-12-18 11:40:41 +08:00
shuxin   zheng
7c86d76c33 add sslbase_io/sslbase_conf for compatiable with more ssl libs. 2019-12-18 11:22:54 +08:00
shuxin   zheng
4f824055e3 add mbedtls headers 2019-12-17 18:32:11 +08:00
shuxin   zheng
c6c9eaa47e add mbedtls into vc projects 2019-12-17 18:30:49 +08:00
shuxin   zheng
2d1ac25684 changes acl_pthread_cond_t for compiling with other library 2019-12-17 13:20:55 +08:00
shuxin   zheng
273d4a45a5 Merge branch 'master' of https://github.com/zhengshuxin/acl 2019-12-16 10:44:21 +08:00
shuxin   zheng
994a27c7e9 add more safety protection for dns module 2019-12-16 10:43:50 +08:00
zhengshuxin
abde661bf6 test websocket 2019-12-13 16:46:28 +08:00
zhengshuxin
b4306aa1cd format code 2019-12-13 16:32:06 +08:00
shuxin   zheng
6135813d6c add reactor mode for aio_listen_stream 2019-12-12 15:29:58 +08:00
shuxin   zheng
49ef1a29a8 add comments 2019-12-12 10:57:29 +08:00
zhengshuxin
a83fe47217 abstract unix domain socket is ok for Linux 2019-12-11 14:07:09 +08:00