Add Windows TLS engine

This commit is contained in:
nekohasekai
2026-04-24 09:04:27 +08:00
committed by 世界
parent 770a0c7499
commit d7f4cefce8
35 changed files with 6513 additions and 488 deletions
+2
View File
@@ -4,5 +4,7 @@ const ACMETLS1Protocol = "acme-tls/1"
const (
TLSEngineDefault = ""
TLSEngineGo = "go"
TLSEngineApple = "apple"
TLSEngineWindows = "windows"
)