Skip to content
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

Contiki-NG: Switch to secure PRNG #1201

Merged
merged 1 commit into from
Aug 7, 2023
Merged

Conversation

kkrentz
Copy link
Contributor

@kkrentz kkrentz commented Aug 4, 2023

Contiki-NG now has a secure PRNG, which we can use in coap_prng.c.

@mrdeep1
Copy link
Collaborator

mrdeep1 commented Aug 7, 2023

You need to add in csprng_feed() to coap_prng_init().

Should we be using release/v4.9 or develop/v4.9 as a known supported version?

@kkrentz
Copy link
Contributor Author

kkrentz commented Aug 7, 2023

release/v4.9 works. Contiki-NG takes care of seeding its insecure and secure PRNG while booting.

@mrdeep1 mrdeep1 merged commit a401a2a into obgm:develop Aug 7, 2023
25 checks passed
@kkrentz kkrentz deleted the contiki-pr branch August 7, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants