1. 06 9月, 2013 6 次提交
  2. 18 8月, 2013 1 次提交
  3. 22 7月, 2013 1 次提交
  4. 13 6月, 2013 1 次提交
  5. 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
  6. 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
  7. 30 12月, 2012 1 次提交
  8. 27 12月, 2012 1 次提交
  9. 12 12月, 2012 1 次提交
  10. 07 12月, 2012 1 次提交
  11. 06 12月, 2012 1 次提交
  12. 03 12月, 2012 1 次提交
  13. 26 11月, 2012 1 次提交
  14. 24 11月, 2012 1 次提交
  15. 22 11月, 2012 3 次提交
  16. 20 11月, 2012 3 次提交
  17. 19 11月, 2012 1 次提交
  18. 18 11月, 2012 1 次提交
  19. 17 11月, 2012 1 次提交
  20. 06 11月, 2012 1 次提交
  21. 12 10月, 2012 1 次提交
  22. 08 10月, 2012 1 次提交
  23. 14 9月, 2012 1 次提交
  24. 13 9月, 2012 1 次提交
  25. 11 9月, 2012 1 次提交
  26. 10 9月, 2012 1 次提交
  27. 29 8月, 2012 1 次提交
  28. 15 8月, 2012 1 次提交
  29. 24 7月, 2012 1 次提交
    • D
      Add support for certificate stores in CERT structure. This makes it · 74ecfab4
      Dr. Stephen Henson 提交于
      possible to have different stores per SSL structure or one store in
      the parent SSL_CTX. Include distint stores for certificate chain
      verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN
      to build and store a certificate chain in CERT structure: returing
      an error if the chain cannot be built: this will allow applications
      to test if a chain is correctly configured.
      
      Note: if the CERT based stores are not set then the parent SSL_CTX
      store is used to retain compatibility with existing behaviour.
      74ecfab4
  30. 08 7月, 2012 1 次提交
    • D
      Add new ctrl to retrieve client certificate types, print out · 9f27b1ee
      Dr. Stephen Henson 提交于
      details in s_client.
      
      Also add ctrl to set client certificate types. If not used sensible values
      will be included based on supported signature algorithms: for example if
      we don't include any DSA signing algorithms the DSA certificate type is
      omitted.
      
      Fix restriction in old code where certificate types would be truncated
      if it exceeded TLS_CT_NUMBER.
      9f27b1ee
  31. 04 7月, 2012 1 次提交
    • D
      Fix memory leak. · dd251659
      Dr. Stephen Henson 提交于
      Always perform nexproto callback argument initialisation in s_server
      otherwise we use uninitialised data if -nocert is specified.
      dd251659