Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21138 closed Bug (fixed)

Speed up PBKDF2

Reported by: Florian Apolloner Owned by: nobody
Component: contrib.auth Version: dev
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Change History (4)

comment:1 by Florian Apolloner <florian@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 68540fe4df44492571bc610a0a043d3d02b3d320:

Fixed #21138 -- Increased the performance of our PBKDF2 implementation.

Thanks go to Michael Gebetsroither for pointing out this issue and help on
the patch.

comment:2 by Florian Apolloner <florian@…>, 10 years ago

In e5dc08f2dbdd8bf67960f0448810d71ba58990b4:

[1.6.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.

Thanks go to Michael Gebetsroither for pointing out this issue and help on
the patch.

Backport of 68540fe4df44492571bc610a0a043d3d02b3d320 from master.

comment:3 by Florian Apolloner <florian@…>, 10 years ago

In f3853172a4bde963ff9908870bc2ea53eb73bc04:

[1.5.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.

Thanks go to Michael Gebetsroither for pointing out this issue and help on
the patch.

Backport of 68540fe4df44492571bc610a0a043d3d02b3d320 from master.

comment:4 by Florian Apolloner <florian@…>, 10 years ago

In e2403db95a494c0660ef09f94d9fca1604111be2:

[1.4.x] Fixed #21138 -- Increased the performance of our PBKDF2 implementation.

Thanks go to Michael Gebetsroither for pointing out this issue and help on
the patch.

Backport of 68540fe4df44492571bc610a0a043d3d02b3d320 from master.

Note: See TracTickets for help on using tickets.
Back to Top