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 <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    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 <[email protected]>
    Auto-Submit: Roland Shoemaker <[email protected]>
    Reviewed-by: Emmanuel Odeke <[email protected]>
    Reviewed-by: Roland Shoemaker <[email protected]>
    Run-TryBot: Roland Shoemaker <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    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 <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    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