Actions
Bug #31188
closedrsaauth only checks if key generation works on Windows
Start date:
2011-10-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The php backend in rsaauth checks if it would work correctly by testing if key generation would work. But this is only checked on Windows platforms.
Since there also could be nix platforms with a wrong OpenSSL configuration, we should remove this limitation and check in any case.
Updated by Mr. Hudson about 13 years ago
- Status changed from New to Under Review
Patch set 1 of change Id075445f1fbf9bd37ca44525257892052a94c6e5 has been pushed to the review server.
It is available at http://review.typo3.org/6192
Updated by Steffen Gebert about 13 years ago
Only one review by testing missing!
Updated by Anonymous about 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d41d7a6ef52e4f421f8a7dd0135d907a0f8aaf4f.
Updated by Steffen Gebert almost 13 years ago
Could you please have a look at #33165 - it looks like the calls to isAvailable()
during every request isn't very economic..
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions