Skip to content

sys: new sock submodule for DTLS#11909

Merged
miri64 merged 2 commits intoRIOT-OS:masterfrom
pokgak:sock_dtls_api_tinydtls
Aug 27, 2019
Merged

sys: new sock submodule for DTLS#11909
miri64 merged 2 commits intoRIOT-OS:masterfrom
pokgak:sock_dtls_api_tinydtls

Conversation

@pokgak
Copy link
Copy Markdown
Contributor

@pokgak pokgak commented Jul 24, 2019

Contribution description

This PR is part of the PR series to introduce a new DTLS sock module in RIOT.

The module introduces a new sock type sock_dtls. Similar to the TCP/UDP sock, DTLS sock needs to be implemented separately for each underlying DTLS implementation.

This PR also introduces a new net_dtls group in Doxygen to group and document all related DTLS components together for easier discovery.

The example implementation of this PR is provided by #11943.

Testing procedure

make static-test and make doc produces no errors or warnings.

Issues/PRs references

Depends on #11564
Previous discussion #10897

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: network Area: Networking Area: security Area: Security-related libraries and subsystems CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Reviewed: 1-fundamentals The fundamentals of the PR were reviewed according to the maintainer guidelines Reviewed: 2-code-design The code design of the PR was reviewed according to the maintainer guidelines Reviewed: 3-testing The PR was tested according to the maintainer guidelines Reviewed: 4-code-style The adherence to coding conventions by the PR were reviewed according to the maintainer guidelines Reviewed: 5-documentation The documentation details of the PR were reviewed according to the maintainer guidelines Type: new feature The issue requests / The PR implemements a new feature for RIOT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants