[WIP] TLSMAN: Support for sock_async#9446
Closed
rfuentess wants to merge 10 commits intoRIOT-OS:masterfrom
Closed
Conversation
The integration of TinyDTLS for RIOT has been merged into the development branch of the official repository. It will be officially available on the master branch in the next release of tinyDTLS. Other minor updates: - Support for the RIOT's memarray - tinydtls/sha2 is removed from the compilation for giving priority to RIOT's sha2 functions.
Due to all the changes, this is basically a new version for this example. The main benefit is the use of sock_udp but also the client side is now more robust and reliable.
- Support for tinyDTLS
Test application for TLSMAN using tinyDTLS and sock_udp.
- TinyDTLS socket and gnrc are separated
Test for initial support for TLSMAN with tinyDTLS and Sock_async NOTE: This is s a PoC
8cf7abc to
1e45abb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR is mostly a proof of concept for using PRs #8149 and #8236 with TLSMAN.
Now that is settled that sock will not be changed but only extended I'm separating this part from my TLSMAN module.
Issues/PRs references
Depends on: