package/libopenssl: add option to enable some features
authorGAUTRON, Erwan <erwan.gautron@bertin.fr>
Mon, 11 May 2020 13:21:33 +0000 (15:21 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 16 May 2021 16:59:38 +0000 (18:59 +0200)
commita83d41867c8d69a77d5cd0a665aa216af5340359
tree3e7506df4e517f3861d91e86a68c3309ef429eae
parent4eadbfeb94806b6d9b69cbc5cbfa9d6468a2eee1
package/libopenssl: add option to enable some features

Openssl implements lot of algorithms that are not required in some
emdedded devices and cyphers known as weak. Secure embedded systems
shall disable unused algorithms (and weak algo) in order to be
certified.

This patch allows to select weak algorithms and mecanims to enable
such as md5.

To ensure backward compatibility, all items are selected by default.

Signed-off-by: Erwan GAUTRON <erwan.gautron@bertin.fr>
[yann.morin.1998@free.fr:
  - drop help texts that just repeat the prompts
  - fix check-package
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libopenssl/Config.in
package/libopenssl/libopenssl.mk