Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/crypto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.45.0
Choose a base ref
...
head repository: golang/crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.46.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Dec 2, 2025

  1. ssh/agent: fix flaky test by ensuring a writeable home directory

    This fixes flakiness observed inside Google (b/465393996).
    
    Change-Id: Ic3decc3206b470cddf22c441b0cf92bb2bebb075
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/724002
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    stapelberg committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    f4602e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. x509roots/fallback: update bundle

    This is an automated CL which updates the NSS root bundle.
    
    [git-generate]
    go generate ./x509roots
    
    Change-Id: Icde363f2fa61d1cb85552e57d4cae30b33ec96ed
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/723803
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    3a1c6b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I81158fb078bccce57d8d46cac0cb87e6c4f8cff9
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/728181
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    19acf81 View commit details
    Browse the repository at this point in the history
Loading