1. 31 May, 2018 2 commits
  2. 29 May, 2018 1 commit
  3. 23 May, 2018 1 commit
  4. 21 May, 2018 1 commit
  5. 18 May, 2018 1 commit
  6. 17 May, 2018 1 commit
    • Matt Caswell's avatar
      Make BN_GF2m_mod_arr more constant time · 7e5292ba
      Matt Caswell authored
      
      
      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: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/6270)
      
      (cherry picked from commit b336ce57)
      7e5292ba
  7. 14 May, 2018 2 commits
  8. 12 May, 2018 3 commits
  9. 11 May, 2018 1 commit
  10. 05 May, 2018 1 commit
  11. 04 May, 2018 2 commits
  12. 03 May, 2018 2 commits
  13. 02 May, 2018 4 commits
  14. 01 May, 2018 2 commits
  15. 27 Apr, 2018 6 commits
  16. 26 Apr, 2018 3 commits
  17. 25 Apr, 2018 1 commit
  18. 24 Apr, 2018 1 commit
  19. 20 Apr, 2018 1 commit
  20. 19 Apr, 2018 4 commits