]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2024-12-06 Michael Matloobcmd/go: use AppendPath(OrigEnv) as env for tool executable
2024-12-06 Michael Anthony... all: update vendored dependencies [generated]
2024-12-06 Michael Matloobcmd/go: consistently use DefaultExecName for executable...
2024-12-06 Conrad Irwincmd/go: add -modfile and -modcacherw to go tool
2024-12-06 Jorropotesting: fix divide by zero when benchmark is faster...
2024-12-06 Cherry Muicmd/compile: update default PGO profile
2024-12-06 Damien Neilcmd/internal/objabi, internal/runtime: increase nosplit...
2024-12-06 Ian Lance Taylorcrypto/hkdf: add package doc comment
2024-12-05 Gopher Robotdoc/next: delete
2024-12-05 Gopher Robotapi: promote next to go1.24
2024-12-05 Junyang Shaotesting: improve documentation, examples, release notes for
2024-12-05 Cherry Muicmd/compile: document wasmexport directive, update...
2024-12-05 Michael Matloobcmd/go/testdata/script: skip EndSequence entries in...
2024-12-05 Conrad Irwindoc/next: introduce module tools
2024-12-05 Russ Coxcrypto/internal/fips140/bigmod: add more //go:norace...
2024-12-05 Cherry Muidoc/next: add release notes for Wasm changes
2024-12-05 Sean Liaocmd/go: drop -v from go help get
2024-12-05 Sean Liaoembed: document exclusions more explicitly
2024-12-05 Cherry Muidoc/next: add linker change release notes
2024-12-05 thepuddsweak: fix subheading syntax in package doc
2024-12-04 Michael Anthony... weak: massage package docs a little bit
2024-12-04 Michael Anthony... doc/next: add release notes for runtime and sync
2024-12-04 Sean Liaomath/bits: update reference to debruijn paper
2024-12-04 Michael Matloobcmd/go/internal/cache: always check error from stat...
2024-12-04 Sean Liaobufio: document Reader must be created with New functions
2024-12-04 Jorroposync/atomic: add missing leak tests for And & Or
2024-12-04 Jorropomath/rand/v2: replace <= 0 with == 0 for Uint function...
2024-12-04 Alexey Palazhchenkoruntime: remove "hall of shame" comment from public...
2024-12-04 Sean Liaosync: document RWMutex locks cannot be upgraded / downg...
2024-12-03 Robert Griesemerdoc/next: minor grammar fix in release notes
2024-12-03 Damien Neilruntime: avoid defer on system stack in synctestidle_c
2024-12-03 Michael Anthony... cmd/link/internal/ld: work around FreeBSD 14.1 cmd...
2024-12-03 Russ Coxcrypto/internal/fips140/bigmod: disable race detector...
2024-12-03 cuishuangsort: add examples for SearchStrings, SliceIsSorted
2024-12-03 Junyang Shaocmd/compile: fix a premature-deallocation of state...
2024-12-03 Filippo Valsordacrypto/rsa: return error if keygen random source is...
2024-12-03 Filippo Valsordacrypto/rsa: fix keys with p < q
2024-12-03 Filippo Valsordacrypto/internal/fips140/rsa: add Pairwise Consistency...
2024-12-03 Filippo Valsordacrypto/rsa: allow keys larger than 16384 bits in FIPS...
2024-12-03 Filippo Valsordacrypto/rsa: minor FIPS 186-5 compliance fixes
2024-12-02 Cherry Muihash/maphash, cmd/compile: make Comparable[string]...
2024-12-02 cuishuangcmd/go: add go prefix in base.Fatalf
2024-12-02 Dmitri Shuralyovtesting: consider -N suffix after benchmark name optional
2024-12-02 Wesley Bearycrypto/x509: add missing `be` to comment about serial...
2024-11-30 Russ Coxcrypto/rsa: check hash message length first in SignPKCS1v15
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: do trial divisions in...
2024-11-30 Filippo Valsordacrypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey
2024-11-30 Filippo Valsordacrypto/rsa: move key generation to crypto/internal...
2024-11-30 Filippo Valsordacrypto/rsa: move precomputation to crypto/internal...
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: check that e and N are odd
2024-11-30 Filippo Valsordacrypto/internal/fips140/bigmod: add Nat.InverseVarTime
2024-11-30 Filippo Valsordacrypto/internal/fips140/rsa: add Miller-Rabin test
2024-11-28 Dmitri Shuralyovdoc/next: organize 9-todo.md items by category
2024-11-28 Tim Kingdoc/next: document buildtag changes
2024-11-27 Tim Kingdoc/next: document copylock changes
2024-11-27 Ian Lance Taylordoc/next: document that crypto/rand.Read never fails
2024-11-27 zhangjiancmd/preprofile: correct -V flag
2024-11-27 Robert Griesemergo/types, types2: fix printing of error message with...
2024-11-27 Russ Coxcmd/internal/obj: handle static assembly symbols correc...
2024-11-27 Ian Lance Taylordebug/elf: check for multiplication overflow for shnum...
2024-11-27 Dmitri Shuralyovdoc/next: update with reviewed output from relnote...
2024-11-27 Adam Benderos/exec: edit comment to remove invalid link
2024-11-27 Hiroaki Sanocrypto/tls: fix a broken link
2024-11-27 Felix Geisendörfercmd/trace: also show end stack traces
2024-11-27 Robert Griesemerdoc/next: document new language feature (alias type...
2024-11-26 Roland Shoemakerdoc: add note about crypto/x509 serial generation
2024-11-26 Ian Lance Taylordoc/next: add notes for new #cgo annotations
2024-11-26 Alan Donovandoc/next: add release note for vet on Printf(s) with...
2024-11-26 Roland Shoemakerdoc: add note about x509sha1 removal
2024-11-26 Damien Neilnet/http: test for racing idle conn closure and new...
2024-11-25 Damien Neilnet/http: run TestServerShutdownStateNew in a synctest...
2024-11-25 Damien Neilnet/http: avoid redundant installation of HTTP/2 suppor...
2024-11-25 Meng Zhuoruntime: using ABIInternal on syscall for riscv64
2024-11-23 Keith Randallcrypto/internal: keep fips140/aes.NewCTR from allocating
2024-11-23 Keith Randallcrypto/internal/fips140/aes: handle fallback correctly...
2024-11-23 Conrad Irwincmd/go: pass os.Args[0] to mod tools
2024-11-22 Dmitri Shuralyovall: update vendored dependencies [generated]
2024-11-22 Keith Randallcrypto/internal/fips140/aes: handle fallback correctly
2024-11-22 Carlos Amedeeruntime: properly search for cleanups in cleanup.stop
2024-11-22 Roland Shoemakercrypto/x509: run a subset of the NIST PKI test suite
2024-11-22 Damien Neilruntime, internal/synctest, syscall/js: keep bubble...
2024-11-22 Russ Coxcmd/compile, cmd/link: FIPS fixes for large programs
2024-11-22 Dmitri Shuralyovcmd/dist: don't test FIPS when ASAN is on
2024-11-22 Filippo Valsordacrypto/cipher: deprecate NewOFB, NewCFBDecrypter, and...
2024-11-22 Filippo Valsordacrypto/tls: implement X25519MLKEM768
2024-11-22 Dmitri Shuralyovnet/http: re-enable TestTransportServerProtocols
2024-11-22 Filippo Valsordacrypto: implement fips140=only mode
2024-11-22 Sean Liaocrypto/x509: generate serial number for nil template...
2024-11-22 Daniel McCarneycrypto/mlkem: init package
2024-11-22 Filippo Valsordacrypto/fips140: new package
2024-11-22 Roland Shoemakercrypto/x509: switch default policy field to Policies
2024-11-22 Filippo Valsordacrypto/ecdh: revamp FIPS ECDH API
2024-11-22 David Chasecmd/compile: use very high budget for once-called closures
2024-11-22 Filippo Valsordacrypto/sha3: new package
2024-11-22 Filippo Valsordacrypto/rsa: port Validate to bigmod
2024-11-22 Filippo Valsordacrypto/rsa: add BenchmarkParsePKCS8PrivateKey and Bench...
2024-11-22 Filippo Valsordacrypto/internal/fips/bigmod: add support for even moduli
2024-11-22 Filippo Valsordacrypto/rsa: refuse to generate and/or use keys smaller...
2024-11-22 Dmitri Shuralyovall: update golang.org/x/net [generated]
2024-11-22 Roland Shoemakercrypto/x509: implement policy validation
next