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

Also available in: Atom PDF