1. 30 1月, 2015 1 次提交
  2. 24 1月, 2015 1 次提交
  3. 22 1月, 2015 1 次提交
  4. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  5. 13 1月, 2015 2 次提交
  6. 06 1月, 2015 1 次提交
  7. 31 12月, 2014 1 次提交
  8. 28 12月, 2014 1 次提交
  9. 23 12月, 2014 1 次提交
  10. 20 12月, 2014 1 次提交
  11. 19 12月, 2014 1 次提交
  12. 18 12月, 2014 1 次提交
  13. 08 12月, 2014 1 次提交
  14. 01 10月, 2014 1 次提交
  15. 26 9月, 2014 1 次提交
  16. 25 9月, 2014 2 次提交
  17. 08 9月, 2014 1 次提交
  18. 21 8月, 2014 1 次提交
  19. 09 8月, 2014 2 次提交
  20. 03 7月, 2014 1 次提交
  21. 01 7月, 2014 1 次提交
  22. 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
  23. 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
  24. 06 9月, 2013 1 次提交
  25. 20 1月, 2013 1 次提交
  26. 30 10月, 2012 1 次提交
  27. 28 10月, 2012 1 次提交
  28. 27 7月, 2010 1 次提交
  29. 31 5月, 2010 1 次提交
  30. 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
  31. 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
  32. 20 4月, 2009 1 次提交
  33. 22 12月, 2008 1 次提交
  34. 04 1月, 2008 1 次提交
  35. 07 10月, 2007 1 次提交
  36. 23 10月, 2006 1 次提交
  37. 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