mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-04 16:02:30 +00:00
SNI is always ASCII on the wire (RFC 6066), and most config patterns are also ASCII. For pure ASCII input, idna.ToASCII only validates and lowercases, which is equivalent to a simple strings.ToLower. Add a fast path to avoid the overhead of idna.ToASCII in the common case. |
||
|---|---|---|
| .. | ||
| distributedstek | ||
| standardstek | ||
| acmeissuer.go | ||
| acmeissuer_test.go | ||
| automation.go | ||
| automation_test.go | ||
| capools.go | ||
| capools_test.go | ||
| certmanagers.go | ||
| certselection.go | ||
| connpolicy.go | ||
| connpolicy_test.go | ||
| connpolicy_verifyconnection_test.go | ||
| ech.go | ||
| ech_dns_test.go | ||
| fileloader.go | ||
| folderloader.go | ||
| internalissuer.go | ||
| internalissuer_test.go | ||
| leaffileloader.go | ||
| leaffileloader_test.go | ||
| leaffolderloader.go | ||
| leaffolderloader_test.go | ||
| leafpemloader.go | ||
| leafpemloader_test.go | ||
| leafstorageloader.go | ||
| matchers.go | ||
| matchers_test.go | ||
| ondemand.go | ||
| pemloader.go | ||
| sessiontickets.go | ||
| storageloader.go | ||
| tls.go | ||
| tls_wildcard_test.go | ||
| values.go | ||
| zerosslissuer.go | ||