]> Cypherpunks repositories - gostls13.git/commit
crypto: add wasip1 support
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Sat, 25 Mar 2023 17:35:11 +0000 (10:35 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 11 Apr 2023 20:54:07 +0000 (20:54 +0000)
commit171c794002bac46a22c74a846ef3328628ed5d49
treeeab60a321077d3b6e101ac38c0ab34275e988b02
parent5a962bfc3408c89a92c064b0c740458f169251ec
crypto: add wasip1 support

Adds crypto/dsa, crypto/rand, x509 files and changes for the new
wasip1 port.

For #58141

Co-authored-by: Richard Musiol <neelance@gmail.com>
Co-authored-by: Achille Roussel <achille.roussel@gmail.com>
Co-authored-by: Julien Fabre <ju.pryz@gmail.com>
Co-authored-by: Evan Phoenix <evan@phx.io>
Change-Id: I9609e3d021cd7e06b813eedf5912febc52cc0f2c
Reviewed-on: https://go-review.googlesource.com/c/go/+/479624
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/crypto/rand/rand.go
src/crypto/rand/rand_wasip1.go [new file with mode: 0644]
src/crypto/x509/root_unix.go
src/crypto/x509/root_wasm.go [moved from src/crypto/x509/root_js.go with 94% similarity]