2024-11-20 |
Michael Pratt | cmd/compile: remove types.Compare map bucket special... |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | internal/byteorder: use canonical Go casing in names |
commit | commitdiff | tree |
2024-11-20 |
Michael Matloob | cmd/go: remove base.ShortPathConservative |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | cmd/go: remove temporary crypto/internal/fips140 import... |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | all: rename crypto/internal/fips to crypto/internal... |
commit | commitdiff | tree |
2024-11-20 |
qmuntal | cmd/cgo/internal/testsanitizers: fix TSAN tests using... |
commit | commitdiff | tree |
2024-11-20 |
Robert Griesemer | go/types, types2: disallow new methods on (aliases... |
commit | commitdiff | tree |
2024-11-20 |
Robert Griesemer | go/types, types2: disallow new methods on generic alias... |
commit | commitdiff | tree |
2024-11-20 |
Michael Anthony... | runtime: keep cleanup closure alive across adding the... |
commit | commitdiff | tree |
2024-11-20 |
Michael Anthony... | runtime: explicitly keep handle alive during getOrAddWe... |
commit | commitdiff | tree |
2024-11-20 |
Robert Griesemer | spec: document restrictions for method receivers that... |
commit | commitdiff | tree |
2024-11-20 |
Roland Shoemaker | doc/godebug: document we removed x509sha1 |
commit | commitdiff | tree |
2024-11-20 |
Filippo Valsorda | crypto/ed25519: fix GenerateKey with rand nil |
commit | commitdiff | tree |
2024-11-20 |
Brian Gabin | cmd/go/testdata/script: restrict test to check only... |
commit | commitdiff | tree |
2024-11-20 |
Roland Shoemaker | crypto/x509: remove x509sha1 GODEBUG |
commit | commitdiff | tree |
2024-11-20 |
Roland Shoemaker | cmd/go: enforce -Wl,--push-state logic only when it... |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | crypto/internal/fipstest: fix TestACVP not to write... |
commit | commitdiff | tree |
2024-11-20 |
Conrad Irwin | cmd/go: add support for mod tools |
commit | commitdiff | tree |
2024-11-20 |
Filippo Valsorda | crypto/internal/fips/rsa: support all SHA hashes in... |
commit | commitdiff | tree |
2024-11-20 |
Filippo Valsorda | crypto/ed25519: fix TestAllocations in FIPS mode |
commit | commitdiff | tree |
2024-11-20 |
Filippo Valsorda | crypto/rsa: move implementation to crypto/internal... |
commit | commitdiff | tree |
2024-11-20 |
Filippo Valsorda | crypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS |
commit | commitdiff | tree |
2024-11-20 |
Damien Neil | runtime: remove unused casgcopystack function |
commit | commitdiff | tree |
2024-11-20 |
Damien Neil | runtime: avoid deadlock in synctest changegstatus when... |
commit | commitdiff | tree |
2024-11-20 |
Joel Sing | crypto/subtle: unbreak DIT test on openbsd/arm64 |
commit | commitdiff | tree |
2024-11-20 |
Keith Randall | cmd/compile: let MADD/MSUB combination happen more... |
commit | commitdiff | tree |
2024-11-20 |
Keith Randall | cmd/compile: remove redundant nil checks |
commit | commitdiff | tree |
2024-11-20 |
Damien Neil | testing/synctest: add experimental synctest package |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | syscall: do not run TestSyscallAllocations in parallel... |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | lib/fips140: add directory and test |
commit | commitdiff | tree |
2024-11-20 |
thepudds | cmd/internal/testdir: print stderr if go list fails... |
commit | commitdiff | tree |
2024-11-20 |
thepudds | cmd/internal/testdir: update errors when filepaths... |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | cmd/go: add GOFIPS140 to 'go help environment' |
commit | commitdiff | tree |
2024-11-20 |
Russ Cox | cmd/go: add GOFIPS140 snapshot support |
commit | commitdiff | tree |
2024-11-20 |
Mark Ryan | internal/bytealg: optimize IndexByte for riscv64 |
commit | commitdiff | tree |
2024-11-20 |
Guoqi Chen | cmd/compile, internal/runtime/atomic: add Xchg8 for... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto: trim module name of Avo generators |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/nistec: remove P-256 from generate.go |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/hpke: replace x/crypto/hkdf with crypto... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips: import crypto/internal/fips/check... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/ed25519: move implementation to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/edwards25519: move to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips: handle the one possible PCT failure |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto: centralize external test module fetches |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/ecdsa: implement deterministic and hedged signatures |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/ecdsa: add HMAC_DRBG |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/ecdsa: move s390x assembly to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/ecdsa: move implementation to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/bigmod: move to crypto/internal/fips... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/bigmod: drop math/big dependency |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/ecdh: move implementation to crypto/internal... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: move to crypto/internal/fips... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: don't use go:embed |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: port cleanups and docs from... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: use precomputed P-256 generator... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: put elements directly in point... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: drop endianness swap assembly |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: use mixed addition in purego... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/nistec: use Booth multiplication in... |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips: wrap and lock internal dependencies |
commit | commitdiff | tree |
2024-11-19 |
Filippo Valsorda | crypto/internal/fips: move most tests to crypto/interna... |
commit | commitdiff | tree |
2024-11-19 |
Paul E. Murphy | crypto/aes: add optimized AES-CTR for ppc64le |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go/internal/modfetch: export new func Unzip |
commit | commitdiff | tree |
2024-11-19 |
Russ Cox | cmd/go: add basic GOFIPS140 support |
commit | commitdiff | tree |
2024-11-19 |
Keith Randall | internal/runtime/maps: hash copy of key instead of... |
commit | commitdiff | tree |
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 |
next |