TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,33 @@
.. include:: /Includes.rst.txt
.. _deprecation-67932:
===========================================================
Deprecation: #67932 - Deprecated old rsaauth encryption API
===========================================================
See :issue:`67932`
Description
===========
The rsaauth API has been rebuilt to be more generic. Therefore the Ajax Handler `BackendLogin::getRsaPublicKey()` has
been marked as deprecated and the eID script `FrontendLoginRsaPublicKey` has been removed.
Affected Installations
======================
Any installation using one of the entry points above in a third-party extension.
Migration
=========
There is no reason to use the entry points on your own anymore. Please update your scripts to use the new rsaauth API.
For backend requests you should use the provided ajax handler `RsaEncryption::getRsaPublicKey()`.
For frontend request you should use the provided eID script `RsaPublicKeyGenerationController`.
.. index:: PHP-API, Backend, ext:rsaauth