2024-11-19 |
Keith Randall | internal/runtime/maps: assume constant elem offset... |
commit | commitdiff | tree |
2024-11-19 |
Keith Randall | internal/runtime/maps: use simpler calculation for... |
commit | commitdiff | tree |
2024-11-19 |
Paul E. Murphy | crypto/internal/fips/aes/gcm: skip TestAllocations... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/mlkem: implement CAST, PCT, and... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips: disable CASTs if FIPS mode is... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/mlkem: implement ML-KEM-1024 |
commit | commitdiff | tree |
2024-11-19 |
Tobias Klauser | internal/syscall/unix, os: add and use Waitid syscall... |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/dist: add FIPS snapshot build tests |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go: make vet work with -overlay |
commit | commitdiff | tree |
2024-11-19 |
Damien Neil | internal/synctest: new package for testing concurrent... |
commit | commitdiff | tree |
2024-11-19 |
Damien Neil | runtime: use indirect call in adjustSignalStack to... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: move to crypto/internal/fips... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: add -768 suffix to all export... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: add EncapsulationKey type |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: remove crypto/rand.Read error... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: move field implementation... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: make Decapsulate a method |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: unexport encryptionKey.A |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/mlkem768: update to final FIPS 203 |
commit | commitdiff | tree |
2024-11-19 |
Joe Tsai | encoding/json: check exact structure of local error... |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/dist: add GOFIPS140 setting |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: add Bind to add bind mounts |
commit | commitdiff | tree |
2024-11-19 |
Paul E. Murphy | crypto/internal/fips/aes/gcm: fix PPC64 gcm debug optio... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes: add CAST |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/internal/obj/arm64: recognize FIPS static temps... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/md5,crypto/sha512: fix AppendBinary -> BinaryApp... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/hkdf: correctly set the service... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/ssh: implement SSH KDF |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/tls12: implement TLS 1.2 KDF |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/tls13: implement TLS 1.3 KDF |
commit | commitdiff | tree |
2024-11-19 |
George Adams | Revert "os: check for valid Windows path when creating... |
commit | commitdiff | tree |
2024-11-19 |
qmuntal | os/user: fix race detector failure |
commit | commitdiff | tree |
2024-11-19 |
Roland Shoemaker | crypto/internal/hpke: add Recipient role |
commit | commitdiff | tree |
2024-11-19 |
Roland Shoemaker | crypto/subtle: add DIT closure |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: replace file tree with sorted... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/hkdf: new package |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/cipher: add NewGCMWithRandomNonce |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes/gcm: add GCMForSSH |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto: check all cpu.X86 flags for features used in... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes: add service indicators |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: refactor overlay consistency... |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: refactor vfs lookup |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: convert to proper ReadDir |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: minor cleanup |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/fsys: move glob, walk code into new... |
commit | commitdiff | tree |
2024-11-19 |
Ian Lance Taylor | doc/godebug: document that unrecognized GODEBUG entries... |
commit | commitdiff | tree |
2024-11-19 |
Ian Lance Taylor | doc/godebug: fix tipo |
commit | commitdiff | tree |
2024-11-19 |
Michael Anthony... | mime: disable TestLookupMallocs with ASAN |
commit | commitdiff | tree |
2024-11-19 |
Austin Clements | cmd/go: re-enable build JSON from go test -json, now... |
commit | commitdiff | tree |
2024-11-19 |
Guoqi Chen | cmd/compiler,internal/runtime/atomic: optimize Cas... |
commit | commitdiff | tree |
2024-11-19 |
Michael Anthony... | cmd/go: disable fuzz instrumentation for internal/godebug |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes/gcm: add GCMForTLS12 and GCMFo... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes/gcm: add SealWithRandomNonce |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes/gcm: add CounterKDF |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes/gcm: add CMAC |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/aes,crypto/cipher: test all available implementa... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/aes: move GCM to its own package |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/cryptotest: add SkipTestAllocations |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/drbg: add CAST and service indicator |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/drbg: implement FIPS-mode randomne... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/drbg: implement CTR_DRBG |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/rand: move OS interaction to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/rand: replace crypto/aes with internal/chacha8ra... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/aes: move to crypto/internal/fips/aes |
commit | commitdiff | tree |
2024-11-19 |
Boris Nagaev | crypto/aes: speedup CTR mode on AMD64 and ARM64 |
commit | commitdiff | tree |
2024-11-19 |
David Chase | cmd/compile: strongly favor closure inlining |
commit | commitdiff | tree |
2024-11-18 |
Damien Neil | os: correctly handle errno==0 in (*Process).blockUntilW... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | weak: move internal/weak to weak, and update according... |
commit | commitdiff | tree |
2024-11-18 |
qmuntal | os/user: skip tests that create users when running... |
commit | commitdiff | tree |
2024-11-18 |
Keith Randall | runtime: get rid of gc programs for types |
commit | commitdiff | tree |
2024-11-18 |
khr@golang.org | cmd/link: use types (and not GC programs) to build... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | sync: make HashTrieMap[any, any] the default implementa... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: optimize CompareAndSwap and Swap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | sync: add HashTrieMap to Map tests and benchmarks |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add Range to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add Clear to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add Delete to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: refactor HashTrieMap tests into per... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add LoadAndDelete to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add Store to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add Swap to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: add CompareAndSwap to HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: make the HashTrieMap zero value ready... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: relax value type constraint for HashTrieMap |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: use normal comparison for keys in HashTr... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: factor out lookup for CompareAndDelete... |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: move HashTrieMap from internal/concurrent |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/concurrent: remove dependency on math/rand/v2 |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | internal/sync: move sync.Mutex implementation into... |
commit | commitdiff | tree |
2024-11-18 |
Ian Lance Taylor | os/user: s/Acount/Account/ in function name |
commit | commitdiff | tree |
2024-11-18 |
Ian Lance Taylor | cmd: change from sort functions to slices functions |
commit | commitdiff | tree |
2024-11-18 |
Benny Siegert | os: sysctl-based Executable implementation for NetBSD |
commit | commitdiff | tree |
2024-11-18 |
Michael Anthony... | sync: add explicit noCopy fields to Map, Mutex, and... |
commit | commitdiff | tree |
2024-11-18 |
Keith Randall | cmd/compile: remove gc programs from stack frame objects |
commit | commitdiff | tree |
2024-11-18 |
Keith Randall | internal/runtime/maps: don't copy indirect key/elem... |
commit | commitdiff | tree |
2024-11-18 |
Keith Randall | runtime: fix MapCycle test |
commit | commitdiff | tree |
2024-11-18 |
Filippo Valsorda | crypto/subtle: document and test XORBytes overlap rules |
commit | commitdiff | tree |
2024-11-18 |
Russ Cox | cmd/compile: avoid static init of strings in FIPS mode |
commit | commitdiff | tree |
2024-11-18 |
Russ Cox | cmd/internal/obj: exclude external test packages from... |
commit | commitdiff | tree |
2024-11-18 |
Sean Liao | net/http/httputil: return after handling error |
commit | commitdiff | tree |
next |