Golang archive/tar: does not handle extended pax values with nulls

What version of Go are you using (go version)?go version go1.12.5 darwin/amd64Does this issue reproduce with the latest ...

Golang runtime: crash on linux/arm64 during os.Setenv

Go versiongo1.22.6 linux/arm64Output of go env in your module/workspace:n/aWhat did you do?I was running an application ...

Golang archive/tar: add Reader.NextRaw method to read only one raw header

The current master implementation elides records, for example pax x typeflag records are collapsed into the following r...

Golang proposal: x/crypto/ssh: add AuthCallback to ClientConfig

Proposal DetailsBackgroundIn the current x/crypto/ssh package, authentication methods are static: the client attempts no...

Golang x/net/netlink, vendor/golang.org/x/net/netlink: new package

I propose to have a x/net/netlink package and vendor it to the standard library for maintenance purposes.Netlink is a Li...

Golang x/net: Add an eBPF package

Forked from #14982 - that issue was originally about adding both a BPF and an eBPF package to x/net.After researching eB...

Golang x/net: add Deadline, ReadBuffer, ReadDeadline, WriteBuffer, WriteDeadline getters

Currently there are the following setter functions in the net package for the IPConn, TCPConn, UDPConn, and UnixConn obj...

Golang x/net/ether: create package that supports raw ethernet sockets

by nathan@nathan.io:It would be useful if Go supported raw ethernet sockets. It is indicated that this wasplanned in a T...

Golang x/net/html: ParseFragment fails to parse sub-table elements in the root position

by algorithmicimperative:1. Use `html.ParseFragment` to parse a fragment of HTML where the root elements are`<tbody&g...

Golang x/sync/semaphore: Acquire should not wait for context to close when required weight is larger than size

What version of Go are you using (go version)?$ go versiongo version go1.20.1 darwin/arm64Does this issue reproduce with...

Golang proposal: x/sync/semaphore: Add TryAcquireAll function

MotivationI use semaphore to guard a pool of objects. It other words tokens in the semaphore correspond to my items in t...

Golang x/crypto/acme: CreateOrderCert returning Order's status ('valid') is not acceptable for finalization

What version of Go are you using (go version)?$ go versiongo version go1.15.2 linux/amd64Does this issue reproduce with ...

Golang x/crypto/acme: confusing error when ACME CA does not implement pre-authorization flow

What version of Go are you using (go version)?$ go versiongo version go1.14.4 linux/amd64Does this issue reproduce with ...

Golang x/crypto/acme/autocert: add Manager.StapleOCSP

OSCP stapling is considered a good practice to reduce load on OCSP servers and also to eliminate a round-trip to the CA ...

Golang x/crypto/acme/autocert: add hooks for transaction locks

The Manager.createCert method has a lock around the ACME transaction so that multiple goroutines can safely call this me...

Golang x/crypto/acme: Bad error description if website reject authorization query

Website reject authorization from Lets encrypt with 403 error.Lets encrypt can't authorize domain and return error.Libra...

Golang x/crypto/acme: send req with external context to RetryBackoff function

What did you do?client = &acme.Client{ Key: config.PrivateKey, DirectoryURL: *ServerA...

Golang proposal: x/crypto/acme/autocert: Manager should support DNS-01 verification

What did you do?I've tried to setup autocert behind a firewall.What did you expect to see?https working flawlessly (usin...

Golang net/http: add docs for getting TLS certs with x/crypto/acme

Thanks to @crhym3, we now have a suitably-licensed & CLA-clean ACME implementation in https://godoc.org/golang.org/x...

Golang x/crypto/acme/autocert: lock usage around certState is bogus and error prone

The use of locks around certState is pretty confusing. The certState method returns the state value either locked or not...
上一页 下一页
.