1. 11 Oct, 2017 1 commit
    • Matt Caswell's avatar
      Ensure we test all parameters for BN_FLG_CONSTTIME · 0cf65a0f
      Matt Caswell authored
      
      
      RSA_setup_blinding() calls BN_BLINDING_create_param() which later calls
      BN_mod_exp() as follows:
      
      BN_mod_exp(ret->A, ret->A, ret->e, ret->mod, ctx)
      
      ret->mod will have BN_FLG_CONSTTIME set, but ret->e does not. In
      BN_mod_exp() we only test the third param for the existence of this flag.
      We should test all the inputs.
      
      Thanks to Samuel Weiser (samuel.weiser@iaik.tugraz.at) for reporting this
      issue.
      
      This typically only happens once at key load, so this is unlikely to be
      exploitable in any real scenario.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4477)
      
      (cherry picked from commit e913d11f)
      0cf65a0f
  2. 09 Oct, 2017 6 commits
  3. 08 Oct, 2017 1 commit
  4. 06 Oct, 2017 1 commit
  5. 05 Oct, 2017 2 commits
  6. 04 Oct, 2017 2 commits
  7. 02 Oct, 2017 1 commit
  8. 30 Sep, 2017 2 commits
  9. 29 Sep, 2017 2 commits
  10. 27 Sep, 2017 3 commits
  11. 26 Sep, 2017 1 commit
  12. 23 Sep, 2017 2 commits
  13. 21 Sep, 2017 1 commit
  14. 19 Sep, 2017 1 commit
  15. 17 Sep, 2017 1 commit
  16. 15 Sep, 2017 2 commits
  17. 12 Sep, 2017 1 commit
  18. 11 Sep, 2017 1 commit
  19. 08 Sep, 2017 1 commit
  20. 07 Sep, 2017 1 commit
  21. 06 Sep, 2017 1 commit
  22. 01 Sep, 2017 3 commits
  23. 31 Aug, 2017 2 commits
  24. 28 Aug, 2017 1 commit