-
- Downloads
Merge pull request #19392 from seamuslee001/dev_core_2258
#2258 Port new Encryption Services to 5.33
Showing
- CRM/Utils/Hook.php 61 additions, 0 deletionsCRM/Utils/Hook.php
- CRM/Utils/String.php 25 additions, 0 deletionsCRM/Utils/String.php
- Civi/Api4/Action/System/RotateKey.php 81 additions, 0 deletionsCivi/Api4/Action/System/RotateKey.php
- Civi/Api4/System.php 10 additions, 0 deletionsCivi/Api4/System.php
- Civi/Core/Container.php 6 additions, 0 deletionsCivi/Core/Container.php
- Civi/Crypto/CipherSuiteInterface.php 51 additions, 0 deletionsCivi/Crypto/CipherSuiteInterface.php
- Civi/Crypto/CryptoRegistry.php 301 additions, 0 deletionsCivi/Crypto/CryptoRegistry.php
- Civi/Crypto/CryptoToken.php 203 additions, 0 deletionsCivi/Crypto/CryptoToken.php
- Civi/Crypto/Exception/CryptoException.php 9 additions, 0 deletionsCivi/Crypto/Exception/CryptoException.php
- Civi/Crypto/PhpseclibCipherSuite.php 213 additions, 0 deletionsCivi/Crypto/PhpseclibCipherSuite.php
- setup/plugins/installFiles/GenerateCredKey.civi-setup.php 30 additions, 0 deletionssetup/plugins/installFiles/GenerateCredKey.civi-setup.php
- setup/plugins/installFiles/InstallSettingsFile.civi-setup.php 1 addition, 0 deletions...p/plugins/installFiles/InstallSettingsFile.civi-setup.php
- setup/src/Setup/Model.php 7 additions, 0 deletionssetup/src/Setup/Model.php
- templates/CRM/common/civicrm.settings.php.template 24 additions, 0 deletionstemplates/CRM/common/civicrm.settings.php.template
- tests/phpunit/CRM/Utils/StringTest.php 13 additions, 0 deletionstests/phpunit/CRM/Utils/StringTest.php
- tests/phpunit/Civi/Crypto/CryptoRegistryTest.php 109 additions, 0 deletionstests/phpunit/Civi/Crypto/CryptoRegistryTest.php
- tests/phpunit/Civi/Crypto/CryptoTestTrait.php 63 additions, 0 deletionstests/phpunit/Civi/Crypto/CryptoTestTrait.php
- tests/phpunit/Civi/Crypto/CryptoTokenTest.php 163 additions, 0 deletionstests/phpunit/Civi/Crypto/CryptoTokenTest.php
- tests/phpunit/api/v4/Entity/SystemRotateKeyTest.php 61 additions, 0 deletionstests/phpunit/api/v4/Entity/SystemRotateKeyTest.php
Loading
Please register or sign in to comment