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

Commits on Jan 30, 2023

  1. all: fix some comments

    Change-Id: I11030ee466c8cac6855ce4fe2cf72e0b8d7029f8
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/463796
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    cuishuang authored and gopherbot committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    59ff472 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. cryptobyte: reject negative Unwrite argument

    Fixes golang/go#57112
    
    Change-Id: I7a533046a6451d7ae3704eb81e6ddeec8442cf06
    GitHub-Last-Rev: 3b088d9
    GitHub-Pull-Request: #249
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/464338
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Auto-Submit: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    Run-TryBot: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    AlexanderYastrebov authored and gopherbot committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    310bfa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 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: If0ff32acaae5f6a717ed4d178a88f3346ecf1600
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/466736
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    gopherbot committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a9f661c View commit details
    Browse the repository at this point in the history
Loading