func internal/godebug.New
39 uses
internal/godebug (current package)
godebug.go#L93: func New(name string) *Setting {
godebug.go#L223: s := New(name)
crypto/ed25519
ed25519.go#L140: var cryptocustomrand = godebug.New("cryptocustomrand")
crypto/fips140
enforcement.go#L31: var enabled = godebug.New("fips140").Value() == "only"
crypto/internal/fips140deps/godebug
godebug.go#L14: return (*Setting)(godebug.New(name))
godebug.go#L22: return godebug.New(name).Value()
crypto/internal/rand
rand.go#L50: var cryptocustomrand = godebug.New("cryptocustomrand")
crypto/rsa
rsa.go#L282: var rsa1024min = godebug.New("rsa1024min")
crypto/tls
common.go#L1219: var tls10server = godebug.New("tls10server")
common.go#L1762: var tlssha1 = godebug.New("tlssha1")
conn.go#L1614: var tlsunsafeekm = godebug.New("tlsunsafeekm")
defaults.go#L16: var tlsmlkem = godebug.New("tlsmlkem")
defaults.go#L17: var tlssecpmlkem = godebug.New("tlssecpmlkem")
defaults.go#L58: var tlsrsakex = godebug.New("tlsrsakex")
defaults.go#L59: var tls3des = godebug.New("tls3des")
handshake_client.go#L1083: var tlsmaxrsasize = godebug.New("tlsmaxrsasize")
tls.go#L258: var x509keypairleaf = godebug.New("x509keypairleaf")
crypto/x509
parser.go#L884: var x509negativeserial = godebug.New("x509negativeserial")
pkcs1.go#L46: var x509rsacrt = godebug.New("x509rsacrt")
root.go#L65: var x509usefallbackroots = godebug.New("x509usefallbackroots")
x509.go#L1197: var x509usepolicies = godebug.New("x509usepolicies")
x509.go#L1812: var x509sha256skid = godebug.New("x509sha256skid")
math/rand
rand.go#L314: var randautoseed = godebug.New("randautoseed")
rand.go#L317: var randseednop = godebug.New("randseednop")
mime/multipart
formdata.go#L37: multipartfiles = godebug.New("#multipartfiles") // TODO: document and remove #
formdata.go#L38: multipartmaxparts = godebug.New("multipartmaxparts")
multipart.go#L353: var multipartmaxheaders = godebug.New("multipartmaxheaders")
net
conf.go#L484: var netdns = godebug.New("netdns")
dial.go#L42: var multipathtcp = godebug.New("multipathtcp")
dnsclient_unix.go#L57: var netedns0 = godebug.New("netedns0")
net/http
cookie.go#L20: var httpcookiemaxnum = godebug.New("httpcookiemaxnum")
fs.go#L182: var httpservecontentkeepheaders = godebug.New("httpservecontentkeepheaders")
servemux121.go#L25: var httpmuxgo121 = godebug.New("httpmuxgo121")
server.go#L3749: var http2server = godebug.New("http2server")
transfer.go#L1045: var httplaxcontentlength = godebug.New("httplaxcontentlength")
transport.go#L397: var http2client = godebug.New("http2client")
net/url
url.go#L29: var urlstrictcolons = godebug.New("urlstrictcolons")
url.go#L937: var urlmaxqueryparams = godebug.New("urlmaxqueryparams")
time
sleep.go#L16: var asynctimerchan = godebug.New("asynctimerchan")
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |