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
61bc647d1f82380b06fd5662bb93f3ec3b07c9f9
tango-tfe
/
platform
/
src
History
zhengchao
61bc647d1f
编写连接业务层的代码。
2019-05-24 18:52:33 +08:00
..
ev_root_ca_metadata.cpp
1. 可以获取x509证书的ct和ev状态。2. hostname不匹配,不认为是非法证书。
2019-05-24 18:52:31 +08:00
key_keeper.cpp
keykeeper的本地缓存,使用keyring_id:证书指纹作为key,在导入可信证书后,非法证书变为合法证书,但缓存查询到的仍是非法证书,导致
#119
。变更key为keyring_id:is_cert_valid:证书指纹。
2019-02-28 15:54:27 +08:00
kni_acceptor.cpp
#64
key keeper增加evdnsbase参数。
2018-11-26 14:55:39 +08:00
main.cpp
整理stream处理流程,适应KNI接口定义。
2018-08-23 11:23:05 +08:00
proxy.cpp
编写连接业务层的代码。
2019-05-24 18:52:33 +08:00
ssl_policy.cpp
编写连接业务层的代码。
2019-05-24 18:52:33 +08:00
ssl_service_cache.cpp
可以检测certificate pinning和mutual authentication。
2019-05-24 18:52:32 +08:00
ssl_sess_cache.cpp
up session cache校验ssl version,增加ssl状态读写的接口。
2019-05-24 18:52:32 +08:00
ssl_stream.cpp
编写连接业务层的代码。
2019-05-24 18:52:33 +08:00
ssl_trusted_cert_storage.cpp
1. 可以获取x509证书的ct和ev状态。2. hostname不匹配,不认为是非法证书。
2019-05-24 18:52:31 +08:00
ssl_utils.cpp
编写连接业务层的代码。
2019-05-24 18:52:33 +08:00
tcp_stream.cpp
Pinning,Mutual authentication,EV等passthrough功能在windows10测试通过。
2019-05-24 18:52:33 +08:00