Commit Graph

78 Commits (d055c0497dd2d8d4a13c8f49aecd16198af176fd)

Author SHA1 Message Date
Kslr ae04c402da
Revert "Fix self-signed certificates on Windows"
5 years ago
Kslr 5bb4efd126
Merge pull request #1893 from lixin9311/patch-1
5 years ago
vcptr fa0a21f0dd external module refraction-networking/utls use mod version
5 years ago
vcptr 8759e28890 update for go1.13+
5 years ago
lucus lee 3b087bf8c4
Fix self-signed certificates on Windows
5 years ago
Kirill Motkov 0401a91ef4 Some code improvements
6 years ago
Kslr c5635f9507 sync fly, enable tls 1.3
6 years ago
Darien Raymond cc513c1002
fix gerCertPool() on windows
6 years ago
Darien Raymond 974b488ab0
add support for not loading system roots. fixes #1513
6 years ago
Darien Raymond c5cce8be6f
fix server name parsing
6 years ago
Darien Raymond c072d38e2c
refine tls connection
6 years ago
Darien Raymond 932e09a388
remove dep of assert lib
6 years ago
Darien Raymond bdd71a44b4
remove dep on assert lib
6 years ago
Darien Raymond 1ab94fed79
optimize v2ctl size
6 years ago
Darien Raymond 41b1ac192e
use compact in tls writer
6 years ago
Darien Raymond 057e271588
update proto lib
6 years ago
Darien Raymond 5279296f03
remove use of context.WithValue in transport
6 years ago
Darien Raymond d2d0c69f17
benchmark certificate issuing
6 years ago
Darien Raymond 248099eca5
switch to bytes.Equal
6 years ago
Darien Raymond 091fa6ad23
use new errorgen
6 years ago
Darien Raymond d55fbd7f8d
simplify error creation
6 years ago
Darien Raymond 00ea6e3cb2
update protobuf generated files
6 years ago
Darien Raymond 383b84e7dd
unified tproxy option
6 years ago
Darien Raymond d068f357bd
update proto lib
6 years ago
Darien Raymond 682b28cbda
fix tls.AllowInsecureCiphers
6 years ago
Darien Raymond b3847fb7c0
MemoryStreamSettings
6 years ago
Darien Raymond ab87c240f7
reduce memory usage in tls
6 years ago
Darien Raymond 4b63638dca
update protobuf lib
6 years ago
Darien Raymond 896db7c50c
offer an option to disable session resumption
6 years ago
Darien Raymond 14dc6371d3
receive handshake address from tls conn
6 years ago
Darien Raymond 9a9b6f9077
fix concurrent access to tls config
6 years ago
Darien Raymond ff0ae91b9b
update protobuf generated files
7 years ago
Darien Raymond 9321210bcf
settings for allowing insecure cipher suites.
7 years ago
Darien Raymond 68da956fc4
re-generate code
7 years ago
Darien Raymond 10d7ed2e83
fix expired cert check
7 years ago
Darien Raymond a657ec49a0
comments
7 years ago
Darien Raymond da0568d8d0
refine cert generation
7 years ago
Darien Raymond abee8bddf3
only try issuing new certificate when user provide custom CA
7 years ago
Darien Raymond ccafce3c9b
disable system roots for windows
7 years ago
Darien Raymond 044c641d7b
test case for tls certs
7 years ago
Darien Raymond 318a36fe58
automatic issuing certificates from provided CA
7 years ago
Shelikhoo c542c043f3
Merge branch 'master' of github.com:v2ray/v2ray-core into domainsocket
7 years ago
Darien Raymond d207d953bd
h2 transport
7 years ago
Darien Raymond bdab1af29a
update tls config generation
7 years ago
Shelikhoo 7f34cbdaff
Add Generated Files
7 years ago
Darien Raymond 30f27706e0
Use 'h2' for ALPN in TCP
7 years ago
Darien Raymond f4c35db968
merge log into common log
7 years ago
Darien Raymond 048ffbc7dc
simplify tls config
7 years ago
Darien Raymond d43a23aa96
move error generator to common
7 years ago
Darien Raymond 594ec15c09
cleanup buffer usage
7 years ago