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

AVX-512 support for RSA Signing #1273

Merged
merged 36 commits into from
Sep 17, 2024
Merged

AVX-512 support for RSA Signing #1273

merged 36 commits into from
Sep 17, 2024

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    b9088fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6269ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2ece9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ad9da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    024a9ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd2a3d1 View commit details
    Browse the repository at this point in the history
  7. fix disallowed interaction with OPENSSL_ia32_cap_P in fips mode

    The fipstool delocation only allows the use of `lea` when interacting
    with this symbol. This commit uses `lea` and `r11` as required by the
    delocation process.
    pittma committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d4d89fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0f3737 View commit details
    Browse the repository at this point in the history
  9. include avx512ifma flag

    pittma committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8e55af5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d1ea20 View commit details
    Browse the repository at this point in the history
  11. address review comments

    pittma committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    407df8d View commit details
    Browse the repository at this point in the history
  12. regen generated source

    pittma committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e67bbda View commit details
    Browse the repository at this point in the history
  13. regenerate delocate parser

    pittma committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b33709e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    0e7c607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2d1327 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    5e1c7ee View commit details
    Browse the repository at this point in the history
  2. fix generated source conflict

    pittma committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    73d389d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    087bf5c View commit details
    Browse the repository at this point in the history
  2. address review 3 comments

    pittma committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c439bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    37b4a4a View commit details
    Browse the repository at this point in the history
  2. further review comments

    pittma committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e06d8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf9fc29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e626c2c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix dispatch test

    pittma committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    92b9e3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1055b42 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    58af762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d8fd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f925e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    2473469 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef26ced View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73b7b8f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    506dced View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    nebeid authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0dd53a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

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