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

Add MAYO signature scheme from NIST onramp #1707

Merged
merged 24 commits into from
Jul 13, 2024
Merged

Add MAYO signature scheme from NIST onramp #1707

merged 24 commits into from
Jul 13, 2024

Commits on Jul 8, 2024

  1. - Initial import of onramp candidate MAYO

    - Adds common implementations of AES128CTR
    
    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e173fa2 View commit details
    Browse the repository at this point in the history
  2. fix aes ossl

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0c064ab View commit details
    Browse the repository at this point in the history
  3. disable mayo per default in zephyr

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    47a2242 View commit details
    Browse the repository at this point in the history
  4. zephyr config update

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e79eefd View commit details
    Browse the repository at this point in the history
  5. add ct-tests [skip ci]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6507528 View commit details
    Browse the repository at this point in the history
  6. Add NIST_SIG_ONRAMP option and add AES128_CTR tests

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fac73d8 View commit details
    Browse the repository at this point in the history
  7. Sync copy_from_upstream, remove unsed functions, fix typos

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e46ff56 View commit details
    Browse the repository at this point in the history
  8. Remove unused function

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8caa74e View commit details
    Browse the repository at this point in the history
  9. update after upstream merge

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d445103 View commit details
    Browse the repository at this point in the history
  10. dummy change [trigger downstream]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ea5a711 View commit details
    Browse the repository at this point in the history
  11. release-test with sign-off message [trigger downstream]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6514a48 View commit details
    Browse the repository at this point in the history
  12. Better exiting if nullptr & replace some asserts in aes_ossl.c

    Add MAYO_5 and updates
    
    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8616be5 View commit details
    Browse the repository at this point in the history
  13. fix KAT order

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3f84dd8 View commit details
    Browse the repository at this point in the history
  14. disable mayo_5 in zephyr

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    03b6cb4 View commit details
    Browse the repository at this point in the history
  15. remove comments & zephyr build fix

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    33164c4 View commit details
    Browse the repository at this point in the history
  16. zephyr build fix

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fcd81af View commit details
    Browse the repository at this point in the history
  17. Add MAYO_5 to NIST_SIG_ONRAMP algorithms

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9d2bc83 View commit details
    Browse the repository at this point in the history
  18. Add --formula tag to fix brew errors

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    63b0fc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. remove PQC_AES128_STATESIZE macro [trigger downstream]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ca5d956 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    b2260b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2223225 View commit details
    Browse the repository at this point in the history
  3. update after merge [trigger downstream]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c12c293 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. presistent spec version (trigger again) [trigger downstream]

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2dff07f View commit details
    Browse the repository at this point in the history
  2. Add missing runner to ubuntu.yml

    Signed-off-by: Basil Hess <[email protected]>
    bhess committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    ef7fde5 View commit details
    Browse the repository at this point in the history