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: 0aab8d0
Choose a base ref
...
head repository: golang/crypto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7067223
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 28, 2024

  1. ssh/test: work around for TestCiphers failures on macOS

    TestCiphers is already skipped on macOS when testing data received
    from the server, so move the test for sending data after the
    receiving one to work around this new integration test failure.
    
    Fixes golang/go#65732
    
    Change-Id: Ie0c614c5373735ae8aefdd7ded643579b130f4b3
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/564457
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Nicola Murino <nicola.murino@gmail.com>
    Commit-Queue: Nicola Murino <nicola.murino@gmail.com>
    drakkan authored and gopherbot committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0d2316b View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I54256afe881714f60fc37c471cd65b060090d9d6
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/568816
    Reviewed-by: Than McIntosh <thanm@google.com>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7067223 View commit details
    Browse the repository at this point in the history
Loading