Skip to content

Check BCrypt hashes of byte array passwords #7662

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

Merged
merged 1 commit into from
Dec 13, 2019
Merged

Check BCrypt hashes of byte array passwords #7662

merged 1 commit into from
Dec 13, 2019

Conversation

rafahop
Copy link
Contributor

@rafahop rafahop commented Nov 20, 2019

BCrypt: add missing overloaded version of checkpw accepting a byte array.

Fixes gh-7661

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 20, 2019
@eleftherias eleftherias self-assigned this Nov 29, 2019
Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

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

Thank you for the PR @rafahop!
I've left a couple of comments inline.

@eleftherias eleftherias added in: crypto An issue in spring-security-crypto type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 2, 2019
@rafahop rafahop requested a review from eleftherias December 12, 2019 12:37
Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

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

A couple of small things left @rafahop and then we should be good to merge.

@rafahop rafahop requested a review from eleftherias December 13, 2019 10:31
Copy link
Contributor

@eleftherias eleftherias left a comment

Choose a reason for hiding this comment

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

@rafahop All looks good, except there are some conflicts that are preventing me from merging.
Could you please squash your commits into one and rebase on the latest master branch to fix any conflicts?

@rafahop
Copy link
Contributor Author

rafahop commented Dec 13, 2019

All done @eleftherias ! 👍

@eleftherias eleftherias merged commit 65f5c29 into spring-projects:master Dec 13, 2019
@eleftherias eleftherias added this to the 5.3.0.M1 milestone Dec 13, 2019
@eleftherias eleftherias added the status: duplicate A duplicate of another issue label Dec 13, 2019
@eleftherias
Copy link
Contributor

Thanks for the PR @rafahop! This is now merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: crypto An issue in spring-security-crypto status: duplicate A duplicate of another issue type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check BCrypt hashed value of a byte array
3 participants