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

argon2id support #11524

Merged
merged 8 commits into from
Nov 11, 2024
Merged

argon2id support #11524

merged 8 commits into from
Nov 11, 2024

Conversation

reaperhulk
Copy link
Member

Needs a rust-openssl release

src/cryptography/hazmat/primitives/kdf/argon2.py Outdated Show resolved Hide resolved
src/cryptography/hazmat/primitives/kdf/argon2.py Outdated Show resolved Hide resolved
tests/hazmat/primitives/test_argon2.py Outdated Show resolved Hide resolved
Copy link
Member

@alex alex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where'd we land on setting max threads for OpenSSL? Ignore for now?

docs/hazmat/primitives/key-derivation-functions.rst Outdated Show resolved Hide resolved
docs/hazmat/primitives/key-derivation-functions.rst Outdated Show resolved Hide resolved
src/cryptography/hazmat/primitives/kdf/argon2.py Outdated Show resolved Hide resolved
src/cryptography/hazmat/primitives/kdf/argon2.py Outdated Show resolved Hide resolved
tests/hazmat/primitives/test_argon2.py Outdated Show resolved Hide resolved
@reaperhulk reaperhulk force-pushed the argon2id branch 4 times, most recently from 5942c95 to 70351ce Compare October 29, 2024 02:17
src/rust/src/lib.rs Outdated Show resolved Hide resolved
@alex
Copy link
Member

alex commented Nov 10, 2024

@reaperhulk I see that this is marked draft. Is it ready for review, or are there still TODOs?

@reaperhulk
Copy link
Member Author

This is now reviewable

@reaperhulk reaperhulk marked this pull request as ready for review November 10, 2024 22:29
@reaperhulk
Copy link
Member Author

That said, if there are no comments let’s not merge, I want a final pass myself since this has gone so long. I already see some doc improvements I could make

Comment on lines +126 to +127
if self._fips_enabled:
return False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any decade now...

src/rust/src/backend/kdf.rs Outdated Show resolved Hide resolved
src/rust/src/backend/kdf.rs Outdated Show resolved Hide resolved
src/rust/src/lib.rs Show resolved Hide resolved
Copy link
Member

@alex alex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost done

Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
@alex alex enabled auto-merge (squash) November 11, 2024 14:36
@alex alex mentioned this pull request Nov 11, 2024
8 tasks
@alex alex merged commit a7aa8ce into pyca:main Nov 11, 2024
60 checks passed
@reaperhulk reaperhulk deleted the argon2id branch November 13, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants