1. 17 11月, 2012 1 次提交
  2. 06 11月, 2012 1 次提交
  3. 08 10月, 2012 1 次提交
  4. 13 9月, 2012 1 次提交
  5. 08 9月, 2012 1 次提交
  6. 29 8月, 2012 1 次提交
  7. 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
  8. 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
  9. 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
  10. 03 7月, 2012 3 次提交
  11. 25 6月, 2012 1 次提交
  12. 22 6月, 2012 1 次提交
  13. 15 6月, 2012 1 次提交
  14. 04 6月, 2012 1 次提交
  15. 30 5月, 2012 1 次提交
  16. 12 4月, 2012 1 次提交
  17. 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
  18. 19 3月, 2012 1 次提交
  19. 14 3月, 2012 2 次提交
  20. 06 3月, 2012 1 次提交
  21. 12 2月, 2012 1 次提交
    • D
      PR: 2716 · be81f4dd
      Dr. Stephen Henson 提交于
      Submitted by: Adam Langley <agl@google.com>
      
      Fix handling of exporter return value and use OpenSSL indentation in
      s_client, s_server.
      be81f4dd
  22. 09 2月, 2012 2 次提交
  23. 22 1月, 2012 1 次提交
  24. 19 1月, 2012 1 次提交
  25. 13 1月, 2012 1 次提交
  26. 01 1月, 2012 1 次提交
    • D
      PR: 2658 · 4817504d
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Support for TLS/DTLS heartbeats.
      4817504d
  27. 15 12月, 2011 1 次提交
    • D
      PR: 1794 · f2fc3075
      Dr. Stephen Henson 提交于
      Submitted by: Peter Sylvester <peter.sylvester@edelweb.fr>
      Reviewed by: steve
      
      Remove unnecessary code for srp and to add some comments to
      s_client.
      
      - the callback to provide a user during client connect is
      no longer necessary since rfc 5054 a connection attempt
      with an srp cipher and no user is terminated when the
      cipher is acceptable
      
      - comments to indicate in s_client the (non-)usefulness of
      th primalaty tests for non known group parameters.
      f2fc3075
  28. 16 11月, 2011 2 次提交
  29. 10 10月, 2011 1 次提交
  30. 12 5月, 2011 1 次提交
  31. 09 5月, 2011 1 次提交
  32. 30 4月, 2011 2 次提交
  33. 13 3月, 2011 2 次提交