1. 07 Apr, 2017 1 commit
  2. 30 Mar, 2017 1 commit
  3. 29 Mar, 2017 2 commits
  4. 28 Mar, 2017 1 commit
  5. 15 Mar, 2017 1 commit
  6. 14 Mar, 2017 1 commit
  7. 13 Mar, 2017 1 commit
  8. 02 Mar, 2017 1 commit
  9. 28 Feb, 2017 2 commits
  10. 24 Feb, 2017 1 commit
  11. 16 Feb, 2017 1 commit
  12. 01 Feb, 2017 1 commit
  13. 26 Jan, 2017 1 commit
  14. 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
  15. 13 Nov, 2016 1 commit
  16. 10 Nov, 2016 1 commit
  17. 02 Nov, 2016 1 commit
  18. 01 Nov, 2016 1 commit
  19. 31 Oct, 2016 1 commit
  20. 25 Oct, 2016 1 commit
  21. 13 Oct, 2016 1 commit
  22. 26 Sep, 2016 1 commit
  23. 22 Sep, 2016 1 commit
  24. 14 Sep, 2016 1 commit
  25. 25 Aug, 2016 3 commits
  26. 24 Aug, 2016 2 commits
  27. 13 Aug, 2016 1 commit
  28. 05 Aug, 2016 2 commits
  29. 04 Aug, 2016 1 commit
  30. 20 Jun, 2016 1 commit
  31. 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
  32. 16 Jun, 2016 1 commit
  33. 06 Jun, 2016 1 commit
  34. 01 Jun, 2016 1 commit