openssl: Add engine configuration to openssl.cnf
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 1 Oct 2019 13:50:34 +0000 (10:50 -0300)
committerRISCi_ATOM <bob@bobcall.me>
Wed, 23 Oct 2019 15:38:56 +0000 (11:38 -0400)
commit4935bd91498e628cd5f6621041d40d168c7aae24
tree42e0c9e9c0f47e0b5f13a19b186ba89e28430579
parent65dd04c563b3de610bc338bb7df6d729cdaa7971
openssl: Add engine configuration to openssl.cnf

This adds engine configuration sections to openssl.cnf, with a commented
list of engines.  To enable an engine, all you have to do is uncomment
the engine line.

It also adds some useful comments to the devcrypto engine configuration
section.  Other engines currently don't have configuration commands.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit cebf024c4d9fd761e55383a582f7e29ac7cc921c)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
package/libs/openssl/Makefile
package/libs/openssl/patches/150-openssl.cnf-add-engines-conf.patch [new file with mode: 0644]