(dev/core#2258) CryptoRegistry - Keep track of available keys+suites. Hookable.
authorTim Otten <totten@civicrm.org>
Wed, 16 Dec 2020 21:26:32 +0000 (13:26 -0800)
committerTim Otten <totten@civicrm.org>
Sat, 19 Dec 2020 04:54:30 +0000 (20:54 -0800)
commit281eacd865bdf56317eb58eb13076b3e4c33e032
tree59ba32d56d57816e29e67bf7fd7da58e0ed0373a
parent08b2ba0ca7cc8a5cac9d0cb50eb9cb0edce4f245
(dev/core#2258) CryptoRegistry - Keep track of available keys+suites. Hookable.
CRM/Utils/Hook.php
Civi/Core/Container.php
Civi/Crypto/CipherSuiteInterface.php [new file with mode: 0644]
Civi/Crypto/CryptoRegistry.php [new file with mode: 0644]
Civi/Crypto/Exception/CryptoException.php [new file with mode: 0644]
tests/phpunit/Civi/Crypto/CryptoRegistryTest.php [new file with mode: 0644]
tests/phpunit/Civi/Crypto/CryptoTestTrait.php [new file with mode: 0644]