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

Ptls mbedtls #485

Merged
merged 42 commits into from
Nov 16, 2023
Merged

Ptls mbedtls #485

merged 42 commits into from
Nov 16, 2023

Commits on Sep 6, 2023

  1. Incorporate mbedtls in cmake

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    52c2797 View commit details
    Browse the repository at this point in the history
  2. include find mbedtls

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    aac4491 View commit details
    Browse the repository at this point in the history
  3. Add cmake module path

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e5cd275 View commit details
    Browse the repository at this point in the history
  4. Add find package

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    be89606 View commit details
    Browse the repository at this point in the history
  5. Update MbedTLS find

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    4a01610 View commit details
    Browse the repository at this point in the history
  6. Add missing endif

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7a53976 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aac49f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bbb502e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    262d334 View commit details
    Browse the repository at this point in the history
  10. update mbedtls test

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    17dee3e View commit details
    Browse the repository at this point in the history
  11. fix typo

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3d5657c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b29d4b4 View commit details
    Browse the repository at this point in the history
  13. Debugging github action.

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ce37fa0 View commit details
    Browse the repository at this point in the history
  14. Decomposing the build steps

    huitema committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    684008c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8bca3c2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    12bd194 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Add sha512 and sha384

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ccecfa5 View commit details
    Browse the repository at this point in the history
  2. Update sha384 definitions and test

    Christian Huitema authored and Christian Huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bc75434 View commit details
    Browse the repository at this point in the history
  3. Add aes256gcm

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    251d42b View commit details
    Browse the repository at this point in the history
  4. Add chachapoly

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ca4b8cb View commit details
    Browse the repository at this point in the history
  5. Add test definition.

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5118631 View commit details
    Browse the repository at this point in the history
  6. Fix copy paste errors

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0ad6f7f View commit details
    Browse the repository at this point in the history
  7. Another typo to fix

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    62736e7 View commit details
    Browse the repository at this point in the history
  8. Fix declarations

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4510592 View commit details
    Browse the repository at this point in the history
  9. use chacha20 test

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f818675 View commit details
    Browse the repository at this point in the history
  10. Fix chacha20 declaration

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    25894ae View commit details
    Browse the repository at this point in the history
  11. One last typo, hopefully

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    167be77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b80cac View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    480f189 View commit details
    Browse the repository at this point in the history
  14. Add mbedtls to ptlsbench

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c06bc1b View commit details
    Browse the repository at this point in the history
  15. Fix debug message

    huitema committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    833b34a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8f1542d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Declare cipher suites

    huitema committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    815a6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e922949 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. use high level PSA API

    huitema committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    943c8a9 View commit details
    Browse the repository at this point in the history
  2. Fix test random

    huitema committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c112fc5 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    huitema committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d913765 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Add code of sec256r1

    huitema committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0a3dccb View commit details
    Browse the repository at this point in the history
  2. Simplify aead setup

    huitema committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1c24153 View commit details
    Browse the repository at this point in the history
  3. Add x25519

    huitema committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3cd437b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eec837c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc9364e View commit details
    Browse the repository at this point in the history