Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dtls2 package to version 0.17.0 #189

Merged
merged 1 commit into from
May 25, 2024

Conversation

JKRhb
Copy link
Contributor

@JKRhb JKRhb commented May 22, 2024

This PR updates the dtls2 package to the latest version.

There are currently a couple of issues when trying to use the CoAPS example with newer versions of DTLS because they have deprecated a number of cipher suites, including the mandatory one for CoAP (TLS_PSK_WITH_AES_128_CCM_8), making it necessary to explicitly state that you want to them, which is a bit annoying. I will create another patch version soon that will address this issue and make the package usable in this context again.

@shamblett shamblett merged commit bb85a54 into shamblett:master May 25, 2024
2 of 3 checks passed
@shamblett
Copy link
Owner

OK thanks ,merged, as you can see there is a build error on Windows, all the tests are passing so I'm guessing the failure(which looks a bit weird) may have nothing to do with this PR, happy for this to be addressed in your future patch.

@JKRhb
Copy link
Contributor Author

JKRhb commented May 25, 2024

Thank you for merging this PR! :)

The CI issue on Windows is an upstream problem that exists since the release of Dart 3.4 (see dart-lang/sdk#55745). The workaround for now seems to be switching back to Dart 3.3 on Windows until the issue has been fixed. But since the tests are passing, this is probably not strictly necessary and will hopefully be resolved soon.

@JKRhb JKRhb deleted the update-dtls2 branch May 27, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants