1. 03 12月, 2014 1 次提交
    • M
      There are a number of instances throughout the code where the constant 28 is · 0d3ae34d
      Matt Caswell 提交于
      used with no explanation. Some of this was introduced as part of RT#1929. The
      value 28 is the length of the IP header (20 bytes) plus the UDP header (8
      bytes). However use of this constant is incorrect because there may be
      instances where a different value is needed, e.g. an IPv4 header is 20 bytes
      but an IPv6 header is 40. Similarly you may not be using UDP (e.g. SCTP).
      This commit introduces a new BIO_CTRL that provides the value to be used for
      this mtu "overhead". It will be used by subsequent commits.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      0d3ae34d
  2. 17 11月, 2014 1 次提交
  3. 29 8月, 2014 1 次提交
  4. 16 8月, 2014 1 次提交
  5. 09 8月, 2014 2 次提交
  6. 12 5月, 2014 2 次提交
  7. 06 3月, 2014 1 次提交
  8. 02 11月, 2013 1 次提交
    • R
      DTLS/SCTP struct authchunks Bug · b8140811
      Robin Seggelmann 提交于
      PR: 2809
      
      DTLS/SCTP requires DATA and FORWARD-TSN chunks to be protected with
      SCTP-AUTH.  It is checked if this has been activated successfully for
      the local and remote peer. Due to a bug, however, the
      gauth_number_of_chunks field of the authchunks struct is missing on
      FreeBSD, and was therefore not considered in the OpenSSL implementation.
      This patch sets the corresponding pointer for the check correctly
      whether or not this bug is present.
      (cherry picked from commit f596e3c491035fe80db5fc0c3ff6b647662b0003)
      b8140811
  9. 20 1月, 2013 1 次提交
  10. 17 12月, 2012 1 次提交
  11. 14 8月, 2012 1 次提交
  12. 01 7月, 2012 1 次提交
  13. 11 6月, 2012 2 次提交
  14. 30 5月, 2012 1 次提交
  15. 06 3月, 2012 1 次提交
    • D
      PR: 2755 · 62b6948a
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Reduce MTU after failed transmissions.
      62b6948a
  16. 27 12月, 2011 1 次提交
  17. 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
  18. 01 9月, 2011 1 次提交
    • D
      PR: 2340 · 74e056ed
      Dr. Stephen Henson 提交于
      Submitted by: "Mauro H. Leggieri" <mxmauro@caiman.com.ar>
      Reviewed by: steve
      
      Stop warnings if OPENSSL_NO_DGRAM is defined.
      74e056ed
  19. 20 7月, 2011 1 次提交
    • D
      PR: 2559 · dafce90a
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Fix DTLS socket error bug
      dafce90a
  20. 03 1月, 2011 1 次提交
    • D
      PR: 2413 · 88ea810e
      Dr. Stephen Henson 提交于
      Submitted by: Michael Bergandi <mbergandi@gmail.com>
      Reviewed by: steve
      
      Fix typo in crypto/bio/bss_dgram.c
      88ea810e
  21. 07 1月, 2010 2 次提交
  22. 27 11月, 2009 1 次提交
  23. 16 11月, 2009 1 次提交
  24. 16 10月, 2009 1 次提交
    • D
      PR: 2069 · 636b6b45
      Dr. Stephen Henson 提交于
      Submitted by: Michael Tuexen <tuexen@fh-muenster.de>
      Approved by: steve@openssl.org
      
      IPv6 support for DTLS.
      636b6b45
  25. 22 9月, 2009 1 次提交
    • D
      PR: 2050 · 7c75f462
      Dr. Stephen Henson 提交于
      Submitted by: Michael Tuexen <tuexen@fh-muenster.de>
      Approved by: steve@openssl.org
      
      Fix handling of ENOTCONN and EMSGSIZE for dgram BIOs.
      7c75f462
  26. 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
  27. 26 8月, 2009 1 次提交
    • D
      PR: 2005 · a6dab873
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      Some systems have broken IPv6 headers and/or implementations. If
      OPENSSL_USE_IPV6 is set to 0 IPv6 is not used, if it is set to 1 it is used
      and if undefined an attempt is made to detect at compile time by checking
      if AF_INET6 is set and excluding known problem platforms.
      a6dab873
  28. 24 7月, 2009 1 次提交
  29. 05 6月, 2009 2 次提交
  30. 19 5月, 2009 1 次提交
  31. 18 5月, 2009 1 次提交
  32. 16 5月, 2009 3 次提交
  33. 05 5月, 2009 1 次提交