Migrate to stdlib ECH support

This commit is contained in:
世界 2025-02-22 08:00:59 +08:00
parent 6250beaacd
commit 41f653a4cc
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
34 changed files with 667 additions and 897 deletions

View file

@ -15,7 +15,7 @@ import (
func TestECH(t *testing.T) {
_, certPem, keyPem := createSelfSignedCertificate(t, "example.org")
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org", false))
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org"))
startInstance(t, option.Options{
Inbounds: []option.Inbound{
{
@ -108,7 +108,7 @@ func TestECH(t *testing.T) {
func TestECHQUIC(t *testing.T) {
_, certPem, keyPem := createSelfSignedCertificate(t, "example.org")
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org", false))
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org"))
startInstance(t, option.Options{
Inbounds: []option.Inbound{
{
@ -198,7 +198,7 @@ func TestECHQUIC(t *testing.T) {
func TestECHHysteria2(t *testing.T) {
_, certPem, keyPem := createSelfSignedCertificate(t, "example.org")
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org", false))
echConfig, echKey := common.Must2(tls.ECHKeygenDefault("not.example.org"))
startInstance(t, option.Options{
Inbounds: []option.Inbound{
{