diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-04-12 15:39:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-12 15:39:43 -0400 |
commit | 8586b4856fb2b3de8aed45300ce8ec324f5f6bcd (patch) | |
tree | 416968a49c688b3c2fe31cc2310fc026fcbcb01a /vendor/golang.org/x/crypto/ssh/cipher.go | |
parent | d16e3144e9f1dffb51a28d7d245c296c9e9281f1 (diff) | |
parent | 5e680d54e9e8b849b90047d2d87bc7664edaaa1d (diff) | |
download | podman-8586b4856fb2b3de8aed45300ce8ec324f5f6bcd.tar.gz podman-8586b4856fb2b3de8aed45300ce8ec324f5f6bcd.tar.bz2 podman-8586b4856fb2b3de8aed45300ce8ec324f5f6bcd.zip |
Merge pull request #13841 from lsm5/main-cve-2022-27191
Bump golang.org/x/crypto to 7b82a4e
Diffstat (limited to 'vendor/golang.org/x/crypto/ssh/cipher.go')
-rw-r--r-- | vendor/golang.org/x/crypto/ssh/cipher.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/ssh/cipher.go b/vendor/golang.org/x/crypto/ssh/cipher.go index f8bdf4984..770e8a663 100644 --- a/vendor/golang.org/x/crypto/ssh/cipher.go +++ b/vendor/golang.org/x/crypto/ssh/cipher.go @@ -640,7 +640,7 @@ const chacha20Poly1305ID = "chacha20-poly1305@openssh.com" // chacha20Poly1305Cipher implements the chacha20-poly1305@openssh.com // AEAD, which is described here: // -// https://tools.ietf.org/html/draft-josefsson-ssh-chacha20-poly1305-openssh-00 +// https://tools.ietf.org/html/draft-josefsson-ssh-chacha20-poly1305-openssh-00 // // the methods here also implement padding, which RFC4253 Section 6 // also requires of stream ciphers. |