]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2024-11-22 Richard Milleros: allow for variant plan9 error messages in TestOpenError
2024-11-22 Filippo Valsordacrypto/internal/fips140/rsa: support separate MGF1...
2024-11-22 Damien Neilnet/http: skip test which depends on h2_bundle.go update
2024-11-22 Youlin Fengcmd/compile: modify CSE to remove redundant OpLocalAddrs
2024-11-22 Tim Kinginternal/exportdata, cmd/compile/internal/noder: merge...
2024-11-22 Daniel McCarneycrypto/tls: test with FIPS 140-3 TLS mode
2024-11-22 Daniel McCarneycrypto/internal/fips/pbkdf2: add CAST testing
2024-11-22 Daniel McCarneycrypto/internal/fipstest: add PBKDF ACVP testing
2024-11-22 Daniel McCarneycrypto/internal/fips/pbkdf2: fips import pbkdf2
2024-11-21 Ian Lance Taylorinternal/copyright: close files
2024-11-21 Damien Neilnet/http: add support for unencrypted HTTP/2
2024-11-21 Robert Griesemergo/parser: fix typo in tracing output (make trace match...
2024-11-21 David Chasecmd/compile: refactor inline interleaving
2024-11-21 Michael Prattreflect: add test of maps with keys larger than key...
2024-11-21 Keith Randallcmd/compile: pull multiple adds out of an unsafe.Pointe...
2024-11-21 Daniel McCarneycrypto/hkdf: init package
2024-11-21 Matthieu Baerts... net: check for MPTCP in DialTCP and ListenTCP
2024-11-21 Roland Shoemakercrypto/tls: add server-side ECH
2024-11-21 Sean Liaocrypto/rand: add Text for secure random strings
2024-11-21 Dmitri Shuralyovinternal/copyright: skip testdata and vendor directorie...
2024-11-21 Joel Singcmd/internal/obj/riscv: rework instruction encoding...
2024-11-21 Damien Neilos: drop unnecessary trailing . from symlink targets
2024-11-21 cuishuangall: fix some function names and typos in comment
2024-11-21 Junyang Shaotesting: Update testing.B.Loop to save benchmark results.
next