1. 26 1月, 2017 1 次提交
  2. 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
  3. 14 11月, 2016 1 次提交
  4. 10 11月, 2016 1 次提交
  5. 03 11月, 2016 1 次提交
  6. 01 11月, 2016 2 次提交
  7. 26 10月, 2016 1 次提交
  8. 13 10月, 2016 1 次提交
  9. 26 9月, 2016 1 次提交
  10. 22 9月, 2016 1 次提交
  11. 15 9月, 2016 1 次提交
  12. 26 8月, 2016 2 次提交
  13. 25 8月, 2016 1 次提交
  14. 24 8月, 2016 2 次提交
  15. 13 8月, 2016 1 次提交
  16. 06 8月, 2016 2 次提交
  17. 04 8月, 2016 1 次提交
  18. 20 6月, 2016 1 次提交
  19. 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
  20. 16 6月, 2016 1 次提交
  21. 06 6月, 2016 1 次提交
  22. 01 6月, 2016 1 次提交
  23. 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
  24. 16 5月, 2016 1 次提交
  25. 13 5月, 2016 1 次提交
  26. 12 5月, 2016 3 次提交
  27. 10 5月, 2016 1 次提交
  28. 09 5月, 2016 1 次提交
  29. 06 5月, 2016 1 次提交
  30. 05 5月, 2016 1 次提交
  31. 03 5月, 2016 2 次提交
  32. 16 4月, 2016 1 次提交
  33. 15 4月, 2016 1 次提交