1. 05 5月, 2014 1 次提交
  2. 28 3月, 2014 3 次提交
    • D
      Security callback debug print out. · e03c5b59
      Dr. Stephen Henson 提交于
      Add a debugging security callback option to s_client/s_server. This will
      print out each security parameter as it is accepted or rejected.
      e03c5b59
    • D
      Auto DH support. · 09599b52
      Dr. Stephen Henson 提交于
      Add auto DH parameter support. This is roughly equivalent to the
      ECDH auto curve selection but for DH. An application can just call
      
      SSL_CTX_set_auto_dh(ctx, 1);
      
      and appropriate DH parameters will be used based on the size of the
      server key.
      
      Unlike ECDH there is no way a peer can indicate the range of DH parameters
      it supports. Some peers cannot handle DH keys larger that 1024 bits for
      example. In this case if you call:
      
      SSL_CTX_set_auto_dh(ctx, 2);
      
      Only 1024 bit DH parameters will be used.
      
      If the server key is 7680 bits or more in size then 8192 bit DH parameters
      will be used: these will be *very* slow.
      
      The old export ciphersuites aren't supported but those are very
      insecure anyway.
      09599b52
    • D
      Add -no_resumption_on_reneg to SSL_CONF. · f0ef019d
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1f44dac24d1cb752b1a06be9091bb03a88a8598e)
      f0ef019d
  3. 06 2月, 2014 3 次提交
  4. 27 1月, 2014 1 次提交
  5. 14 11月, 2013 1 次提交
  6. 25 9月, 2013 1 次提交
  7. 12 9月, 2013 1 次提交
  8. 06 9月, 2013 6 次提交
  9. 18 8月, 2013 1 次提交
  10. 22 7月, 2013 1 次提交
  11. 13 6月, 2013 1 次提交
  12. 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
  13. 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
  14. 30 12月, 2012 1 次提交
  15. 27 12月, 2012 1 次提交
  16. 12 12月, 2012 1 次提交
  17. 07 12月, 2012 1 次提交
  18. 06 12月, 2012 1 次提交
  19. 03 12月, 2012 1 次提交
  20. 26 11月, 2012 1 次提交
  21. 24 11月, 2012 1 次提交
  22. 22 11月, 2012 3 次提交
  23. 20 11月, 2012 3 次提交
  24. 19 11月, 2012 1 次提交
  25. 18 11月, 2012 1 次提交
  26. 17 11月, 2012 1 次提交
  27. 06 11月, 2012 1 次提交