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 13:16:30 +0000 (15:16 +0200)
commitcd1136e55012c6bc969a2b38c550e35ea8296348
tree488e4d5d8e83e20497960c7514410105cb336d7f
parentb058da3a7b647100c5e2e8868692322473fd0055
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]