Actions
Feature #79909
closedAllow crypto via libsodium as alternative to openssl
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Authentication
Target version:
Start date:
2017-02-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
available through pecl for PHP 5.4 or newer:
http://pecl.php.net/package/libsodium
available by default starting from PHP 7.2:
https://dev.to/paragonie/php-72-the-first-programming-language-to-add-modern-cryptography-to-its-standard-library
Seems to be currently used for rsaauth only.
Updated by Riccardo De Contardi about 7 years ago
- Related to Epic #82226: PHP 7.2 added
Updated by Riccardo De Contardi almost 7 years ago
- Related to Bug #83643: Support PHP OpenSSL with LibreSSL added
Updated by Stefan Neufeind almost 7 years ago
- Status changed from New to Rejected
As confirmed with Helmut: openssl was only used in rsaauth by TYPO3 Core and that is deprecated meanwhile.
Actions