0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

Commit Graph

  • 7632c6e2bd cmd/go: add go prefix in base.Fatalf cuishuang 2024-11-24 19:34:30 +08:00
  • 3374abeb50 testing: consider -N suffix after benchmark name optional Dmitri Shuralyov 2024-12-01 17:22:19 -05:00
  • e5489a34ca crypto/x509: add missing be to comment about serial number positivity Wesley Beary 2024-12-02 15:47:31 +00:00
  • c5adb82169 crypto/rsa: check hash message length first in SignPKCS1v15 Russ Cox 2024-11-29 20:30:48 -05:00
  • dd7ab5ec5d crypto/internal/fips140/rsa: do trial divisions in key generation Filippo Valsorda 2024-11-29 16:27:49 +01:00
  • c5c4f3dd5f crypto/x509: keep RSA CRT values in ParsePKCS1PrivateKey Filippo Valsorda 2024-11-29 15:38:48 +01:00
  • acd54c9985 crypto/rsa: move key generation to crypto/internal/fips140/rsa Filippo Valsorda 2024-11-29 14:49:29 +01:00
  • 7d7192e54f crypto/rsa: move precomputation to crypto/internal/fips140/rsa Filippo Valsorda 2024-11-29 13:15:11 +01:00
  • fa38b41be9 crypto/internal/fips140/rsa: check that e and N are odd Filippo Valsorda 2024-11-28 19:55:53 +01:00
  • f7475a0af3 crypto/internal/fips140/bigmod: add Nat.InverseVarTime Filippo Valsorda 2024-11-28 10:20:58 +01:00
  • 22b5c145fb crypto/internal/fips140/rsa: add Miller-Rabin test Filippo Valsorda 2024-11-27 18:17:28 +01:00
  • caee788a48 doc/next: organize 9-todo.md items by category Dmitri Shuralyov 2024-11-27 11:34:09 -05:00
  • 797141e94c doc/next: document buildtag changes Tim King 2024-11-27 13:57:06 -08:00
  • b7e450bf27 doc/next: document copylock changes Tim King 2024-11-27 13:13:07 -08:00
  • 2a93bd0d79 doc/next: document that crypto/rand.Read never fails Ian Lance Taylor 2024-11-26 15:37:14 -08:00
  • b6fed7199f cmd/preprofile: correct -V flag zhangjian 2024-11-27 16:35:49 +00:00
  • bcb934ad11 go/types, types2: fix printing of error message with variadic calls Robert Griesemer 2024-11-27 11:36:53 -08:00
  • 5164a865e3 [release-branch.go1.23] cmd/trace: also show end stack traces Felix Geisendörfer 2024-11-26 09:10:22 +01:00
  • 6d7a95abca [release-branch.go1.22] runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • 25f042daec [release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386 Russ Cox 2024-11-12 23:23:12 +01:00
  • 91d7ab2cef cmd/internal/obj: handle static assembly symbols correctly in FIPS check Russ Cox 2024-11-26 11:40:28 -05:00
  • 4f78aa9e8b debug/elf: check for multiplication overflow for shnum * shentsize Ian Lance Taylor 2024-11-26 15:26:25 -08:00
  • 9dcf41908f doc/next: update with reviewed output from relnote todo Dmitri Shuralyov 2024-11-26 18:59:03 -05:00
  • 7e09508617 os/exec: edit comment to remove invalid link Adam Bender 2024-11-25 17:52:25 -08:00
  • 7d3d0334f9 crypto/tls: fix a broken link Hiroaki Sano 2024-11-26 16:43:04 +09:00
  • 6405e60ca6 cmd/trace: also show end stack traces Felix Geisendörfer 2024-11-26 09:10:22 +01:00
  • 1ffadf1466 doc/next: document new language feature (alias type parameters) Robert Griesemer 2024-11-26 18:02:56 -08:00
  • eab49f6a59 doc: add note about crypto/x509 serial generation Roland Shoemaker 2024-11-26 15:13:49 -08:00
  • 7b296625e4 doc/next: add notes for new #cgo annotations Ian Lance Taylor 2024-11-26 12:52:31 -08:00
  • 0751f3af92 doc/next: add release note for vet on Printf(s) with non-const s Alan Donovan 2024-11-26 15:31:36 -05:00
  • cff2503b5a doc: add note about x509sha1 removal Roland Shoemaker 2024-11-26 10:18:50 -08:00
  • 04879acdeb net/http: test for racing idle conn closure and new requests Damien Neil 2024-11-25 11:27:33 -08:00
  • 592da0ba47 net/http: run TestServerShutdownStateNew in a synctest bubble Damien Neil 2024-06-11 13:44:43 -07:00
  • fb5fa2a839 net/http: avoid redundant installation of HTTP/2 support in transport Damien Neil 2024-11-22 17:10:01 -08:00
  • 733df2bc0a runtime: using ABIInternal on syscall for riscv64 Meng Zhuo 2024-10-17 14:25:20 +08:00
  • b68f8ca89a crypto/internal: keep fips140/aes.NewCTR from allocating Keith Randall 2024-11-22 15:19:35 -08:00
  • 8397de2241 crypto/internal/fips140/aes: handle fallback correctly, take 2 Keith Randall 2024-11-22 13:37:26 -08:00
  • 8fb6a46947 cmd/go: pass os.Args[0] to mod tools Conrad Irwin 2024-11-21 21:03:29 -07:00
  • d0799a5fe2 all: update vendored dependencies [generated] Dmitri Shuralyov 2024-11-22 16:01:48 -05:00
  • 043708eb08 crypto/internal/fips140/aes: handle fallback correctly Keith Randall 2024-11-22 10:48:45 -08:00
  • 7f049eac1b runtime: properly search for cleanups in cleanup.stop Carlos Amedee 2024-11-20 17:20:41 -05:00
  • 5050e37dbf crypto/x509: run a subset of the NIST PKI test suite Roland Shoemaker 2024-10-07 15:53:59 -07:00
  • a8eddaf758 runtime, internal/synctest, syscall/js: keep bubble membership in syscalls Damien Neil 2024-11-21 17:32:22 -08:00
  • 00709919d0 cmd/compile, cmd/link: FIPS fixes for large programs Russ Cox 2024-11-21 20:03:18 -05:00
  • 4865aadc21 cmd/dist: don't test FIPS when ASAN is on Dmitri Shuralyov 2024-11-21 23:39:47 -05:00
  • de76c0dff7 crypto/cipher: deprecate NewOFB, NewCFBDecrypter, and NewCFBEncrypter Filippo Valsorda 2024-11-22 04:45:33 +01:00
  • 4b7f7cd87d crypto/tls: implement X25519MLKEM768 Filippo Valsorda 2024-11-21 21:21:58 +01:00
  • dbfd0036f7 net/http: re-enable TestTransportServerProtocols Dmitri Shuralyov 2024-11-21 21:24:11 -05:00
  • b299e9a44f crypto: implement fips140=only mode Filippo Valsorda 2024-11-22 04:21:12 +01:00
  • 07b4266605 crypto/x509: generate serial number for nil template SerialNumber Sean Liao 2024-11-22 00:24:09 +00:00
  • 9aaef91d3e crypto/mlkem: init package Daniel McCarney 2024-11-21 17:52:50 -05:00
  • b2f7a2154a crypto/fips140: new package Filippo Valsorda 2024-11-22 03:12:52 +01:00
  • 918765b619 crypto/x509: switch default policy field to Policies Roland Shoemaker 2024-11-19 14:05:38 -08:00
  • fb432782f0 crypto/ecdh: revamp FIPS ECDH API Filippo Valsorda 2024-11-20 18:59:09 +01:00
  • d524c954b1 cmd/compile: use very high budget for once-called closures David Chase 2024-11-19 17:18:38 -05:00
  • 8b97607280 crypto/sha3: new package Filippo Valsorda 2024-11-18 16:58:49 +01:00
  • 8cecfad2a9 crypto/rsa: port Validate to bigmod Filippo Valsorda 2024-11-21 13:51:21 +01:00
  • 3b42687c56 crypto/rsa: add BenchmarkParsePKCS8PrivateKey and BenchmarkGenerateKey Filippo Valsorda 2024-11-21 13:30:47 +01:00
  • 0598229d97 crypto/internal/fips/bigmod: add support for even moduli Filippo Valsorda 2024-11-19 12:57:55 +01:00
  • 10fb001c75 crypto/rsa: refuse to generate and/or use keys smaller than 1024 bits Filippo Valsorda 2024-11-20 13:59:09 +01:00
  • ca14eaf77c all: update golang.org/x/net [generated] Dmitri Shuralyov 2024-11-21 19:54:12 -05:00
  • e8d9561997 crypto/x509: implement policy validation Roland Shoemaker 2024-11-16 11:17:54 -08:00
  • e06e29b9b4 os: allow for variant plan9 error messages in TestOpenError Richard Miller 2024-11-19 12:15:26 +00:00
  • e6977837fc crypto/internal/fips140/rsa: support separate MGF1 hash for EncryptOAEP Filippo Valsorda 2024-11-21 19:10:49 +01:00
  • ff2cb4abb4 net/http: skip test which depends on h2_bundle.go update Damien Neil 2024-11-21 16:44:21 -08:00
  • c4e6ab9750 cmd/compile: modify CSE to remove redundant OpLocalAddrs Youlin Feng 2024-11-15 00:13:34 +08:00
  • 0edea47f26 internal/exportdata, cmd/compile/internal/noder: merge export data handling Tim King 2024-11-14 12:04:39 -08:00
  • d306003ff8 crypto/tls: test with FIPS 140-3 TLS mode Daniel McCarney 2024-11-20 20:09:50 -05:00
  • 3467a91c0b crypto/internal/fips/pbkdf2: add CAST testing Daniel McCarney 2024-11-14 14:25:44 -05:00
  • 03c41d2910 crypto/internal/fipstest: add PBKDF ACVP testing Daniel McCarney 2024-11-21 16:05:43 -05:00
  • 5d115c30f6 crypto/internal/fips/pbkdf2: fips import pbkdf2 Daniel McCarney 2024-11-14 14:09:13 -05:00
  • a276c811a7 internal/copyright: close files Ian Lance Taylor 2024-11-21 13:09:20 -08:00
  • 66abc55707 net/http: add support for unencrypted HTTP/2 Damien Neil 2024-11-04 11:21:04 -08:00
  • c0bccdd2fd go/parser: fix typo in tracing output (make trace match function) Robert Griesemer 2024-11-21 15:22:39 -08:00
  • 4aa1c02dae cmd/compile: refactor inline interleaving David Chase 2024-11-18 14:55:12 -05:00
  • 0dafae1360 reflect: add test of maps with keys larger than key size Michael Pratt 2024-11-21 13:56:57 -05:00
  • f0b0109242 cmd/compile: pull multiple adds out of an unsafe.Pointer<->uintptr conversion Keith Randall 2024-11-18 15:52:13 -08:00
  • fab2b8b0fa crypto/hkdf: init package Daniel McCarney 2024-11-20 16:11:06 -05:00
  • 97ae1817fb net: check for MPTCP in DialTCP and ListenTCP Matthieu Baerts (NGI0) 2024-11-21 20:21:18 +00:00
  • f69711434a crypto/tls: add server-side ECH Roland Shoemaker 2024-10-29 20:22:27 -07:00
  • 50087aa1b4 crypto/rand: add Text for secure random strings Sean Liao 2024-11-14 18:43:29 +00:00
  • 0db250104c internal/copyright: skip testdata and vendor directories only Dmitri Shuralyov 2024-11-21 12:50:14 -05:00
  • dc8ceb63a8 cmd/internal/obj/riscv: rework instruction encoding information Joel Sing 2024-08-15 02:48:09 +10:00
  • 83e6781cb7 os: drop unnecessary trailing . from symlink targets Damien Neil 2024-11-21 09:20:46 -08:00
  • a925402b62 all: fix some function names and typos in comment cuishuang 2024-11-20 21:56:27 +08:00
  • 154fb4e1d4 testing: Update testing.B.Loop to save benchmark results. Junyang Shao 2024-11-21 07:36:25 +00:00
  • 0c6dbd99c5 os: fix Root tests on Plan9 Damien Neil 2024-11-21 08:43:23 -08:00
  • 5a22174eee all: update golang.org/x/tools to v0.27.0 Xiaolin Zhao 2024-10-18 17:16:00 +08:00
  • a1d62aa475 hash/maphash: simplify pointer size checks Cherry Mui 2024-11-21 15:42:48 -05:00
  • efe0a86551 cmd/compile/internal/ssa: make _gen an actual submodule and skip it in TestStdlib Xiaolin Zhao 2024-11-18 16:15:36 +08:00
  • 6a7733af45 crypto/pbkdf2: init package Daniel McCarney 2024-11-14 13:38:14 -05:00
  • a86ea80197 cmd/go/internal/tool: set Internal.ExeName on tool's package Michael Matloob 2024-11-21 13:16:43 -05:00
  • a3a31ec8ed cmd/dist: skip FIPS 140-3 testing Daniel McCarney 2024-11-21 13:11:07 -05:00
  • e1c3b8a490 hash/maphash: use compiler-generated hash function for Comparable Cherry Mui 2024-11-20 23:11:35 -05:00
  • 7403a6a122 cmd/internal/obj/ppc64: support for decimal floating point instructions Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com 2024-10-29 16:11:37 -05:00
  • c37d9a0f93 cmd/link: remove debugging dreg Russ Cox 2024-11-21 09:10:36 -05:00
  • f5973c2183 cmd/go: fix -changed don`t print when GOFIPS140 is non-default qiulaidongfeng 2024-11-21 00:01:36 +08:00
  • 4671276c5d crypto/tls: FIPS 140-3 mode Daniel McCarney 2024-11-18 22:18:56 +01:00
  • 21b5f2637a runtime: utilize EVFILT_USER more effectively Maksym Sobolyev 2024-11-20 19:27:40 +00:00
  • 844426104a internal/copyright: add test that copyright notices exist Russ Cox 2024-11-21 08:46:57 -05:00