1. 29 8月, 2012 1 次提交
  2. 15 8月, 2012 1 次提交
  3. 27 7月, 2012 1 次提交
  4. 18 7月, 2012 1 次提交
  5. 03 7月, 2012 1 次提交
  6. 29 6月, 2012 1 次提交
    • D
      Add certificate callback. If set this is called whenever a certificate · 18d71588
      Dr. Stephen Henson 提交于
      is required by client or server. An application can decide which
      certificate chain to present based on arbitrary criteria: for example
      supported signature algorithms. Add very simple example to s_server.
      This fixes many of the problems and restrictions of the existing client
      certificate callback: for example you can now clear existing certificates
      and specify the whole chain.
      18d71588
  7. 28 6月, 2012 1 次提交
    • D
      Add new "valid_flags" field to CERT_PKEY structure which determines what · d61ff83b
      Dr. Stephen Henson 提交于
      the certificate can be used for (if anything). Set valid_flags field
      in new tls1_check_chain function. Simplify ssl_set_cert_masks which used
      to have similar checks in it.
      
      Add new "cert_flags" field to CERT structure and include a "strict mode".
      This enforces some TLS certificate requirements (such as only permitting
      certificate signature algorithms contained in the supported algorithms
      extension) which some implementations ignore: this option should be used
      with caution as it could cause interoperability issues.
      d61ff83b
  8. 18 6月, 2012 1 次提交
  9. 04 6月, 2012 1 次提交
  10. 30 5月, 2012 1 次提交
  11. 24 4月, 2012 2 次提交
  12. 05 4月, 2012 1 次提交
  13. 28 3月, 2012 1 次提交
    • D
      Initial revision of ECC extension handling. · d0595f17
      Dr. Stephen Henson 提交于
      Tidy some code up.
      
      Don't allocate a structure to handle ECC extensions when it is used for
      default values.
      
      Make supported curves configurable.
      
      Add ctrls to retrieve shared curves: not fully integrated with rest of
      ECC code yet.
      d0595f17
  14. 22 2月, 2012 2 次提交
  15. 27 1月, 2012 1 次提交
  16. 17 1月, 2012 1 次提交
    • D
      Support for fixed DH ciphersuites. · 8e1dc4d7
      Dr. Stephen Henson 提交于
      The cipher definitions of these ciphersuites have been around since SSLeay
      but were always disabled. Now OpenSSL supports DH certificates they can be
      finally enabled.
      
      Various additional changes were needed to make them work properly: many
      unused fixed DH sections of code were untested.
      8e1dc4d7
  17. 05 1月, 2012 1 次提交
  18. 16 11月, 2011 2 次提交
  19. 10 10月, 2011 1 次提交
  20. 07 10月, 2011 1 次提交
  21. 27 9月, 2011 1 次提交
  22. 23 9月, 2011 1 次提交
    • D
      PR: 2602 · 1d7392f2
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Fix DTLS bug which prevents manual MTU setting
      1d7392f2
  23. 05 9月, 2011 1 次提交
  24. 14 8月, 2011 1 次提交
  25. 26 7月, 2011 1 次提交
  26. 25 5月, 2011 1 次提交
  27. 20 5月, 2011 1 次提交
  28. 09 5月, 2011 1 次提交
  29. 06 5月, 2011 1 次提交
  30. 30 4月, 2011 2 次提交
  31. 13 3月, 2011 1 次提交
  32. 17 2月, 2011 1 次提交
  33. 19 11月, 2010 1 次提交
  34. 18 11月, 2010 1 次提交
  35. 06 9月, 2010 1 次提交
  36. 27 8月, 2010 1 次提交
    • D
      PR: 1833 · bdd53508
      Dr. Stephen Henson 提交于
      Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Fix other cases not covered by original patch.
      bdd53508