1. 28 1月, 2015 1 次提交
  2. 22 1月, 2015 1 次提交
  3. 03 12月, 2014 1 次提交
  4. 20 11月, 2014 1 次提交
    • E
      Ensure SSL3_FLAGS_CCS_OK (or d1->change_cipher_spec_ok for DTLS) is reset · e94a6c0e
      Emilia Kasper 提交于
      once the ChangeCipherSpec message is received. Previously, the server would
      set the flag once at SSL3_ST_SR_CERT_VRFY and again at SSL3_ST_SR_FINISHED.
      This would allow a second CCS to arrive and would corrupt the server state.
      
      (Because the first CCS would latch the correct keys and subsequent CCS
      messages would have to be encrypted, a MitM attacker cannot exploit this,
      though.)
      
      Thanks to Joeri de Ruiter for reporting this issue.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      e94a6c0e
  5. 15 10月, 2014 1 次提交
  6. 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
  7. 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
  8. 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
  9. 25 12月, 2011 1 次提交
    • D
      PR: 2535 · 7e159e01
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Add SCTP support for DTLS (RFC 6083).
      7e159e01
  10. 15 10月, 2011 1 次提交
  11. 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
  12. 25 3月, 2011 1 次提交
  13. 24 11月, 2010 2 次提交
  14. 23 11月, 2010 1 次提交
  15. 14 4月, 2010 1 次提交
    • D
      PR: 2230 · 934e22e8
      Dr. Stephen Henson 提交于
      Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Fix various DTLS fragment reassembly bugs.
      934e22e8
  16. 13 11月, 2009 1 次提交
  17. 10 9月, 2009 1 次提交
    • D
      PR: 2033 · 1fc3ac80
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      DTLS listen support.
      1fc3ac80
  18. 05 9月, 2009 1 次提交
    • D
      PR: 2028 · 07a9d1a2
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Fix DTLS cookie management bugs.
      07a9d1a2
  19. 17 6月, 2009 2 次提交
    • D
      PR: 1958 · 4f33534c
      Dr. Stephen Henson 提交于
      Submitted by: Sean Boudreau <seanb@qnx.com>
      Approved by: steve@openssl.org
      
      qnx6 support.
      4f33534c
    • D
      PR: 1946 · 716cddc0
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Approved by: steve@openssl.org
      
      Netware header fix.
      716cddc0
  20. 05 6月, 2009 1 次提交
  21. 02 6月, 2009 1 次提交
    • D
      PR: 1946 · 225f303a
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Reviewed by: steve@openssl.org
      
      Get timeval definition on Netware.
      225f303a
  22. 29 5月, 2009 1 次提交
  23. 18 5月, 2009 1 次提交
  24. 16 5月, 2009 1 次提交
  25. 20 4月, 2009 1 次提交
  26. 15 4月, 2009 1 次提交
  27. 13 10月, 2008 1 次提交
  28. 12 10月, 2008 1 次提交
  29. 14 9月, 2008 1 次提交
  30. 01 10月, 2007 2 次提交
  31. 08 1月, 2006 1 次提交
  32. 08 6月, 2005 1 次提交
  33. 31 5月, 2005 1 次提交
  34. 28 4月, 2005 1 次提交
    • D
      Lots of Win32 fixes for DTLS. · 6c61726b
      Dr. Stephen Henson 提交于
      1. "unsigned long long" isn't portable changed: to BN_ULLONG.
      2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used.
      2. Avoid lots of compiler warnings about signed/unsigned mismatches.
      3. Include new library directory pqueue in mk1mf build system.
      4. Update symbols.
      6c61726b
  35. 27 4月, 2005 3 次提交