Feature #35798
rsaauth calls openssl_pkey_new on every request [Performance]
| Status: | Closed | Start date: | 2012-04-09 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | saltedpasswords/rsaauth | |||
| Target version: | 4.6.8 | |||
| TYPO3 Version: | 6.0 | Complexity: | ||
| PHP Version: | ||||
| Votes: | 0 |
Description
openssl_pkey_new is not a simple cheap operation and for minimal (ajax) requests for example this can be 10% of the request time. This happens even if rsa auth is not enabled for frontend context.
Currently its called in every request as part of the tx_rsaauth_php_backend->isAvailable() method
Related issues
| duplicates Core - Bug #33165: rsaauth PHP backend calls key generation on every page re... | Resolved | 2012-01-13 |
History
Updated by Gerrit Code Review about 1 year ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Gerrit Code Review about 1 year ago
Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200
Updated by Helmut Hummel about 1 year ago
- Category set to saltedpasswords/rsaauth
- Target version set to 4.5.15
Updated by Helmut Hummel about 1 year ago
- Target version changed from 4.5.15 to 4.6.8
Updated by Helmut Hummel about 1 year ago
- Status changed from Under Review to Closed
closed as duplicate