1. 24 Feb, 2017 1 commit
  2. 16 Feb, 2017 1 commit
  3. 01 Feb, 2017 1 commit
  4. 26 Jan, 2017 1 commit
  5. 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
  6. 13 Nov, 2016 1 commit
  7. 10 Nov, 2016 1 commit
  8. 02 Nov, 2016 1 commit
  9. 01 Nov, 2016 1 commit
  10. 31 Oct, 2016 1 commit
  11. 25 Oct, 2016 1 commit
  12. 13 Oct, 2016 1 commit
  13. 26 Sep, 2016 1 commit
  14. 22 Sep, 2016 1 commit
  15. 14 Sep, 2016 1 commit
  16. 25 Aug, 2016 3 commits
  17. 24 Aug, 2016 2 commits
  18. 13 Aug, 2016 1 commit
  19. 05 Aug, 2016 2 commits
  20. 04 Aug, 2016 1 commit
  21. 20 Jun, 2016 1 commit
  22. 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
  23. 16 Jun, 2016 1 commit
  24. 06 Jun, 2016 1 commit
  25. 01 Jun, 2016 1 commit
  26. 20 May, 2016 1 commit
    • Rich Salz's avatar
      Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx · 739a1eb1
      Rich Salz authored
      
      
      Rename sk_xxx to OPENSSL_sk_xxx and _STACK to OPENSSL_STACK
      Rename lh_xxx API to OPENSSL_LH_xxx and LHASH_NODE to OPENSSL_LH_NODE
      Make lhash stuff opaque.
      Use typedefs for function pointers; makes the code simpler.
      Remove CHECKED_xxx macros.
      Add documentation; remove old X509-oriented doc.
      Add API-compat names for entire old API
      
      Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
      739a1eb1
  27. 16 May, 2016 1 commit
  28. 12 May, 2016 3 commits
  29. 11 May, 2016 1 commit
  30. 10 May, 2016 1 commit
  31. 09 May, 2016 1 commit
  32. 05 May, 2016 2 commits
  33. 03 May, 2016 1 commit