csi-driver-nfs/vendor/golang.org/x/crypto/ssh
Emilien Macchi 6e97c91760 fix: Address CVE-2022-27191
Upgrade golang.org/x/crypto to latest (pushed on Apr 11, 2022).

This commit is the result of running:

```
go get golang.org/x/crypto/ssh@latest \
	&& go mod tidy && go mod vendor
```

See https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ

**What this PR does / why we need it**:
Upgrades golang.org/x/crypto/ssh to latest, where the vulnerability has been fixed.
2022-04-13 09:52:29 -04:00
..
internal/bcrypt_pbkdf Update vendor directory 2020-11-03 23:56:05 +05:30
buffer.go Update vendor directory 2020-11-03 23:56:05 +05:30
certs.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
channel.go Update vendor directory 2020-11-03 23:56:05 +05:30
cipher.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
client.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
client_auth.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
common.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
connection.go Update vendor directory 2020-11-03 23:56:05 +05:30
doc.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
handshake.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
kex.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
keys.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
mac.go Update vendor directory 2020-11-03 23:56:05 +05:30
messages.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
mux.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
server.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
session.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
ssh_gss.go Update vendor directory 2020-11-03 23:56:05 +05:30
streamlocal.go Update vendor directory 2020-11-03 23:56:05 +05:30
tcpip.go Update vendor directory 2020-11-03 23:56:05 +05:30
transport.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00