Aurora Blog
Home
Golang archive/tar: does not handle extended pax values with nulls
2025-11-10 14:03:33
7043
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
2025-11-10 14:03:30
13940
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
2025-11-10 14:03:27
13061
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
2025-11-10 14:03:25
2196
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
2025-11-10 14:03:23
4169
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
2025-11-10 14:03:21
541
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
2025-11-10 14:03:18
1420
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
2025-11-10 14:03:16
2494
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
2025-11-10 14:03:13
1549
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
2025-11-10 14:02:54
3727
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
2025-11-10 14:02:50
1910
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
2025-11-10 14:02:43
5578
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
2025-11-10 14:02:41
2325
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
2025-11-10 14:02:38
14359
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
2025-11-10 14:02:35
565
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
2025-11-10 14:02:32
4194
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
2025-11-10 14:02:30
1299
What did you do?client = &acme.Client{ Key: config.PrivateKey, DirectoryURL: *ServerA...
Golang proposal: x/crypto/acme/autocert: Manager should support DNS-01 verification
2025-11-10 14:02:25
28373
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
2025-11-10 14:02:22
34120
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
2025-11-10 14:02:19
447
The use of locks around certState is pretty confusing. The certState method returns the state value either locked or not...
上一页
下一页
1
…
13
14
15
16
17
…
386
.