1. 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
  2. 25 6月, 2012 1 次提交
  3. 07 6月, 2012 1 次提交
  4. 30 5月, 2012 1 次提交
  5. 24 4月, 2012 3 次提交
  6. 18 4月, 2012 1 次提交
  7. 22 2月, 2012 1 次提交
  8. 10 2月, 2012 1 次提交
  9. 26 1月, 2012 1 次提交
    • D
      Tidy/enhance certificate chain output code. · 4379d0e4
      Dr. Stephen Henson 提交于
      New function ssl_add_cert_chain which adds a certificate chain to
      SSL internal BUF_MEM. Use this function in ssl3_output_cert_chain
      and dtls1_output_cert_chain instead of partly duplicating code.
      4379d0e4
  10. 05 1月, 2012 1 次提交
  11. 04 1月, 2012 2 次提交
  12. 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
  13. 16 11月, 2011 2 次提交
  14. 12 5月, 2011 1 次提交
  15. 09 5月, 2011 1 次提交
  16. 30 4月, 2011 1 次提交
    • D
      Initial "opaque SSL" framework. If an application defines · 08557cf2
      Dr. Stephen Henson 提交于
      OPENSSL_NO_SSL_INTERN all ssl related structures are opaque
      and internals cannot be directly accessed. Many applications
      will need some modification to support this and most likely some
      additional functions added to OpenSSL.
      
      The advantage of this option is that any application supporting
      it will still be binary compatible if SSL structures change.
      08557cf2
  17. 17 3月, 2011 1 次提交
  18. 13 3月, 2011 1 次提交
  19. 28 7月, 2010 1 次提交
  20. 07 1月, 2010 1 次提交
  21. 01 1月, 2010 1 次提交
  22. 31 12月, 2009 1 次提交
  23. 09 12月, 2009 1 次提交
  24. 18 11月, 2009 1 次提交
  25. 10 11月, 2009 1 次提交
  26. 06 9月, 2009 1 次提交
  27. 26 8月, 2009 1 次提交
    • D
      PR: 2006 · 480b9e5d
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Do not use multiple DTLS records for a single user message
      480b9e5d
  28. 13 8月, 2009 1 次提交
  29. 15 7月, 2009 1 次提交
  30. 06 4月, 2009 1 次提交
  31. 27 12月, 2008 2 次提交
  32. 16 11月, 2008 1 次提交
    • D
      PR: 1574 · 12bf56c0
      Dr. Stephen Henson 提交于
      Submitted by: Jouni Malinen <j@w1.fi>
      Approved by: steve@openssl.org
      
      Ticket override support for EAP-FAST.
      12bf56c0
  33. 14 8月, 2008 1 次提交
  34. 05 8月, 2008 1 次提交
    • B
      Fix error codes for memory-saving patch. · 474b3b1c
      Bodo Möller 提交于
      Also, get rid of compile-time switch OPENSSL_NO_RELEASE_BUFFERS
      because it was rather pointless (the new behavior has to be explicitly
      requested by setting SSL_MODE_RELEASE_BUFFERS anyway).
      474b3b1c
  35. 02 6月, 2008 1 次提交