@@ -55,13 +55,13 @@ To reproduce, run 'go mod vendor' in 'go/src'.
5555 .../microsoft/go-crypto-winnative/cng/rand.go | 28 +
5656 .../microsoft/go-crypto-winnative/cng/rc4.go | 61 ++
5757 .../microsoft/go-crypto-winnative/cng/rsa.go | 374 ++++++++
58- .../go-crypto-winnative/cng/tls1prf.go | 92 ++
58+ .../go-crypto-winnative/cng/tls1prf.go | 93 ++
5959 .../internal/bcrypt/bcrypt_windows.go | 284 ++++++
6060 .../internal/bcrypt/zsyscall_windows.go | 389 ++++++++
6161 .../internal/subtle/aliasing.go | 32 +
6262 .../internal/sysdll/sys_windows.go | 55 ++
6363 src/vendor/modules.txt | 11 +
64- 56 files changed, 9221 insertions(+)
64+ 56 files changed, 9222 insertions(+)
6565 create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/.gitleaks.toml
6666 create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/LICENSE
6767 create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/README.md
@@ -8780,10 +8780,10 @@ index 00000000000000..7e3f7abe3487cb
87808780+ }
87818781diff --git a/src/vendor/github.com/microsoft/go-crypto-winnative/cng/tls1prf.go b/src/vendor/github.com/microsoft/go-crypto-winnative/cng/tls1prf.go
87828782new file mode 100644
8783- index 00000000000000..30ef2242bc3cf3
8783+ index 00000000000000..e8f5c904fec325
87848784--- /dev/null
87858785+++ b/src/vendor/github.com/microsoft/go-crypto-winnative/cng/tls1prf.go
8786- @@ -0,0 +1,92 @@
8786+ @@ -0,0 +1,93 @@
87878787+ // Copyright (c) Microsoft Corporation.
87888788+ // Licensed under the MIT License.
87898789+
@@ -8834,6 +8834,7 @@ index 00000000000000..30ef2242bc3cf3
88348834+ if err := bcrypt.GenerateSymmetricKey(alg, &kh, nil, secret, 0); err != nil {
88358835+ return err
88368836+ }
8837+ + defer bcrypt.DestroyKey(kh)
88378838+
88388839+ buffers := make([]bcrypt.Buffer, 0, 3)
88398840+ if len(label) > 0 {
@@ -9661,15 +9662,15 @@ index 00000000000000..1722410e5af193
96619662+ return getSystemDirectory() + "\\" + dll
96629663+ }
96639664diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
9664- index b8a0b84a282a32..8329b1b4649b69 100644
9665+ index b8a0b84a282a32..676e784fcf04e2 100644
96659666--- a/src/vendor/modules.txt
96669667+++ b/src/vendor/modules.txt
96679668@@ -1,3 +1,14 @@
96689669+ # github.com/golang-fips/openssl/v2 v2.0.4-0.20241114123251-c5672cc7ce15
96699670+ ## explicit; go 1.20
96709671+ github.com/golang-fips/openssl/v2
96719672+ github.com/golang-fips/openssl/v2/bbig
9672- + # github.com/microsoft/go-crypto-winnative v0.0.0-20240925170411-b29b5cde7fdd
9673+ + # github.com/microsoft/go-crypto-winnative v0.0.0-20250211161411-fea4f38f45ec
96739674+ ## explicit; go 1.17
96749675+ github.com/microsoft/go-crypto-winnative/cng
96759676+ github.com/microsoft/go-crypto-winnative/cng/bbig
0 commit comments