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 Loading
base: v0.17.0
Choose a base ref
...
head repository: golang/crypto Loading
compare: v0.18.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 2, 2024

  1. internal/poly1305: drop Go 1.12 compatibility

    Other packages already dropped compatibility with go1.12, so it should be safe to remove it for this package as well.
    
    Change-Id: Ieecc7cd06a0a4e69e8c1c09ef6fefe95d78ceb75
    GitHub-Last-Rev: 1971e03
    GitHub-Pull-Request: #239
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448239
    Reviewed-by: Joedian Reid <[email protected]>
    Auto-Submit: Filippo Valsorda <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Filippo Valsorda <[email protected]>
    Reviewed-by: Roland Shoemaker <[email protected]>
    Reviewed-by: Matthew Dempsky <[email protected]>
    thaJeztah authored and gopherbot committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    08396bb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

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

Commits on Jan 8, 2024

  1. ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr

    For golang/go#64959.
    
    Change-Id: I2153166f4960058cdc2b82ae34ca250dcc6ba1c6
    Cq-Include-Trybots: luci.golang.try:x_crypto-gotip-linux-amd64-longtest,x_crypto-gotip-windows-amd64-longtest
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/554062
    Run-TryBot: Bryan Mills <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Bryan C. Mills authored and gopherbot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    403f699 View commit details
    Browse the repository at this point in the history
  2. ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest…

    … LUCI builder
    
    We don't yet understand why these tests fail, but the Apple sshd seems
    to have some non-trivial vendor patches, so it is plausibly a
    platform-specific bug in the test. Let's skip that failure mode on the
    whole platform until/unless someone has time to reproduce and
    investigate the failure.
    
    For golang/go#64959.
    
    Cq-Include-Trybots: luci.golang.try:x_crypto-gotip-darwin-amd64-longtest,x_crypto-gotip-linux-amd64-longtest,x_crypto-gotip-windows-amd64-longtest
    Change-Id: I9e43579469de3fe9329c093b5916bbed0edd3751
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/554077
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Nicola Murino <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    Bryan C. Mills authored and gopherbot committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dbb6ec1 View commit details
    Browse the repository at this point in the history
Loading