Project

General

Profile

Actions

Feature #35798

closed

rsaauth calls openssl_pkey_new on every request [Performance]

Added by Daniel Poetzinger about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
Start date:
2012-04-09
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #33165: rsaauth PHP backend calls key generation on every page request.Closed2012-01-13

Actions
Actions #1

Updated by Gerrit Code Review about 12 years 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

Actions #2

Updated by Gerrit Code Review about 12 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #3

Updated by Gerrit Code Review about 12 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #4

Updated by Gerrit Code Review about 12 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #5

Updated by Gerrit Code Review about 12 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #6

Updated by Gerrit Code Review about 12 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #7

Updated by Gerrit Code Review about 12 years ago

Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #8

Updated by Gerrit Code Review about 12 years ago

Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #9

Updated by Gerrit Code Review about 12 years ago

Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10200

Actions #10

Updated by Helmut Hummel about 12 years ago

  • Category set to Authentication
  • Target version set to 4.5.15
Actions #11

Updated by Helmut Hummel about 12 years ago

  • Target version changed from 4.5.15 to 4.6.8
Actions #12

Updated by Helmut Hummel about 12 years ago

  • Status changed from Under Review to Closed

closed as duplicate

Actions

Also available in: Atom PDF