1. 29 5月, 2018 8 次提交
  2. 27 5月, 2018 2 次提交
  3. 26 5月, 2018 2 次提交
  4. 25 5月, 2018 4 次提交
  5. 24 5月, 2018 3 次提交
  6. 23 5月, 2018 7 次提交
  7. 22 5月, 2018 3 次提交
  8. 21 5月, 2018 3 次提交
  9. 20 5月, 2018 4 次提交
  10. 18 5月, 2018 3 次提交
  11. 17 5月, 2018 1 次提交
    • M
      Make BN_GF2m_mod_arr more constant time · b336ce57
      Matt Caswell 提交于
      Experiments have shown that the lookup table used by BN_GF2m_mod_arr
      introduces sufficient timing signal to recover the private key for an
      attacker with access to cache timing information on the victim's host.
      This only affects binary curves (which are less frequently used).
      
      No CVE is considered necessary for this issue.
      
      The fix is to replace the lookup table with an on-the-fly calculation of
      the value from the table instead, which can be performed in constant time.
      
      Thanks to Youngjoo Shin for reporting this issue.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/6270)
      b336ce57