1. 27 Apr, 2017 1 commit
  2. 20 Apr, 2017 1 commit
  3. 10 Apr, 2017 1 commit
  4. 07 Apr, 2017 1 commit
  5. 30 Mar, 2017 1 commit
  6. 29 Mar, 2017 2 commits
  7. 28 Mar, 2017 1 commit
  8. 15 Mar, 2017 1 commit
  9. 14 Mar, 2017 1 commit
  10. 13 Mar, 2017 1 commit
  11. 02 Mar, 2017 1 commit
  12. 28 Feb, 2017 2 commits
  13. 24 Feb, 2017 1 commit
  14. 16 Feb, 2017 1 commit
  15. 01 Feb, 2017 1 commit
  16. 26 Jan, 2017 1 commit
  17. 28 Nov, 2016 1 commit
    • Emilia Kasper's avatar
      Test mac-then-encrypt · b3618f44
      Emilia Kasper authored
      
      
      Verify that the encrypt-then-mac negotiation is handled
      correctly. Additionally, when compiled with no-asm, this test ensures
      coverage for the constant-time MAC copying code in
      ssl3_cbc_copy_mac. The proxy-based CBC padding test covers that as
      well but it's nevertheless better to have an explicit handshake test
      for mac-then-encrypt.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      b3618f44
  18. 13 Nov, 2016 1 commit
  19. 10 Nov, 2016 1 commit
  20. 02 Nov, 2016 1 commit
  21. 01 Nov, 2016 1 commit
  22. 31 Oct, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 13 Oct, 2016 1 commit
  25. 26 Sep, 2016 1 commit
  26. 22 Sep, 2016 1 commit
  27. 14 Sep, 2016 1 commit
  28. 25 Aug, 2016 3 commits
  29. 24 Aug, 2016 2 commits
  30. 13 Aug, 2016 1 commit
  31. 05 Aug, 2016 2 commits
  32. 04 Aug, 2016 1 commit
  33. 20 Jun, 2016 1 commit
  34. 17 Jun, 2016 1 commit
    • Matt Caswell's avatar
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell authored
      
      
      Previously we would try %RANDFILE%, then %HOME% and finally "C:".
      Unfortunately this often ends up being "C:" which the user may not
      have write permission for.
      
      Now we try %RANDFILE% first, and then the same set of environment vars
      as GetTempFile() uses, i.e. %TMP%, then %TEMP%, %USERPROFILE% and
      %SYSTEMROOT%. If all else fails we fall back to %HOME% and only then "C:".
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      13c03c8d