-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/libcose: add RIOT as crypto backend #17701
Merged
Merged
Conversation
This file contains 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
fjmolinas
requested review from
miri64,
smlng,
leandrolanzieri,
aabadie and
MichelRottleuthner
as code owners
February 24, 2022 16:10
github-actions
bot
added
Area: pkg
Area: External package ports
Area: tests
Area: tests and testing framework
labels
Feb 24, 2022
benpicco
reviewed
Apr 15, 2022
benpicco
reviewed
Apr 15, 2022
benpicco
added
the
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
label
Apr 15, 2022
benpicco
reviewed
Apr 15, 2022
pkg/libcose/patches/0001-RIOT-Use-RIOT-random_bytes-function-instead-of-rando.patch
Outdated
Show resolved
Hide resolved
fjmolinas
force-pushed
the
pr_libcose_riot_crypto
branch
from
April 25, 2022 14:22
b699bdd
to
2072e7e
Compare
fjmolinas
added
State: waiting for other PR
State: The PR requires another PR to be merged first
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Apr 25, 2022
fjmolinas
force-pushed
the
pr_libcose_riot_crypto
branch
2 times, most recently
from
April 29, 2022 14:48
de54e45
to
a7d8f17
Compare
fjmolinas
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
State: waiting for other PR
State: The PR requires another PR to be merged first
labels
Apr 29, 2022
No longer waiting |
github-actions
bot
added
Area: build system
Area: Build system
Area: Kconfig
Area: Kconfig integration
labels
May 16, 2022
fjmolinas
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
May 16, 2022
@benpicco last push should have fixed the ci (only blacklisting missing), ok to squash? |
fjmolinas
force-pushed
the
pr_libcose_riot_crypto
branch
from
May 17, 2022 08:51
f3e6716
to
2452502
Compare
benpicco
approved these changes
May 17, 2022
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: build system
Area: Build system
Area: Kconfig
Area: Kconfig integration
Area: pkg
Area: External package ports
Area: tests
Area: tests and testing framework
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
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 adds RIOT crypto as a potential crypto backend for libcose. Here only
chacha20poly1305
is added, but this puts the base to extend.As its only a crypto backend and not usable for signing I also split the encrypting part of the test into a generic test easy to extend with other crypto (stolen from libcose)
Testing procedure
Related PRs
Waiting for bergzand/libcose#128
Waiting for #18003