zhengshuxin
|
faf0a7369d
|
optimize and test ssl module in acl
|
2022-08-22 22:03:38 +08:00 |
|
zhengshuxin
|
9fbdfc6502
|
optimize and test openssl used in acl ssl module
|
2022-08-21 22:01:51 +08:00 |
|
zhengshuxin
|
8e6d37f1a0
|
optimize ssl module
|
2022-08-21 17:34:05 +08:00 |
|
zhengshuxin
|
a1b09b743e
|
optimize ssl module
|
2022-08-20 21:32:08 +08:00 |
|
zhengshuxin
|
5dcdc47999
|
begin to support openssl ...
|
2022-08-20 19:31:37 +08:00 |
|
zhengshuxin
|
9782fab652
|
It maybe reasonable that the read_ready flag was cleared before the real read API called.
|
2021-11-12 17:24:11 +08:00 |
|
shuxin zheng
|
cb43c1fe45
|
add one demo for testing ssl module when using static mebedtls library.
|
2020-08-25 10:22:27 +08:00 |
|
unknown
|
d4313ab4f6
|
fixed some compiling error by vc2015
|
2020-08-06 18:14:31 +08:00 |
|
zhengshuxin
|
d800ca468e
|
use MD compiling options for all vc projects
|
2020-08-06 15:42:37 +08:00 |
|
shuxin zheng
|
6e7ddc42d3
|
add "acl_" prefix for some ".c" files to avoid compiling warning for same files collision.
|
2020-07-22 17:50:56 +08:00 |
|
zhengshuxin
|
88c756a462
|
fixed compiling error for samples with ssl
|
2020-07-16 09:12:39 +08:00 |
|
shuxin zheng
|
7af9d5dec0
|
test ssl SNI
|
2020-07-02 15:44:44 +08:00 |
|
shuxin zheng
|
d5e0e7d965
|
fixed bug in mbedtls_conf module and test redis with ssl ok.
|
2020-05-05 23:16:32 +08:00 |
|
shuxin zheng
|
6a13e7c3a2
|
make ssl module more easy
|
2020-01-12 19:41:29 +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
|
56afc8cf80
|
compiling acl
|
2020-01-07 10:36:29 +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
|
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 |
|
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 |
|
shuxin zheng
|
be1ff25ee1
|
test mbedtls
|
2019-12-20 15:08:36 +08:00 |
|
zhengshuxin
|
9697f95b8f
|
Revert "All source code have been changed to use utf8 charset with BOM header!"
This reverts commit 15d999759e .
|
2019-07-28 10:31:56 +08:00 |
|
zsxxsz
|
15d999759e
|
All source code have been changed to use utf8 charset with BOM header!
|
2019-07-27 22:44:32 +08:00 |
|
zhengshuxin
|
92ad11180a
|
polarssl_io can be deleted when reference is zero.
|
2019-07-12 11:05:17 +08:00 |
|
zsxxsz
|
27fefa695c
|
fixed compiling error of demos on windows by vc2008
|
2017-09-04 23:22:35 +08:00 |
|
zsxxsz
|
4afb237dd9
|
fixed compiling error by vc
|
2017-09-02 09:42:11 +08:00 |
|
zhengshuxin
|
53d19b391e
|
acl::polarssl_conf should be created after acl::polarssl_conf::load();
|
2017-08-04 23:13:12 +08:00 |
|
zhengshuxin
|
cedd5b0c18
|
all ssl samples can load libpolarssl.so dynamic.
|
2017-08-04 22:37:00 +08:00 |
|
郑树新
|
710c7f61d7
|
build ok by vc2012.
|
2017-08-04 15:45:17 +08:00 |
|
zhengshuxin
|
27b42d5c30
|
polarssl_conf & polarssl_io support loading polarssl lib dynamic.
|
2017-08-04 15:13:40 +08:00 |
|
ubuntu14
|
69d2ee1118
|
compile acl on vc2015 successfully
|
2016-04-30 11:49:41 +08:00 |
|
ubuntu14
|
9de2c19ca3
|
improving peformance for event process
|
2015-12-19 23:27:55 -08:00 |
|
ubuntu14
|
fb2eff61f8
|
prepare for release acl3.1.4
|
2015-12-18 20:08:14 -08:00 |
|
ubuntu14
|
be3062a505
|
update polarssl to 1.2.18; prepare for releasing new acl version
|
2015-12-08 06:28:10 -08:00 |
|
ubuntu14
|
984ad1e206
|
add aio ssl samples
|
2015-12-06 00:56:21 -08:00 |
|
ubuntu14
|
b319c8742a
|
add mail builder class and sample; optimize http module; add some json samples for test
|
2015-09-27 05:59:21 -07:00 |
|
zsx
|
000555df9e
|
add redis_geo class and sample; add https_proxy sample, add dgate sample.
|
2015-07-13 16:28:09 +08:00 |
|
ubuntu14
|
2a35f4992d
|
all samples can be built by vc2012 in x64 mode
|
2015-06-29 02:33:11 -07:00 |
|
ubuntu14
|
4909a6bd6f
|
modify some projects and samples
|
2015-03-08 06:34:00 -07:00 |
|
zsxxsz
|
89b5fbc932
|
acl 3.0.22 版本发布
|
2014-12-14 23:27:32 +08:00 |
|