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