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)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 20 Oct 2019 11:01:43 +0000 (13:01 +0200)
commitcebf024c4d9fd761e55383a582f7e29ac7cc921c
tree5a9ef31c13be025f453005b9733025964922c96f
parent9ba5cd86b89f5f51cbad536c051dca61a9bfe8e5
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>
package/libs/openssl/Makefile
package/libs/openssl/patches/150-openssl.cnf-add-engines-conf.patch [new file with mode: 0644]