It is possible to set a custom openssl engine via crypto.setEngine and it seems to work OK. When I plug in a GOST engine, I get the GOST ciphers in crypto.getCiphers().
But it seems to have no effect on the TLS module.
Is it somehow possible to support a pluggable openssl engine for a TLS connection?
It is possible to set a custom openssl engine via
crypto.setEngineand it seems to work OK. When I plug in a GOST engine, I get the GOST ciphers incrypto.getCiphers().But it seems to have no effect on the TLS module.
Is it somehow possible to support a pluggable openssl engine for a TLS connection?