1. 31 3月, 2017 1 次提交
  2. 29 3月, 2017 3 次提交
  3. 15 3月, 2017 1 次提交
  4. 14 3月, 2017 1 次提交
  5. 13 3月, 2017 1 次提交
  6. 02 3月, 2017 1 次提交
  7. 01 3月, 2017 1 次提交
  8. 28 2月, 2017 1 次提交
  9. 25 2月, 2017 1 次提交
  10. 16 2月, 2017 1 次提交
  11. 02 2月, 2017 1 次提交
  12. 26 1月, 2017 1 次提交
  13. 28 11月, 2016 1 次提交
    • E
      Test mac-then-encrypt · b3618f44
      Emilia Kasper 提交于
      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: NAndy Polyakov <appro@openssl.org>
      b3618f44
  14. 14 11月, 2016 1 次提交
  15. 10 11月, 2016 1 次提交
  16. 03 11月, 2016 1 次提交
  17. 01 11月, 2016 2 次提交
  18. 26 10月, 2016 1 次提交
  19. 13 10月, 2016 1 次提交
  20. 26 9月, 2016 1 次提交
  21. 22 9月, 2016 1 次提交
  22. 15 9月, 2016 1 次提交
  23. 26 8月, 2016 2 次提交
  24. 25 8月, 2016 1 次提交
  25. 24 8月, 2016 2 次提交
  26. 13 8月, 2016 1 次提交
  27. 06 8月, 2016 2 次提交
  28. 04 8月, 2016 1 次提交
  29. 20 6月, 2016 1 次提交
  30. 18 6月, 2016 1 次提交
    • M
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell 提交于
      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: NRich Salz <rsalz@openssl.org>
      13c03c8d
  31. 16 6月, 2016 1 次提交
  32. 06 6月, 2016 1 次提交
  33. 01 6月, 2016 1 次提交
  34. 20 5月, 2016 1 次提交
    • R
      Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx · 739a1eb1
      Rich Salz 提交于
      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: NDr. Stephen Henson <steve@openssl.org>
      739a1eb1