-
Notifications
You must be signed in to change notification settings - Fork 165
Comparing changes
Open a pull request
base repository: pion/dtls
base: v2.1.5
head repository: pion/dtls
compare: v2.2.0
Commits on May 18, 2022
-
This makes things work properly with podman, without having to rely on implicit fallback configuration to the Docker Hub.
Configuration menu - View commit details
-
Copy full SHA for ba33f3d - Browse repository at this point
Copy the full SHA ba33f3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189d384 - Browse repository at this point
Copy the full SHA 189d384View commit details -
Consolidate signaturehash tests
We're well past Go 1.13 now, and our go.mod requires 1.13 as a minimum. No need to separate the tests anymore.
Configuration menu - View commit details
-
Copy full SHA for 10d3c06 - Browse repository at this point
Copy the full SHA 10d3c06View commit details
Commits on May 21, 2022
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 84b65ad - Browse repository at this point
Copy the full SHA 84b65adView commit details
Commits on May 22, 2022
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 89cd8ae - Browse repository at this point
Copy the full SHA 89cd8aeView commit details
Commits on May 24, 2022
-
Fix CertificateVerify for ed25519
We were incorrectly hashing the handshakeBodies and passing that into Sign. However, for ed25519 you're not supposed to do that, it's part of the signature scheme (aside from the fact that it also uses SHA-512, not SHA-256). This should now result in ED25519 client certificates working correctly. Fixes: #469
Configuration menu - View commit details
-
Copy full SHA for 74571b5 - Browse repository at this point
Copy the full SHA 74571b5View commit details -
x509.KeyUsageKeyEncipherment is only valid for RSA. It's probably harmless to have it on other things, but it really shouldn't be there.
Configuration menu - View commit details
-
Copy full SHA for 2d27879 - Browse repository at this point
Copy the full SHA 2d27879View commit details -
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for fa5afe3 - Browse repository at this point
Copy the full SHA fa5afe3View commit details
Commits on Jun 1, 2022
-
Update golang.org/x/crypto digest to 793ad66
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 4589ddf - Browse repository at this point
Copy the full SHA 4589ddfView commit details -
Update golang.org/x/net digest to c960675
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 0d729a7 - Browse repository at this point
Copy the full SHA 0d729a7View commit details
Commits on Jun 22, 2022
-
Update module github.com/pion/transport to v0.13.1
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 0dd0f95 - Browse repository at this point
Copy the full SHA 0dd0f95View commit details
Commits on Jul 1, 2022
-
Update golang.org/x/crypto digest to 0559593
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 194c03a - Browse repository at this point
Copy the full SHA 194c03aView commit details -
Update golang.org/x/net digest to 69896b7
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 66ec820 - Browse repository at this point
Copy the full SHA 66ec820View commit details
Commits on Jul 29, 2022
-
Make the Elliptic curves and order configurable
This allows the client/server to chose which elliptic curves they wish to advertise, and in which order. Fixes #474
Configuration menu - View commit details
-
Copy full SHA for de299f5 - Browse repository at this point
Copy the full SHA de299f5View commit details
Commits on Aug 3, 2022
-
Implement VerifyConnection as is in tls.Config
VerifyConnection, if not nil, is called after normal certificate verification/PSK and after VerifyPeerCertificate by either a TLS client or server. If it returns a non-nil error, the handshake is aborted and that error results. If normal verification fails then the handshake will abort before considering this callback. This callback will run for all connections regardless of InsecureSkipVerify or ClientAuth settings.
Configuration menu - View commit details
-
Copy full SHA for 82c1271 - Browse repository at this point
Copy the full SHA 82c1271View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ebc62 - Browse repository at this point
Copy the full SHA b8ebc62View commit details
Commits on Aug 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 43968a2 - Browse repository at this point
Copy the full SHA 43968a2View commit details -
Implement GetCertificate and GetClientCertificate
The goal is to close the feature parity gap with stdlib's tls package. Co-authored-by: Rachel Chen <rachel@chens.email>
Configuration menu - View commit details
-
Copy full SHA for a04cfcc - Browse repository at this point
Copy the full SHA a04cfccView commit details
Commits on Sep 1, 2022
-
Update golang.org/x/net digest to 83b083e
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 980895f - Browse repository at this point
Copy the full SHA 980895fView commit details -
Update golang.org/x/crypto digest to c86fa9a
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 4f8fa1e - Browse repository at this point
Copy the full SHA 4f8fa1eView commit details
Commits on Oct 1, 2022
-
Update golang.org/x/crypto digest to eccd636
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for aabc687 - Browse repository at this point
Copy the full SHA aabc687View commit details -
Update golang.org/x/net digest to 107f3e3
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 984d41b - Browse repository at this point
Copy the full SHA 984d41bView commit details
Commits on Oct 20, 2022
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 4ae7e13 - Browse repository at this point
Copy the full SHA 4ae7e13View commit details
Commits on Nov 1, 2022
-
Update module golang.org/x/crypto to v0.1.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 8eed8ed - Browse repository at this point
Copy the full SHA 8eed8edView commit details
Commits on Nov 19, 2022
-
Update module github.com/pion/transport to v0.14.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 1209570 - Browse repository at this point
Copy the full SHA 1209570View commit details
Commits on Dec 1, 2022
-
Update module github.com/pion/transport to v0.14.1
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for f4896b5 - Browse repository at this point
Copy the full SHA f4896b5View commit details -
Update module golang.org/x/net to v0.2.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 265bf7a - Browse repository at this point
Copy the full SHA 265bf7aView commit details -
Update module golang.org/x/crypto to v0.3.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 0b11454 - Browse repository at this point
Copy the full SHA 0b11454View commit details
Commits on Dec 31, 2022
-
Ignore lint error on Subjects() deprecation
The API is expected to be called with a new cert pool. The deprecation has no suggested alternative.
Configuration menu - View commit details
-
Copy full SHA for c21afb8 - Browse repository at this point
Copy the full SHA c21afb8View commit details -
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 5e7f90f - Browse repository at this point
Copy the full SHA 5e7f90fView commit details
Commits on Jan 1, 2023
-
Update module golang.org/x/net to v0.4.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 08c3602 - Browse repository at this point
Copy the full SHA 08c3602View commit details -
Update module golang.org/x/crypto to v0.4.0
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for 3026357 - Browse repository at this point
Copy the full SHA 3026357View commit details
Commits on Jan 4, 2023
-
Update hash name check to be case insensitive
Some SDPs emit uppercase hash names. This change makes the comparison case insensitive.
Configuration menu - View commit details
-
Copy full SHA for f40c61d - Browse repository at this point
Copy the full SHA f40c61dView commit details
Commits on Jan 10, 2023
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 205e480 - Browse repository at this point
Copy the full SHA 205e480View commit details -
Update module github.com/pion/udp to v0.1.2
Generated by renovateBot
Configuration menu - View commit details
-
Copy full SHA for d0f27fe - Browse repository at this point
Copy the full SHA d0f27feView commit details
Commits on Jan 20, 2023
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for 3a6f531 - Browse repository at this point
Copy the full SHA 3a6f531View commit details
Commits on Jan 22, 2023
-
The old code caused compilation errors an was clearly not covered by any tests so far.
Configuration menu - View commit details
-
Copy full SHA for 6aaf97c - Browse repository at this point
Copy the full SHA 6aaf97cView commit details
Commits on Jan 23, 2023
-
Update lint scripts and CI configs.
Configuration menu - View commit details
-
Copy full SHA for b122250 - Browse repository at this point
Copy the full SHA b122250View commit details -
Use Go's built-in fuzzing tool instead of go-fuzz
Use Go's built-in fuzzing tool instead of go-fuzz
Configuration menu - View commit details
-
Copy full SHA for 5f48042 - Browse repository at this point
Copy the full SHA 5f48042View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.5...v2.2.0