@@ -53,13 +53,13 @@ To reproduce, run 'go mod vendor' in 'go/src'.
53
53
.../microsoft/go-crypto-winnative/cng/rand.go | 28 +
54
54
.../microsoft/go-crypto-winnative/cng/rc4.go | 61 ++
55
55
.../microsoft/go-crypto-winnative/cng/rsa.go | 374 ++++++++
56
- .../go-crypto-winnative/cng/tls1prf.go | 92 ++
56
+ .../go-crypto-winnative/cng/tls1prf.go | 93 ++
57
57
.../internal/bcrypt/bcrypt_windows.go | 284 ++++++
58
58
.../internal/bcrypt/zsyscall_windows.go | 389 ++++++++
59
59
.../internal/subtle/aliasing.go | 32 +
60
60
.../internal/sysdll/sys_windows.go | 55 ++
61
61
src/vendor/modules.txt | 11 +
62
- 54 files changed, 9072 insertions(+)
62
+ 54 files changed, 9073 insertions(+)
63
63
create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/.gitleaks.toml
64
64
create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/LICENSE
65
65
create mode 100644 src/vendor/github.com/golang-fips/openssl/v2/README.md
@@ -8615,10 +8615,10 @@ index 00000000000000..7e3f7abe3487cb
8615
8615
+ }
8616
8616
diff --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
8617
8617
new file mode 100644
8618
- index 00000000000000..30ef2242bc3cf3
8618
+ index 00000000000000..e8f5c904fec325
8619
8619
--- /dev/null
8620
8620
+++ b/src/vendor/github.com/microsoft/go-crypto-winnative/cng/tls1prf.go
8621
- @@ -0,0 +1,92 @@
8621
+ @@ -0,0 +1,93 @@
8622
8622
+ // Copyright (c) Microsoft Corporation.
8623
8623
+ // Licensed under the MIT License.
8624
8624
+
@@ -8669,6 +8669,7 @@ index 00000000000000..30ef2242bc3cf3
8669
8669
+ if err := bcrypt.GenerateSymmetricKey(alg, &kh, nil, secret, 0); err != nil {
8670
8670
+ return err
8671
8671
+ }
8672
+ + defer bcrypt.DestroyKey(kh)
8672
8673
+
8673
8674
+ buffers := make([]bcrypt.Buffer, 0, 3)
8674
8675
+ if len(label) > 0 {
@@ -9496,15 +9497,15 @@ index 00000000000000..1722410e5af193
9496
9497
+ return getSystemDirectory() + "\\" + dll
9497
9498
+ }
9498
9499
diff --git a/src/vendor/modules.txt b/src/vendor/modules.txt
9499
- index 9a234e59b10c8c..832d0ac91cdaea 100644
9500
+ index 9a234e59b10c8c..52273a8e600c78 100644
9500
9501
--- a/src/vendor/modules.txt
9501
9502
+++ b/src/vendor/modules.txt
9502
9503
@@ -1,3 +1,14 @@
9503
9504
+ # github.com/golang-fips/openssl/v2 v2.0.0-rc.3.0.20241114123242-248af7388443
9504
9505
+ ## explicit; go 1.20
9505
9506
+ github.com/golang-fips/openssl/v2
9506
9507
+ github.com/golang-fips/openssl/v2/bbig
9507
- + # github.com/microsoft/go-crypto-winnative v0.0.0-20240925170411-b29b5cde7fdd
9508
+ + # github.com/microsoft/go-crypto-winnative v0.0.0-20250211161421-4edbd9b94d35
9508
9509
+ ## explicit; go 1.17
9509
9510
+ github.com/microsoft/go-crypto-winnative/cng
9510
9511
+ github.com/microsoft/go-crypto-winnative/cng/bbig
0 commit comments