1. 03 7月, 2017 1 次提交
  2. 13 6月, 2017 1 次提交
  3. 12 6月, 2017 1 次提交
  4. 02 6月, 2017 1 次提交
  5. 26 4月, 2017 1 次提交
  6. 15 2月, 2017 1 次提交
  7. 12 1月, 2017 1 次提交
  8. 08 12月, 2016 1 次提交
  9. 20 10月, 2016 1 次提交
  10. 19 10月, 2016 1 次提交
  11. 29 9月, 2016 3 次提交
  12. 22 9月, 2016 1 次提交
  13. 21 9月, 2016 1 次提交
  14. 16 9月, 2016 1 次提交
  15. 22 8月, 2016 1 次提交
  16. 20 8月, 2016 1 次提交
  17. 19 8月, 2016 1 次提交
  18. 18 8月, 2016 1 次提交
  19. 17 8月, 2016 1 次提交
  20. 16 8月, 2016 1 次提交
  21. 20 7月, 2016 1 次提交
  22. 29 6月, 2016 1 次提交
  23. 16 6月, 2016 1 次提交
  24. 01 6月, 2016 1 次提交
  25. 27 5月, 2016 1 次提交
    • M
      Fix s_client/s_server waiting for stdin on Windows · 75dd6c1a
      Matt Caswell 提交于
      On Windows we were using the function _kbhit() to determine whether there
      was input waiting in stdin for us to read. Actually all this does is work
      out whether there is a keyboard press event waiting to be processed in the
      input buffer. This only seems to work in a standard Windows console (not
      Msys console) and also doesn't work if you redirect the input from some
      other source (as we do in TLSProxy tests). This commit changes things to
      work differently depending on whether we are on the Windows console or not.
      
      RT#4255
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      75dd6c1a
  26. 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
  27. 19 5月, 2016 1 次提交
  28. 18 5月, 2016 2 次提交
  29. 17 5月, 2016 1 次提交
  30. 12 5月, 2016 1 次提交
  31. 09 5月, 2016 1 次提交
  32. 29 4月, 2016 1 次提交
  33. 27 4月, 2016 1 次提交
  34. 20 4月, 2016 1 次提交
  35. 18 4月, 2016 1 次提交
  36. 05 4月, 2016 2 次提交