1. 07 7月, 2014 1 次提交
  2. 04 7月, 2014 1 次提交
  3. 01 7月, 2014 1 次提交
  4. 20 6月, 2014 1 次提交
  5. 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
  6. 28 3月, 2014 1 次提交
  7. 21 2月, 2014 1 次提交
  8. 19 2月, 2014 1 次提交
  9. 06 2月, 2014 3 次提交
  10. 14 11月, 2013 1 次提交
  11. 25 9月, 2013 1 次提交
  12. 06 9月, 2013 10 次提交
  13. 22 7月, 2013 2 次提交
  14. 13 6月, 2013 1 次提交
  15. 09 4月, 2013 1 次提交
    • D
      Dual DTLS version methods. · c6913eeb
      Dr. Stephen Henson 提交于
      Add new methods DTLS_*_method() which support both DTLS 1.0 and DTLS 1.2 and
      pick the highest version the peer supports during negotiation.
      
      As with SSL/TLS options can change this behaviour specifically
      SSL_OP_NO_DTLSv1 and SSL_OP_NO_DTLSv1_2.
      c6913eeb
  16. 26 3月, 2013 1 次提交
    • D
      Provisional DTLS 1.2 support. · c3b344e3
      Dr. Stephen Henson 提交于
      Add correct flags for DTLS 1.2, update s_server and s_client to handle
      DTLS 1.2 methods.
      
      Currently no support for version negotiation: i.e. if client/server selects
      DTLS 1.2 it is that or nothing.
      c3b344e3
  17. 30 12月, 2012 1 次提交
  18. 12 12月, 2012 1 次提交
  19. 07 12月, 2012 1 次提交
  20. 06 12月, 2012 1 次提交
  21. 03 12月, 2012 4 次提交
  22. 24 11月, 2012 1 次提交
  23. 22 11月, 2012 2 次提交
  24. 20 11月, 2012 1 次提交