Files
sing-box/common/schannel/doc.go
T
2026-06-25 17:38:07 +08:00

6 lines
269 B
Go

// Package schannel wraps the Windows Schannel security provider (SSPI) for
// client-side TLS. The public API is implemented on Windows only; on other
// platforms the package is empty and intended for transitive imports from
// build-tagged callers.
package schannel