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.32.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.33.0
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jan 16, 2025

  1. acme: support challenges that require the ACME client to send a non-e…

    …mpty JSON body in a response to the challenge.
    
    A new extension to the ACME protocol is proposed to support device attestation: https://datatracker.ietf.org/doc/draft-acme-device-attest/
    Based on the recent IETF meetings, the proposal is likely to be accepted.
    To support the new extension, the ACME client will need to send a non-empty JSON body in the response to a "device-attest-01" challenge.
    Fixes golang/go#68674
    
    Change-Id: I29b420ec837f682e3d59071a4a82af56dc319134
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/608975
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Roland Shoemaker <roland@golang.org>
    zhsh authored and gopherbot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    71d3a4c View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2025

  1. ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner)…

    … interface
    
    Fixes golang/go#68688
    
    Change-Id: Id5f72b32c61c9383a26ec182339486a432c7cdf5
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/613856
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Nicola Murino <nicola.murino@gmail.com>
    Reviewed-by: Jonathan Amsterdam <jba@google.com>
    Reviewed-by: Nicola Murino <nicola.murino@gmail.com>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    bradfitz authored and gopherbot committed Jan 18, 2025
    Configuration menu
    Copy the full SHA
    a8ea4be View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. x509roots/fallback: update bundle

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

Commits on Feb 4, 2025

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

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