commit | 2e8b5d75afaff7c9b75917b750f997dc82336fac | [log] [tgz] |
---|---|---|
author | Pauli <paul.dale@oracle.com> | Thu Sep 28 10:09:18 2017 +1000 |
committer | Pauli <paul.dale@oracle.com> | Mon Oct 09 07:50:18 2017 +1000 |
tree | f30b5432cf98015569f3e284993b81c5d72ef976 | |
parent | 24b0be11b061f36d30ccccdf9d34edf270be4c2f [diff] |
Document that lhash isn't thread safe under any circumstances and indicate the level of locking required for various operations. Remove the lock and atomics from the lhash code. These we're not complete or adequate. Refer to #4418 and #4427 for details. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4429)