- Issue created by @John Franklin
- Merge request !6Draft: Issue #3492478 by John Franklin: Rewrite KeyPair.php to use native OpenSSL over phpseclib. β (Open) created by John Franklin
@freefish has a dependency conflict cited in #3269077: How to downgrade to become compatible with phpseclib 2? β . phpseclib is a useful library, but the requirements we have in this module are simpler and can be achieved with the PHP OpenSSL functions.
Refactor the code in the KeyPair
class to replace the phpseclib calls with OpenSSL calls.
Ideally, none. The KeyPair
class should behave in the same way, excluding performance metrics.
Active
1.0
Code