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.9.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.10.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 5, 2023

  1. Add support for "[email protected]"

    Change-Id: I0203881afd7ad72e68f76650817451d7e292c91b
    GitHub-Last-Rev: 42b4119
    GitHub-Pull-Request: #129
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/226982
    Run-TryBot: Han-Wen Nienhuys <[email protected]>
    Reviewed-by: Han-Wen Nienhuys <[email protected]>
    Auto-Submit: Han-Wen Nienhuys <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    s-k2 authored and gopherbot committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1622238 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. x509roots: add new module

    Adds the nss parser, under x509roots/nss, and the fallback
    module/package, with the initial generated bundle.
    
    Fixes golang/go#57792
    
    Change-Id: Iebb1052e49126fa5baba1236f4ebc8dd8a823179
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/462036
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Roland Shoemaker <[email protected]>
    Reviewed-by: Filippo Valsorda <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    Auto-Submit: Roland Shoemaker <[email protected]>
    rolandshoemaker authored and gopherbot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d0b3160 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. go.mod: tell x repo tagging to ignore dep on net

    CL 475438 introduced a cycle between net and crypto. This direction is
    less important, so have the tagging process ignore it.
    
    Change-Id: Ie424fef0238702a5a16aba79bb60f86f39dc66eb
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/502595
    Auto-Submit: Heschi Kreinick <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    Run-TryBot: Heschi Kreinick <[email protected]>
    heschi authored and gopherbot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    22c9997 View commit details
    Browse the repository at this point in the history
  2. 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: If19e251a79af033583e6968766b7a831741cebb7
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/502518
    Reviewed-by: Heschi Kreinick <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8e447d8 View commit details
    Browse the repository at this point in the history
Loading