Dear OpenSSL users, I use Linux 5.10 + OpenSSL 3.0.7. I have a custom provider cipher implementation and its algo implementation works for test application. Now I have sshd running and want to use custom provider (encryption/decryption) implementation calls instead of default provider's. Please let me know anybody tried this before or someone knows this, how SSHD can be configured for a custom provider (encryption / decryption) calls. Note: Here both default provider and custom provider are activated at the same time. Thank you, Hareesh