Thanks to visit codestin.com
Credit goes to github.com

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.24.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.25.0
Choose a head ref
  • 4 commits
  • 70 files changed
  • 4 contributors

Commits on Jun 4, 2024

  1. ssh: fail client auth immediately on receiving disconnect message

    Fixes golang/go#66991
    
    Change-Id: I60dd8a807578f162fda0e49bcd6fbf289d444396
    GitHub-Last-Rev: f88329d
    GitHub-Pull-Request: #293
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/581075
    Reviewed-by: Cherry Mui <[email protected]>
    Reviewed-by: Roland Shoemaker <[email protected]>
    Auto-Submit: Nicola Murino <[email protected]>
    Reviewed-by: Nicola Murino <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    samiponkanen authored and gopherbot committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d4e7c9c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. ssh/test: make struct comment match struct name

    Change-Id: I9bfd61fe96d2bdaa890379a1a31b7e0f3f2b67ed
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594435
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    Reviewed-by: Nicola Murino <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Run-TryBot: shuang cui <[email protected]>
    Reviewed-by: Joedian Reid <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    cuishuang authored and gopherbot committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1c74500 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. all: bump go.mod version and drop compatibility shims

    Also, remove the legacy import annotations.
    
    Fixes golang/go#68147
    
    Change-Id: Ibfcc9322f27224c0ba92ea42cd56912a7d8783fd
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/594256
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Filippo Valsorda <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Roland Shoemaker <[email protected]>
    FiloSottile authored and gopherbot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a6a393f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I0024d2803498fe98af80f14a4476a504c9aa6b5b
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/596835
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Than McIntosh <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9fadb0b View commit details
    Browse the repository at this point in the history
Loading