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.48.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.49.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on Feb 9, 2026

  1. x509roots/fallback: update bundle

    This is an automated CL which updates the NSS root bundle.
    
    [git-generate]
    go generate ./x509roots
    
    Change-Id: I3665d29edabaef0efb634031b2b7d20d32774eec
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/743540
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    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>
    gopherbot committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    2f26647 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2026

  1. all: upgrade go directive to at least 1.25.0 [generated]

    By now Go 1.26.0 has been released, and Go 1.24 is no longer supported
    per the Go Release Policy (see https://go.dev/doc/devel/release#policy).
    
    See go.dev/doc/godebug#go-125 for GODEBUG changes relevant to Go 1.25.
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get go@1.25.0 && go mod tidy)
    (cd x509roots/fallback && go get go@1.25.0 && go mod tidy)
    
    Change-Id: I8df6bf58a117a2f92bb08f787e520aa9446dab46
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/744680
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Pratt <mpratt@google.com>
    gopherbot committed Feb 11, 2026
    Configuration menu
    Copy the full SHA
    cab0f71 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. acme: only require prompt if server has terms of service

    Fixes golang/go#64881
    
    Change-Id: I2b4415e6f987aab258c26c090ac7b1a465aa1697
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/719001
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Junyang Shao <shaojunyang@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Filippo Valsorda <filippo@golang.org>
    seankhliao committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    a408498 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. ssh,acme: clean up tautological/impossible nil conditions

    Change-Id: I4c6b4b6d8dc1e8a9d2ebfb8d350b7617d3cf7949
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/739780
    Auto-Submit: Neal Patel <nealpatel@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Nicola Murino <nicola.murino@gmail.com>
    thatnealpatel authored and gopherbot committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    159944f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ic40aa8385f00dc3d3e3588a0e2555c8039ae6017
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/754160
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    982eaa6 View commit details
    Browse the repository at this point in the history
Loading