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

Test larger inputs #28

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

Firstyear
Copy link
Member

@Firstyear Firstyear commented Jan 5, 2024

While developing aes-128-cbc support for compact-jwt, I noticed that openssl cipher requires block-size iterations in cbc mode. This adds a test for aes256gcm to show that when it has larger inputs the api "works as intended" - because cbc mode sure doesn't.

Checklist

  • This pr contains no AI generated code
  • cargo fmt has been run
  • cargo clippy has been run and there's no issues
  • cargo test has been run and passes

@Firstyear Firstyear marked this pull request as ready for review January 5, 2024 00:27
@Firstyear Firstyear requested a review from yaleman January 5, 2024 00:27
@yaleman yaleman merged commit 5427de6 into kanidm:main Jan 5, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants