Remove no-aes, no-rsa, no-sha, no-md5 and no-hmac
authorMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 09:46:15 +0000 (10:46 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 13 Apr 2016 20:25:24 +0000 (21:25 +0100)
commit7ec8de16fe23e207d3e1bbb95d53843dbc9c06c8
tree2f392eed52b504e64e38b18e167f69cd6f04a76f
parenta48eaf711871b689b2287cf3c6c4038a5af636e9
Remove no-aes, no-rsa, no-sha, no-md5 and no-hmac

These algorithms are fundamental and extensively used. The "no-" options
do not work either in 1.1.0 or in other released branches. Therefore the
ability to disable them should be removed.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Configure