CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/14 11:45:38
Modified files:
lib/libssl/src/crypto/bn: bn_rand.c
lib/libssl/src/ssl: d1_clnt.c d1_srvr.c s23_clnt.c s23_srvr.c
s2_clnt.c s2_srvr.c s3_clnt.c s3_srvr.c
Log message:
So the OpenSSL codebase does "get the time, add it as a random seed"
in a bunch of places inside the TLS engine, to try to keep entropy high.
I wonder if their moto is "If you can't solve a problem, at least try
to do it badly".
ok miod
