]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-11-21 qiulaidongfengcmd/go: fix -changed don`t print when GOFIPS140 is...
2024-11-21 Daniel McCarneycrypto/tls: FIPS 140-3 mode
2024-11-21 Maksym Sobolyevruntime: utilize EVFILT_USER more effectively
2024-11-21 Russ Coxinternal/copyright: add test that copyright notices...
2024-11-21 Russ Coxcmd/go: sort "no test files" test results into normal...
2024-11-21 Russ Coxcmd/dist: vet non-test packages in short mode
2024-11-21 Russ Coxcmd/dist: adjust FIPS 140 tests
2024-11-21 Michael Prattreflect: set swissmap GroupSize
2024-11-21 Michael Matloobcmd/go remove base.ShortPathConservative
2024-11-21 Conrad Irwincmd/go: cache executables for tools defined in go.mod
2024-11-21 Damien Neilos: recognize EFTYPE, EINVAL as a refusal to open a...
2024-11-21 Keith Randallcmd/compile: fix rewrite rules for multiply/add
2024-11-21 Michael Matloobcmd/go: cache executables built for go run
2024-11-21 Russ Coxcrypto/internal/fips140deps: fix test for running in...
2024-11-21 Robert Griesemergo/types, types2: simplify Checker.resolveBaseTypeName...
2024-11-21 Robert Griesemergo/types, types: better error message position for...
2024-11-21 Ian Lance Taylorcmd/cgo/internal/testsanitizers: use t.TempDir
2024-11-21 Ian Lance Taylorcmd/cgo/internal/testsanitizers: don't create fuzz...
2024-11-20 Rhys Hiltnerruntime: clean up new lock2 structure
2024-11-20 Damien Neilos: add OpenInRoot
2024-11-20 Damien Neilos: add Root.FS
2024-11-20 Damien Neilos: add Root.Stat and Root.Lstat
2024-11-20 Damien Neilos: add Root.Remove
2024-11-20 Damien Neilos: add Root
2024-11-20 Junyang Shaocmd/compile,testing: implement one-time rampup logic...
2024-11-20 Russ Coxcmd/go: revert "remove base.ShortPathConservative"
2024-11-20 Tobias Klauseros: use ignoringEINTR2 in (*Process).pidWait
2024-11-20 Michael Prattcmd/compile: intrinsify swissmap match calls with SIMD...
2024-11-20 Ian Lance Taylorcmd/cgo: improve error message for unknown name
2024-11-20 Robert Griesemerdoc: document new restriction on cgo-generated method...
2024-11-20 Michael Prattcmd/compile: remove types.Compare map bucket special...
2024-11-20 Russ Coxinternal/byteorder: use canonical Go casing in names
2024-11-20 Michael Matloobcmd/go: remove base.ShortPathConservative
2024-11-20 Russ Coxcmd/go: remove temporary crypto/internal/fips140 import...
2024-11-20 Russ Coxall: rename crypto/internal/fips to crypto/internal...
2024-11-20 qmuntalcmd/cgo/internal/testsanitizers: fix TSAN tests using...
2024-11-20 Robert Griesemergo/types, types2: disallow new methods on (aliases...
2024-11-20 Robert Griesemergo/types, types2: disallow new methods on generic alias...
2024-11-20 Michael Anthony... runtime: keep cleanup closure alive across adding the...
2024-11-20 Michael Anthony... runtime: explicitly keep handle alive during getOrAddWe...
2024-11-20 Robert Griesemerspec: document restrictions for method receivers that...
2024-11-20 Roland Shoemakerdoc/godebug: document we removed x509sha1
2024-11-20 Filippo Valsordacrypto/ed25519: fix GenerateKey with rand nil
2024-11-20 Brian Gabincmd/go/testdata/script: restrict test to check only...
2024-11-20 Roland Shoemakercrypto/x509: remove x509sha1 GODEBUG
2024-11-20 Roland Shoemakercmd/go: enforce -Wl,--push-state logic only when it...
2024-11-20 Russ Coxcrypto/internal/fipstest: fix TestACVP not to write...
2024-11-20 Conrad Irwincmd/go: add support for mod tools
2024-11-20 Filippo Valsordacrypto/internal/fips/rsa: support all SHA hashes in...
2024-11-20 Filippo Valsordacrypto/ed25519: fix TestAllocations in FIPS mode
2024-11-20 Filippo Valsordacrypto/rsa: move implementation to crypto/internal...
2024-11-20 Filippo Valsordacrypto/rsa: move RSAES-OAEP to the same file as RSASSA-PSS
2024-11-20 Damien Neilruntime: remove unused casgcopystack function
2024-11-20 Damien Neilruntime: avoid deadlock in synctest changegstatus when...
2024-11-20 Joel Singcrypto/subtle: unbreak DIT test on openbsd/arm64
2024-11-20 Keith Randallcmd/compile: let MADD/MSUB combination happen more...
2024-11-20 Keith Randallcmd/compile: remove redundant nil checks
2024-11-20 Damien Neiltesting/synctest: add experimental synctest package
2024-11-20 Russ Coxsyscall: do not run TestSyscallAllocations in parallel...
2024-11-20 Russ Coxlib/fips140: add directory and test
2024-11-20 thepuddscmd/internal/testdir: print stderr if go list fails...
2024-11-20 thepuddscmd/internal/testdir: update errors when filepaths...
2024-11-20 Russ Coxcmd/go: add GOFIPS140 to 'go help environment'
2024-11-20 Russ Coxcmd/go: add GOFIPS140 snapshot support
2024-11-20 Mark Ryaninternal/bytealg: optimize IndexByte for riscv64
2024-11-20 Guoqi Chencmd/compile, internal/runtime/atomic: add Xchg8 for...
2024-11-19 Filippo Valsordacrypto: trim module name of Avo generators
2024-11-19 Filippo Valsordacrypto/internal/fips/nistec: remove P-256 from generate.go
2024-11-19 Filippo Valsordacrypto/internal/hpke: replace x/crypto/hkdf with crypto...
2024-11-19 Filippo Valsordacrypto/internal/fips: import crypto/internal/fips/check...
2024-11-19 Filippo Valsordacrypto/ed25519: move implementation to crypto/internal...
2024-11-19 Filippo Valsordacrypto/internal/edwards25519: move to crypto/internal...
2024-11-19 Filippo Valsordacrypto/internal/fips: handle the one possible PCT failure
2024-11-19 Filippo Valsordacrypto: centralize external test module fetches
2024-11-19 Filippo Valsordacrypto/ecdsa: implement deterministic and hedged signatures
2024-11-19 Filippo Valsordacrypto/internal/fips/ecdsa: add HMAC_DRBG
2024-11-19 Filippo Valsordacrypto/internal/fips/ecdsa: add CAST, PCT, DRBG, and...
2024-11-19 Filippo Valsordacrypto/ecdsa: move s390x assembly to crypto/internal...
2024-11-19 Filippo Valsordacrypto/ecdsa: move implementation to crypto/internal...
2024-11-19 Filippo Valsordacrypto/internal/bigmod: move to crypto/internal/fips...
2024-11-19 Filippo Valsordacrypto/internal/bigmod: drop math/big dependency
2024-11-19 Filippo Valsordacrypto/ecdh: move implementation to crypto/internal...
2024-11-19 Filippo Valsordacrypto/internal/nistec: move to crypto/internal/fips...
2024-11-19 Filippo Valsordacrypto/internal/nistec: don't use go:embed
2024-11-19 Filippo Valsordacrypto/internal/nistec: port cleanups and docs from...
2024-11-19 Filippo Valsordacrypto/internal/nistec: use precomputed P-256 generator...
2024-11-19 Filippo Valsordacrypto/internal/nistec: put elements directly in point...
2024-11-19 Filippo Valsordacrypto/internal/nistec: drop endianness swap assembly
2024-11-19 Filippo Valsordacrypto/internal/nistec: use mixed addition in purego...
2024-11-19 Filippo Valsordacrypto/internal/nistec: use Booth multiplication in...
2024-11-19 Filippo Valsordacrypto/internal/fips: wrap and lock internal dependencies
2024-11-19 Filippo Valsordacrypto/internal/fips: move most tests to crypto/interna...
2024-11-19 Paul E. Murphycrypto/aes: add optimized AES-CTR for ppc64le
2024-11-19 Russ Coxcmd/go/internal/modfetch: export new func Unzip
2024-11-19 Russ Coxcmd/go: add basic GOFIPS140 support
2024-11-19 Keith Randallinternal/runtime/maps: hash copy of key instead of...
2024-11-19 Keith Randallinternal/runtime/maps: assume constant elem offset...
2024-11-19 Keith Randallinternal/runtime/maps: use simpler calculation for...
2024-11-19 Paul E. Murphycrypto/internal/fips/aes/gcm: skip TestAllocations...
2024-11-19 Filippo Valsordacrypto/internal/fips/mlkem: implement CAST, PCT, and...
next