-
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: bump version #11801
pkg/libcose: bump version #11801
Conversation
b3c38e7
to
1123299
Compare
1123299
to
33a0656
Compare
33a0656
to
6a53058
Compare
303a1bc
to
7df0d13
Compare
Co-authored-by: Francisco Molina <femolina@uc.cl>
7df0d13
to
84bf09c
Compare
This is not WIP anymore. Commit history got messy, so I rebased and squashed. Ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pkg/libcose/Makefile.dep
Outdated
@@ -8,3 +8,9 @@ endif | |||
ifneq (,$(filter libcose_crypt_hacl,$(USEMODULE))) | |||
USEPKG += hacl | |||
endif | |||
ifneq (,$(filter libcose_crypt_monocypher,$(USEMODULE))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bergzand are monocypher
and c25519
still missing RIOT glue code? If its the case I might take them out of this PR for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, I've removed the corresponding commit
84bf09c
to
40c8953
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran tests using #11818 as well as tests/pkg_libcose locally. ACK!
&go! Thanks a lot for fixing up the tests @fjmolinas! |
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