Skip to content

Commit

Permalink
tls 1.3: update zcrypto to latest feature/TLSv1.3 branch
Browse files Browse the repository at this point in the history
This commit updates zcrypto to the latest feature/TLSv1.3 branch, which
pulls in:

commit d2652309b7af120490f71b16225a3bcdd2979ab8
Author: Jeff Cody <[email protected]>
Date:   Thu Dec 16 12:59:09 2021 -0500

   TLS 1.3: don't create skx log if processing server key exchange failed (#326)
  • Loading branch information
codyprime committed Dec 16, 2021
1 parent 652a662 commit a8f901b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.20.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/zmap/zcrypto v0.0.0-20211215002636-794a43ce1b16
github.com/zmap/zcrypto v0.0.0-20211216175909-d2652309b7af
github.com/zmap/zflags v1.4.0-beta.1.0.20200204220219-9d95409821b6
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ github.com/zmap/zcrypto v0.0.0-20210920131930-11cb43ac62dd h1:hl3GmSA4k1N8E2kPvU
github.com/zmap/zcrypto v0.0.0-20210920131930-11cb43ac62dd/go.mod h1:64KeCzxyjA/pxA8ek5WQdJTLV/aF7hZScXz+blZ5QQE=
github.com/zmap/zcrypto v0.0.0-20211215002636-794a43ce1b16 h1:MaApWRJ2cb+y39In6PqS7C1nCrDkej/wvWnvZxnz2T4=
github.com/zmap/zcrypto v0.0.0-20211215002636-794a43ce1b16/go.mod h1:64KeCzxyjA/pxA8ek5WQdJTLV/aF7hZScXz+blZ5QQE=
github.com/zmap/zcrypto v0.0.0-20211216175909-d2652309b7af h1:uN1OzUJBnkWortooRxsOgSNjXTmRDBpsRlY9BToK1dk=
github.com/zmap/zcrypto v0.0.0-20211216175909-d2652309b7af/go.mod h1:64KeCzxyjA/pxA8ek5WQdJTLV/aF7hZScXz+blZ5QQE=
github.com/zmap/zflags v1.4.0-beta.1.0.20200204220219-9d95409821b6 h1:XYA+NN2AS4mRmIDVu2nCtrjU17zKlRihO3MnlcmueUw=
github.com/zmap/zflags v1.4.0-beta.1.0.20200204220219-9d95409821b6/go.mod h1:HXDUD+uue8yeLHr0eXx1lvY6CvMiHbTKw5nGmA9OUoo=
go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
Expand Down

0 comments on commit a8f901b

Please sign in to comment.