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

dsa: Add initial DSA implementation #471

Merged
merged 29 commits into from
May 16, 2022
Merged

Commits on May 9, 2022

  1. dsa: add DSA implementation

    aumetra committed May 9, 2022
    Configuration menu
    Copy the full SHA
    2333077 View commit details
    Browse the repository at this point in the history
  2. dsa: Add README

    aumetra committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ef94e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f88ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac85e21 View commit details
    Browse the repository at this point in the history
  5. dsa: Update to pkcs8 0.9.0

    aumetra committed May 9, 2022
    Configuration menu
    Copy the full SHA
    955f25f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e2da39 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e71fc26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d7cd4a View commit details
    Browse the repository at this point in the history
  9. dsa: Adjust MSRV in workflow

    aumetra committed May 9, 2022
    Configuration menu
    Copy the full SHA
    84715de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1c33224 View commit details
    Browse the repository at this point in the history
  11. dsa: Update sanity checks

    aumetra committed May 9, 2022
    Configuration menu
    Copy the full SHA
    6bc6cc1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    7123e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c4028 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7f2746 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    f4df269 View commit details
    Browse the repository at this point in the history
  2. dsa: Re-add no_std attribute

    aumetra committed May 11, 2022
    Configuration menu
    Copy the full SHA
    3b0fa03 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. dsa: Update documentation

    aumetra committed May 12, 2022
    Configuration menu
    Copy the full SHA
    f1ec422 View commit details
    Browse the repository at this point in the history
  2. dsa: Reuse buffer

    aumetra committed May 12, 2022
    Configuration menu
    Copy the full SHA
    ea4caff View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    26379d8 View commit details
    Browse the repository at this point in the history
  2. dsa: Add 2048-bit key tests

    aumetra committed May 13, 2022
    Configuration menu
    Copy the full SHA
    630380f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    080ab30 View commit details
    Browse the repository at this point in the history
  4. dsa: Update README

    aumetra committed May 13, 2022
    Configuration menu
    Copy the full SHA
    68714fe View commit details
    Browse the repository at this point in the history
  5. dsa: Add signature tests

    aumetra committed May 13, 2022
    Configuration menu
    Copy the full SHA
    40e7fd2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Configuration menu
    Copy the full SHA
    c2187f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d74cb View commit details
    Browse the repository at this point in the history
  3. Revert "dsa: Use the OS native line ending"

    This reverts commit 64d74cb.
    aumetra committed May 14, 2022
    Configuration menu
    Copy the full SHA
    2f1f818 View commit details
    Browse the repository at this point in the history
  4. dsa: Enforce LF on windows

    aumetra committed May 14, 2022
    Configuration menu
    Copy the full SHA
    7ef831b View commit details
    Browse the repository at this point in the history
  5. dsa: Adjust working directory

    aumetra committed May 14, 2022
    Configuration menu
    Copy the full SHA
    4daff59 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

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