This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
tango-tfe
Archived
Watch
1
Star
0
Fork
0
You've already forked tango-tfe
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
47e45870ac5f85cfcbb8a184cf48ea0a1543a3b1
tango-tfe
/
platform
/
src
History
zhengchao
dccac95d16
修正stream_write类型连接关闭处理中没有通知write_ctx的问题。
...
* 原实现处理stream_write连接的关闭事件时,没有将write_ctx中的引用指针置位。导致上层继续frag_write时,没有有效的底层连接。现修正。
2018-11-20 16:42:35 +08:00
..
key_keeper.cpp
完成tfe中相关功能的开发,回归测试通过。
2018-10-31 19:44:13 +08:00
kni_acceptor.cpp
修正KNI接受模块在KNI重复注册时导致的double-free问题
2018-11-04 14:03:00 +08:00
main.cpp
整理stream处理流程,适应KNI接口定义。
2018-08-23 11:23:05 +08:00
proxy.cpp
增加设置upstream, downstream的TTL或MaxHop功能,便于在捕获的报文中区分上、下行连接。
2018-11-08 19:14:47 +08:00
ssl_sess_cache.cpp
ssl stream修复upstream session cache key生成错误的bug。
2018-10-05 18:30:58 +08:00
ssl_stream.cpp
Close
#80
创建ssl upstream发生在KNI accept线程,event_add后又通过promise_set_ctx修改了callback para,此时tfe work thread调用了peek client hello,导致取出空的ctx。
2018-11-14 16:03:36 +08:00
ssl_trusted_cert_storage.cpp
#64
在tfe.conf中增加check_cert_crl开关,默认关闭CRL校验。
2018-11-13 10:50:08 +08:00
ssl_utils.cc
修改编译错误。
2018-10-29 15:17:11 +08:00
tcp_stream.cpp
修正stream_write类型连接关闭处理中没有通知write_ctx的问题。
2018-11-20 16:42:35 +08:00