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

Signing #253

Merged
merged 11 commits into from
Aug 26, 2024
Merged

Signing #253

merged 11 commits into from
Aug 26, 2024

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    ede96c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a0d72 View commit details
    Browse the repository at this point in the history
  3. feat: add MavConnection::setup_signing(), signing functions to MAVLin…

    …kV2MessageRaw
    
    add calculate_signature, checksum_bytes, signature_link_id[_mut], signature_timestamp[_bytes[_mut]], signature_value[_mut] to MAVLinkV2MessageRaw
    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    87bb7cb View commit details
    Browse the repository at this point in the history
  4. fix: move signing mod, remove incompat_flags since it is breaking

    feat: add distinct pub fn for signing, signing in MavConnection send, add signing feature to mavlink
    test: add --features signing to all test, add signing test, add Debug, Clone to SigningConfig
    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b5ea0b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e5fa52 View commit details
    Browse the repository at this point in the history
  6. test: add features signing, tokio-1 to clippy

    test: add signing to msrv check
    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    959264c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f8c2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    51e6de1 View commit details
    Browse the repository at this point in the history
  9. fix: clippy warnings

    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    552560b View commit details
    Browse the repository at this point in the history
  10. fix: remove redundant feature gate

    test: add signing to internal-tests matrix
    test: add signing as msrv matrix option
    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    614cd28 View commit details
    Browse the repository at this point in the history
  11. fix: fmt

    pv42 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    7459923 View commit details
    Browse the repository at this point in the history