WIFI-15401: Add version anti-rollback function for RAP7110C-341X/RAP750W-311A/RAP750E-S/RAP750E-H#1035
Open
JackTsai-CBT wants to merge 2 commits intonextfrom
Conversation
Contributor
|
why is this needed ? we already have this feature in our sysupgrade code path where we ensure that none pki2.0 images cannot be installed on pki2.0 devices. |
|
Hi John, we cannot find "this feature in our sysupgrade code path where we ensure that none pki2.0 images cannot be installed on pki2.0 devices." . Do you mean this feature will be implemented in TIP5.0 release? Thanks! |
|
Hi John,
|
Contributor
|
@richardzhang-sw2 that it is important to write understandable and comprehensive patch descriptions. no one apart from you knew that this is partition type and not pki2.0 related. |
According 6c4ca10, RAP7110C-341X: Starting from TIP4.1.0, its certificate format changes to ext4. So we need to prohibit to downgrade the versions earlier than TIP4.1.0. It is necessary to add version checking and anti-rollback functionality for the RAP7110C-341X to prevent certificate partition-related issues on older firmware versions. Signed-off-by: jackcybertan <jack.tsai@cybertan.com.tw>
…1A/RAP750E-S/RAP750E-H RAP750W,RAP750E-S and RAP750E-H: Their certificate formats change to UBIFS. The relevant PR #1027 was merged. Need to the restricted version should be the latest version. Signed-off-by: jackcybertan <jack.tsai@cybertan.com.tw>
017587a to
1381ecb
Compare
|
Hi John, |
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.
Thanks!