1. RAND_seed is now DEPRECATED
authorderaadt <deraadt@openbsd.org>
Thu, 17 Apr 2014 12:48:51 +0000 (12:48 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 17 Apr 2014 12:48:51 +0000 (12:48 +0000)
commitb3586c85c2e2a77fede42aaeab1c154ca5f79cf4
treed32e37a1c6899516684040284ce663b1c3af3bbd
parent2b3ef6e231c070b6ba1e7d595ad27ec02a8852ab
1. RAND_seed is now DEPRECATED
2. Even passing a digest in as entropy is sloppy.

But apparently the OpenSSL guys could find no objects of lesser value to
pass to the pluggable random subsystem, and had to resort to private keys
and digests.  Classy.

ok djm
lib/libcrypto/dsa/dsa_asn1.c
lib/libcrypto/ecdsa/ecs_sign.c
lib/libssl/src/crypto/dsa/dsa_asn1.c
lib/libssl/src/crypto/ecdsa/ecs_sign.c