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

Avoid timing attacks in AuthTktAutenticationPolicy #320

Merged
merged 1 commit into from
Oct 15, 2011
Merged

Avoid timing attacks in AuthTktAutenticationPolicy #320

merged 1 commit into from
Oct 15, 2011

Conversation

rfk
Copy link
Contributor

@rfk rfk commented Oct 15, 2011

This factors out the timing-invariant string comparison code from
session.py and re-uses it for signature checking in AuthTkt code.

This factors out the timing-invariant string comparison code from
session.py and re-uses it for signature checking in AuthTkt code.
mcdonc added a commit that referenced this pull request Oct 15, 2011
Avoid timing attacks in AuthTktAutenticationPolicy
@mcdonc mcdonc merged commit d1527f4 into Pylons:master Oct 15, 2011
@mcdonc
Copy link
Member

mcdonc commented Oct 15, 2011

Thank you!

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