Skip to content

Commit

Permalink
Merge pull request #762 from microsoft/dev/auto-sync/microsoft/dev.bo…
Browse files Browse the repository at this point in the history
…ringcrypto.go1.18

Update submodule to latest `dev.boringcrypto.go1.18` in `microsoft/dev.boringcrypto.go1.18`
  • Loading branch information
microsoft-golang-review-bot authored Oct 4, 2022
2 parents 2e74ee2 + 6b985ee commit 937bc2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go1.18.6
go1.18.7
8 changes: 4 additions & 4 deletions patches/0100-Add-OpenSSL-crypto-module.patch
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ index 00000000000000..659104006e84da
+var VerifyRSAPKCS1v15 = openssl.VerifyRSAPKCS1v15
+var VerifyRSAPSS = openssl.VerifyRSAPSS
diff --git a/src/go.mod b/src/go.mod
index 8ca3c5fb702d50..f2289f6cb50757 100644
index 4613bb68255853..1382b084c1f5c2 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -3,6 +3,7 @@ module std
Expand All @@ -423,15 +423,15 @@ index 8ca3c5fb702d50..f2289f6cb50757 100644
require (
+ github.com/microsoft/go-crypto-openssl v0.1.2
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211209124913-491a49abca63
golang.org/x/net v0.0.0-20220907013725-0a43f88f7ef0
)
diff --git a/src/go.sum b/src/go.sum
index 7c93a59725711b..eba56a61e7034d 100644
index 07cb8d82d5396a..a0f979d5192d55 100644
--- a/src/go.sum
+++ b/src/go.sum
@@ -1,3 +1,5 @@
+github.com/microsoft/go-crypto-openssl v0.1.2 h1:1JO/O62aLFCGpKWKrxdxzIITNJJ00hkBL0v/LLpEZUM=
+github.com/microsoft/go-crypto-openssl v0.1.2/go.mod h1:rC+rtBU3m60UCQifBmpWII0VETfu78w6YGZQvVc0rd4=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M=
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4=
golang.org/x/net v0.0.0-20211209124913-491a49abca63 h1:iocB37TsdFuN6IBRZ+ry36wrkoV51/tl5vOWqkcPGvY=
golang.org/x/net v0.0.0-20220907013725-0a43f88f7ef0 h1:XXaSUSplyi6wsRNJGB7vUBvDjbxc8UPYBsf9ukBQ3KA=

0 comments on commit 937bc2c

Please sign in to comment.