Make `safe' (EC)DSA nonces the default.
authorAdam Langley <agl@chromium.org>
Mon, 15 Jul 2013 11:42:15 +0000 (12:42 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Jul 2013 11:57:48 +0000 (12:57 +0100)
commit190c615d4398cc6c8b61eb7881d7409314529a75
tree364615b71860e8587e36c1031de887ae32cb2811
parent5c57c69f9ebcc933161a24d77f87f17011c9977b
Make `safe' (EC)DSA nonces the default.

This change updates 8a99cb29 to make the generation of (EC)DSA nonces
using the message digest the default. It also reverts the changes to
(EC)DSA_METHOD structure.

In addition to making it the default, removing the flag from EC_KEY
means that FIPS modules will no longer have an ABI mismatch.
12 files changed:
crypto/dsa/dsa.h
crypto/dsa/dsa_err.c
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_sign.c
crypto/ec/ec.h
crypto/ec/ec_key.c
crypto/ec/ec_lcl.h
crypto/ecdsa/ecdsa.h
crypto/ecdsa/ecs_err.c
crypto/ecdsa/ecs_locl.h
crypto/ecdsa/ecs_ossl.c
crypto/ecdsa/ecs_sign.c