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.7.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.8.0
Choose a head ref
  • 4 commits
  • 11 files changed
  • 4 contributors

Commits on Mar 13, 2023

  1. ssh: document that ParseRawPrivateKey supports Ed25519 keys

    From CL 173457 and CL 235358.
    
    Change-Id: Ia46ab9c7e2c57472df3126ddc7050f0068fcaab9
    GitHub-Last-Rev: c38e379
    GitHub-Pull-Request: #146
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/241282
    Auto-Submit: Han-Wen Nienhuys <hanwen@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Han-Wen Nienhuys <hanwen@google.com>
    nhooyr authored and gopherbot committed Mar 13, 2023
    Copy the full SHA
    c6a20f9 View commit details
  2. curve25519: use crypto/ecdh on Go 1.20

    For golang/go#52221
    
    Change-Id: I27e867d4cc89cd52c8d510f0dbab4e89b7cd4763
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/451115
    Auto-Submit: Filippo Valsorda <filippo@golang.org>
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    FiloSottile authored and gopherbot committed Mar 13, 2023
    Copy the full SHA
    9cd0187 View commit details

Commits on Mar 20, 2023

  1. all: fix some comments

    Change-Id: Ia0410f1f3bb0a9ee68c6dbe1e6f62f65f9e00955
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/477755
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    Auto-Submit: Roland Shoemaker <roland@golang.org>
    Run-TryBot: shuang cui <imcusg@gmail.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    cuishuang authored and gopherbot committed Mar 20, 2023
    Copy the full SHA
    018c28f View commit details

Commits on Apr 6, 2023

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

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I568d040817345a10881c31b8efc296f543e59113
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/482855
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    gopherbot committed Apr 6, 2023
    Copy the full SHA
    00fd4ff View commit details
Loading