1. 13 1月, 2015 1 次提交
  2. 06 1月, 2015 1 次提交
  3. 31 12月, 2014 1 次提交
  4. 28 12月, 2014 1 次提交
  5. 23 12月, 2014 1 次提交
  6. 20 12月, 2014 1 次提交
  7. 19 12月, 2014 1 次提交
  8. 18 12月, 2014 1 次提交
  9. 08 12月, 2014 1 次提交
  10. 01 10月, 2014 1 次提交
  11. 26 9月, 2014 1 次提交
  12. 25 9月, 2014 2 次提交
  13. 08 9月, 2014 1 次提交
  14. 21 8月, 2014 1 次提交
  15. 09 8月, 2014 2 次提交
  16. 03 7月, 2014 1 次提交
  17. 01 7月, 2014 1 次提交
  18. 09 5月, 2014 1 次提交
    • G
      s_client/s_server: support unix domain sockets · a9351320
      Geoff Thorpe 提交于
      The "-unix <path>" argument allows s_server and s_client to use a unix
      domain socket in the filesystem instead of IPv4 ("-connect", "-port",
      "-accept", etc). If s_server exits gracefully, such as when "-naccept"
      is used and the requested number of SSL/TLS connections have occurred,
      then the domain socket file is removed. On ctrl-C, it is likely that
      the stale socket file will be left over, such that s_server would
      normally fail to restart with the same arguments. For this reason,
      s_server also supports an "-unlink" option, which will clean up any
      stale socket file before starting.
      
      If you have any reason to want encrypted IPC within an O/S instance,
      this concept might come in handy. Otherwise it just demonstrates that
      there is nothing about SSL/TLS that limits it to TCP/IP in any way.
      
      (There might also be benchmarking and profiling use in this path, as
      unix domain sockets are much lower overhead than connecting over local
      IP addresses).
      Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
      a9351320
  19. 25 2月, 2014 1 次提交
    • D
      Avoid Windows 8 Getversion deprecated errors. · a4cc3c80
      Dr. Stephen Henson 提交于
      Windows 8 SDKs complain that GetVersion() is deprecated.
      
      We only use GetVersion like this:
      
      	(GetVersion() < 0x80000000)
      
      which checks if the Windows version is NT based. Use a macro check_winnt()
      which uses GetVersion() on older SDK versions and true otherwise.
      a4cc3c80
  20. 06 9月, 2013 1 次提交
  21. 20 1月, 2013 1 次提交
  22. 30 10月, 2012 1 次提交
  23. 28 10月, 2012 1 次提交
  24. 27 7月, 2010 1 次提交
  25. 31 5月, 2010 1 次提交
  26. 27 5月, 2010 1 次提交
    • D
      PR: 2261 · 77cf9e09
      Dr. Stephen Henson 提交于
      Submitted By: De Rudder, Stephen L." <s_derudder@tditx.com>
      
      Workaround for newer Windows headers which define EADDRINUSE but not to the
      same value as WSAEADDRINUSE.
      77cf9e09
  27. 26 8月, 2009 1 次提交
    • D
      PR: 2005 · a6dab873
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Some systems have broken IPv6 headers and/or implementations. If
      OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used
      and if undefined an attempt is made to detect at compile time by checking
      if AF_INET6 is set and excluding known problem platforms.
      a6dab873
  28. 20 4月, 2009 1 次提交
  29. 22 12月, 2008 1 次提交
  30. 04 1月, 2008 1 次提交
  31. 07 10月, 2007 1 次提交
  32. 23 10月, 2006 1 次提交
  33. 12 4月, 2006 1 次提交
    • U
      Add BeOS support. · 4700aea9
      Ulf Möller 提交于
      PR: 1312
      Submitted by: Oliver Tappe <zooey@hirschkaefer.de>
      Reviewed by: Ulf Moeller
      4700aea9
  34. 02 1月, 2006 1 次提交
  35. 19 12月, 2005 1 次提交
  36. 10 11月, 2005 1 次提交
  37. 07 11月, 2005 1 次提交
  38. 04 11月, 2005 1 次提交