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