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

Fix #2467, message integrity API #2468

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Commits on Nov 18, 2023

  1. Fix nasa#2467, message integrity API

    Adds two new APIs to the MSG module related to integrity:
    
    CFE_MSG_OriginationAction
    CFE_MSG_VerificationAction
    
    These should perform all calculations/updates on origination and
    all verifcation/checks at termination of the message path, respectively.
    
    The specific set of actions depends on how the user has implemented
    their particular MSG module.  By default, the traditional CFE
    encapsulation sets a checksum on commands and a timestamp on TLM,
    and no verification at the receiver.
    jphickey committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    4a4ada4 View commit details
    Browse the repository at this point in the history