1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-22 01:57:12 -05:00
v2fly/transport/internet
Shelikhoo a53fd35205
separate client ca and server ca
This is designed to prevent a server from being attacked with a client with a certificate issued by a trusted system CA.
Some commercial CA actually can issue certificate to individual to proof their identity. The server should not accept these certs as a valid client certificates.
2021-09-01 22:34:13 +01:00
..
domainsocket 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
grpc 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
headers 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
http 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
kcp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
quic 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tagged 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tcp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
tls separate client ca and server ca 2021-09-01 22:34:13 +01:00
udp 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
websocket 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
config.pb.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
config.proto update TCPKeepAliveInterval type to allow expression disable 2021-05-06 15:33:35 +01:00
connection.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dialer_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
dialer.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
errors.generated.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
filelocker_other.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
filelocker_windows.go Refine unix domain socket (#367) 2020-10-29 07:30:38 +00:00
filelocker.go Refine unix domain socket (#367) 2020-10-29 07:30:38 +00:00
header_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
header.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
internet.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
memory_settings.go comments 2018-10-14 08:23:49 +02:00
sockopt_darwin.go Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
sockopt_freebsd.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
sockopt_linux_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
sockopt_linux.go update tcp keep alive interval config 2021-05-04 22:39:28 +01:00
sockopt_other.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
sockopt_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
sockopt_windows.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
sockopt.go system listener for both TCP and UDP 2018-09-15 21:35:32 +02:00
system_dialer.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
system_dns_android_test.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
system_dns_android.go 🏡 Housekeeping: Update to Go 1.17 (#1215) 2021-08-21 13:20:40 +08:00
system_listener_test.go Chore: change module name (#677) 2021-02-17 04:31:50 +08:00
system_listener.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00
tcp_hub.go Style: format code by gofumpt (#1022) 2021-05-20 05:28:52 +08:00