Merged
Conversation
b3c38e7 to
1123299
Compare
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 8, 2019
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 10, 2019
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 10, 2019
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 12, 2019
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 12, 2019
kaspar030
added a commit
to kaspar030/RIOT
that referenced
this pull request
Jul 15, 2019
1123299 to
33a0656
Compare
33a0656 to
6a53058
Compare
303a1bc to
7df0d13
Compare
Co-authored-by: Francisco Molina <femolina@uc.cl>
7df0d13 to
84bf09c
Compare
Contributor
Author
|
This is not WIP anymore. Commit history got messy, so I rebased and squashed. Ready for review! |
fjmolinas
reviewed
Jul 17, 2019
pkg/libcose/Makefile.dep
Outdated
| ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE))) | ||
| USEPKG += hacl | ||
| endif | ||
| ifneq (,$(filter libcose_crypt_monocypher,$(USEMODULE))) |
Contributor
There was a problem hiding this comment.
@bergzand are monocypher and c25519 still missing RIOT glue code? If its the case I might take them out of this PR for now.
Contributor
There was a problem hiding this comment.
@kaspar030 tested #11818 using moncypher and c25519 and they are not working yet.
I order not to delay I would suggest removing them from the PR, and going forward with the rest.
Contributor
Author
There was a problem hiding this comment.
+1, I've removed the corresponding commit
84bf09c to
40c8953
Compare
Contributor
Author
|
&go! Thanks a lot for fixing up the tests @fjmolinas! |
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 updates pkg/libcose to current master.
The API evolved a bit, thus the test needs adoption.
Also, libcose now uses nanocbor.
Marking WIP until the test works again.(tests updated)Testing procedure
Issues/PRs references