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.1.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.3.0
Choose a head ref
  • 6 commits
  • 19 files changed
  • 7 contributors

Commits on Oct 24, 2022

  1. all: use math/bits.RotateLeft

    Updates golang/go#31456
    
    Change-Id: Idf043a25632526baa190bf42ed360cb79f85e493
    GitHub-Last-Rev: 5946157
    GitHub-Pull-Request: #195
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/356518
    Auto-Submit: Filippo Valsorda <filippo@golang.org>
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: David Chase <drchase@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Filippo Valsorda <filippo@golang.org>
    AlexanderYastrebov authored and gopherbot committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    a3485e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. ssh: fix typo

    Change-Id: I560d7f5a62161cd88361a9fe9982d36f8e25e5af
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447475
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Than McIntosh <thanm@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    ideapark authored and gopherbot committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    334521b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  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: Ic7c0afcece0f3d2065c7a7e08f092c4344d90655
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/448755
    Run-TryBot: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Jenny Rakoczy <jenny@golang.org>
    gopherbot committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    183a9b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. all: remove redundant type conversion

    Change-Id: Ic6b210c1e5b99eef5c6e38d96feaf40e7e6033bb
    GitHub-Last-Rev: b8ecf76
    GitHub-Pull-Request: #229
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/429016
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    cuishuang authored and randall77 committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    21d60a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. ssh: support rsa-sha2-256/512 on the server side

    This lets clients know we support rsa-sha2-256/512 signatures from
    ssh-rsa public keys. OpenSSH prefers to break the connection rather than
    attempting trial and error, apparently.
    
    We don't enable support for the "ext-info-s" because we're not
    interested in any client->server extensions.
    
    This also replaces isAcceptableAlgo which was rejecting the
    rsa-sha2-256/512-cert-v01@openssh.com public key algorithms.
    
    Tested with OpenSSH 9.1 on macOS Ventura.
    
    Fixes golang/go#49269
    Updates golang/go#49952
    
    Co-authored-by: Nicola Murino <nicola.murino@gmail.com>
    Co-authored-by: Kristin Davidson <kdavidson@atlassian.com>
    Change-Id: I4955c3b12bb45575e9977ac657bb5805b49d00c3
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/447757
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Roland Shoemaker <roland@golang.org>
    Reviewed-by: Nicola Murino <nicola.murino@gmail.com>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    3 people committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6fad3df View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. internal/wycheproof: update Go 1.20 crypto/ecdh API

    For golang/go#56052
    
    Change-Id: If34d01132e221ff525319e43d127ef14579f9054
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/451095
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Reviewed-by: Joedian Reid <joedian@golang.org>
    Auto-Submit: Filippo Valsorda <filippo@golang.org>
    Run-TryBot: Filippo Valsorda <filippo@golang.org>
    Run-TryBot: Joedian Reid <joedian@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    FiloSottile authored and gopherbot committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0ec7e83 View commit details
    Browse the repository at this point in the history
Loading