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

B2CA-1566: Dynamic network management #635

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

cedelavergne-ledger
Copy link
Contributor

@cedelavergne-ledger cedelavergne-ledger commented Aug 29, 2024

Description

Add feature (new APDU) to inject a network config at runtime.
This configuration is not stored on the device, just used in RAM for the running session.
Up to 2 configurations can be used.
Signature on the received payload is activated, using a new dedicated key (LedgerPKI supported).

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

src/network.c Fixed Show fixed Hide fixed
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1566_networks branch 4 times, most recently from 22083ab to 720b679 Compare September 16, 2024 17:05
src/network.c Fixed Show fixed Hide fixed
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1566_networks branch 3 times, most recently from 657057d to fe41030 Compare September 18, 2024 16:48
src/network.c Fixed Show fixed Hide fixed
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1566_networks branch 3 times, most recently from 525fff0 to a9712aa Compare September 19, 2024 15:56
#endif

#define WITH_TAG_SIGNATURE
// #define WITH_TAG_CRC32

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1566_networks branch 3 times, most recently from e90f83b to ac07d3e Compare September 20, 2024 09:09
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1566_networks branch 15 times, most recently from af79311 to 4136b52 Compare September 20, 2024 13:55
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.

1 participant