openssl/crypto/ecdsa
Rich Salz 474e469bbd OPENSSL_NO_xxx cleanup: SHA
Remove support for SHA0 and DSS0 (they were broken), and remove
the ability to attempt to build without SHA (it didn't work).
For simplicity, remove the option of not building various SHA algorithms;
you could argue that SHA_224/256/384/512 should be kept, since they're
like crypto algorithms, but I decided to go the other way.
So these options are gone:
	GENUINE_DSA         OPENSSL_NO_SHA0
	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-27 12:34:45 -05:00
..
ecdsa.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecdsatest.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_locl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_ossl.c OPENSSL_NO_xxx cleanup: SHA 2015-01-27 12:34:45 -05:00
ecs_sign.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ecs_vrf.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
Makefile make update 2015-01-12 12:06:06 +00:00