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

Make AES GCM more consistent cross platform #189

Merged
merged 84 commits into from
Jun 21, 2024
Merged

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    8d78335 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. modify test

    DmitriyMusatkin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    83f50b3 View commit details
    Browse the repository at this point in the history
  2. after finalize

    DmitriyMusatkin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a633787 View commit details
    Browse the repository at this point in the history
  3. lets test this

    DmitriyMusatkin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    95333f4 View commit details
    Browse the repository at this point in the history
  4. build fix

    DmitriyMusatkin committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    0f8835d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. aes fixes

    DmitriyMusatkin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f111f0c View commit details
    Browse the repository at this point in the history
  2. asan

    DmitriyMusatkin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    13511c0 View commit details
    Browse the repository at this point in the history
  3. more asan

    DmitriyMusatkin committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bfcbdb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. openssl fix

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2947d92 View commit details
    Browse the repository at this point in the history
  2. build fix

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5a00c05 View commit details
    Browse the repository at this point in the history
  3. win

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ac337f8 View commit details
    Browse the repository at this point in the history
  4. win build fix

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9903227 View commit details
    Browse the repository at this point in the history
  5. one more

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9d02642 View commit details
    Browse the repository at this point in the history
  6. love you too win

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    51f6c1c View commit details
    Browse the repository at this point in the history
  7. ugh

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e5f4c77 View commit details
    Browse the repository at this point in the history
  8. maybe this

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    16edbc6 View commit details
    Browse the repository at this point in the history
  9. lets try this

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cd2906d View commit details
    Browse the repository at this point in the history
  10. lets try this

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    66e8bd5 View commit details
    Browse the repository at this point in the history
  11. or this

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    28a94c3 View commit details
    Browse the repository at this point in the history
  12. debug info

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    7fe84f2 View commit details
    Browse the repository at this point in the history
  13. debug info

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    795c6c1 View commit details
    Browse the repository at this point in the history
  14. debug info

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ea4aebe View commit details
    Browse the repository at this point in the history
  15. args

    DmitriyMusatkin committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    664ea89 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix win

    DmitriyMusatkin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    57bb5b8 View commit details
    Browse the repository at this point in the history
  2. build

    DmitriyMusatkin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0e1ad09 View commit details
    Browse the repository at this point in the history
  3. casts

    DmitriyMusatkin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4cb4161 View commit details
    Browse the repository at this point in the history
  4. empty buffer

    DmitriyMusatkin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ba55b8f View commit details
    Browse the repository at this point in the history
  5. empty buffer

    DmitriyMusatkin committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    128e5b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. minor

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e2d0d40 View commit details
    Browse the repository at this point in the history
  2. empty gcm fixes

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b1d8505 View commit details
    Browse the repository at this point in the history
  3. wrong equality

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9c330a9 View commit details
    Browse the repository at this point in the history
  4. a bit more logging

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2036898 View commit details
    Browse the repository at this point in the history
  5. more logging

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1463ada View commit details
    Browse the repository at this point in the history
  6. more logging

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d1ea1b6 View commit details
    Browse the repository at this point in the history
  7. slightly more

    DmitriyMusatkin committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b24aaf3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. try lc fix

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4354880 View commit details
    Browse the repository at this point in the history
  2. fix gcm win

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e2b0fe8 View commit details
    Browse the repository at this point in the history
  3. restore len check

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fc4b3c8 View commit details
    Browse the repository at this point in the history
  4. exception handling

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6afe7c8 View commit details
    Browse the repository at this point in the history
  5. gcm refactor

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    96c48cc View commit details
    Browse the repository at this point in the history
  6. build fix

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b7d31a0 View commit details
    Browse the repository at this point in the history
  7. build fix

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d01f29b View commit details
    Browse the repository at this point in the history
  8. fix it up more

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4d194f8 View commit details
    Browse the repository at this point in the history
  9. oh win

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f5de133 View commit details
    Browse the repository at this point in the history
  10. seg fault

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    99200ed View commit details
    Browse the repository at this point in the history
  11. ptrs everywhere

    DmitriyMusatkin committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2456f17 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. test lc fix

    DmitriyMusatkin committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e24543f View commit details
    Browse the repository at this point in the history
  2. remove lc pin

    DmitriyMusatkin committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bf2b2fa View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. fix test

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    daacac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fae2a2 View commit details
    Browse the repository at this point in the history
  3. build

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b602008 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54729fa View commit details
    Browse the repository at this point in the history
  5. build

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7af4ee6 View commit details
    Browse the repository at this point in the history
  6. more build fixes

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    489543d View commit details
    Browse the repository at this point in the history
  7. test fix

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    746138d View commit details
    Browse the repository at this point in the history
  8. debug logs

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    ff19bc4 View commit details
    Browse the repository at this point in the history
  9. simplify

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5867e43 View commit details
    Browse the repository at this point in the history
  10. win cleanup

    DmitriyMusatkin committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1876719 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    bc2f091 View commit details
    Browse the repository at this point in the history
  2. try this

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    60d8f23 View commit details
    Browse the repository at this point in the history
  3. debug info

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    bc00b07 View commit details
    Browse the repository at this point in the history
  4. ugh

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    973d9ad View commit details
    Browse the repository at this point in the history
  5. fix cbc

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6460544 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42a85d5 View commit details
    Browse the repository at this point in the history
  7. update test

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    4e8e0ef View commit details
    Browse the repository at this point in the history
  8. and win

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    843d601 View commit details
    Browse the repository at this point in the history
  9. cleanup

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fb71397 View commit details
    Browse the repository at this point in the history
  10. remove cruft

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    59c8388 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8af0eb View commit details
    Browse the repository at this point in the history
  12. lint

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dd49ed2 View commit details
    Browse the repository at this point in the history
  13. bad merge

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    62c3f14 View commit details
    Browse the repository at this point in the history
  14. Update include/aws/cal/symmetric_cipher.h

    Co-authored-by: Michael Graeb <graebm@amazon.com>
    DmitriyMusatkin and graebm authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    42b8f50 View commit details
    Browse the repository at this point in the history
  15. Update source/windows/bcrypt_aes.c

    Co-authored-by: Michael Graeb <graebm@amazon.com>
    DmitriyMusatkin and graebm authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6f98669 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9b50d48 View commit details
    Browse the repository at this point in the history
  17. win debug fix

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    165685f View commit details
    Browse the repository at this point in the history
  18. bad precoindition

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    797517c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    65e29a5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ffacd09 View commit details
    Browse the repository at this point in the history
  21. address comments

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    73b14fb View commit details
    Browse the repository at this point in the history
  22. win build

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ad8435d View commit details
    Browse the repository at this point in the history
  23. lint

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c8c67e5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    dfe3033 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7fbf3ab View commit details
    Browse the repository at this point in the history
  26. lint

    DmitriyMusatkin committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a6ad7ef View commit details
    Browse the repository at this point in the history