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

pkcs5: add support for using AES-GCM in PBES2 #1433

Merged
merged 9 commits into from
Jun 15, 2024

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Fix fmt and cargo lints

    randombit committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e95bb01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a26b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    c5280f3 View commit details
    Browse the repository at this point in the history
  2. Use U12 for where clause

    randombit committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3222d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603bbb4 View commit details
    Browse the repository at this point in the history
  4. Fix a clippy

    randombit committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fc5ee24 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Arthur Gautier <superbaloo+registrations.github@superbaloo.net>
    randombit and baloo authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    67ebe39 View commit details
    Browse the repository at this point in the history
  6. Fix typo, and fmt

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