Skip to content

Commit 14d166c

Browse files
committed
[release/1.3] vendor: update golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
full diff: golang/crypto@5c40567...69ecbb4 Includes golang/crypto@69ecbb4 (forward-port of golang/crypto@8b5121b), which fixes CVE-2020-7919: Panic in crypto/x509 certificate parsing and golang.org/x/crypto/cryptobyte On 32-bit architectures, a malformed input to crypto/x509 or the ASN.1 parsing functions of golang.org/x/crypto/cryptobyte can lead to a panic. The malformed certificate can be delivered via a crypto/tls connection to a client, or to a server that accepts client certificates. net/http clients can be made to crash by an HTTPS server, while net/http servers that accept client certificates will recover the panic and are unaffected. Thanks to Project Wycheproof for providing the test cases that led to the discovery of this issue. The issue is CVE-2020-7919 and Go issue golang.org/issue/36837. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d1e31f9 commit 14d166c

14 files changed

Lines changed: 9 additions & 2944 deletions

File tree

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ github.com/modern-go/concurrent 1.0.3
6767
github.com/opencontainers/selinux 5215b1806f52b1fcc2070a8826c542c9d33cd3cf
6868
github.com/seccomp/libseccomp-golang v0.9.1
6969
github.com/tchap/go-patricia v2.2.6
70-
golang.org/x/crypto 5c40567a22f818bd14a1ea7245dad9f8ef0691aa
70+
golang.org/x/crypto 69ecbb4d6d5dab05e49161c6e77ea40a030884e1
7171
golang.org/x/oauth2 0f29369cfe4552d0e4bcddc57cc75f4d7e672a33
7272
golang.org/x/time 85acf8d2951cb2a3bde7632f9ff273ef0379bcbd
7373
gopkg.in/inf.v0 v0.9.0

vendor/golang.org/x/crypto/curve25519/const_amd64.h

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/golang.org/x/crypto/curve25519/const_amd64.s

Lines changed: 0 additions & 20 deletions
This file was deleted.

vendor/golang.org/x/crypto/curve25519/cswap_amd64.s

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)