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 Loading
base: v0.3.0
Choose a base ref
...
head repository: golang/crypto Loading
compare: v0.4.0
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 17, 2022

  1. cryptobyte: add support for ReadASN1Integer into []byte

    This lets us extract large integers without involving math/big.
    
    While at it, drop some use of reflect where a type switch will do.
    
    Change-Id: Iebe2fb2267610bf95cf9747ba1d49b5ac9e62cda
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/451515
    Run-TryBot: Filippo Valsorda <[email protected]>
    Reviewed-by: Damien Neil <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    Reviewed-by: Roland Shoemaker <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Auto-Submit: Filippo Valsorda <[email protected]>
    FiloSottile authored and gopherbot committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2c47667 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 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: If72a913d54ec282d75e270409971b148df4b417c
    Reviewed-on: https://go-review.googlesource.com/c/crypto/+/455436
    Reviewed-by: Carlos Amedee <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Heschi Kreinick <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    gopherbot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    eb2c406 View commit details
    Browse the repository at this point in the history
Loading