David Klempner | 1d0302d | 2015-02-04 16:08:01 -0800 | [diff] [blame] | 1 | # OPENSSL_cleanse does racy access to a global |
| 2 | race:OPENSSL_cleanse |
Craig Tiller | e116328 | 2015-02-27 23:08:28 +0000 | [diff] [blame] | 3 | race:cleanse_ctr |
Craig Tiller | c24eb22 | 2015-02-28 17:09:48 +0000 | [diff] [blame] | 4 | # these are legitimate races in OpenSSL, and it appears those folks are looking at it |
| 5 | # https://www.mail-archive.com/openssl-dev@openssl.org/msg09019.html |
| 6 | race:ssleay_rand_add |
| 7 | race:ssleay_rand_bytes |
Craig Tiller | 5be9e3b | 2015-02-27 23:14:35 +0000 | [diff] [blame] | 8 | |