1. 18 12月, 2014 1 次提交
  2. 08 12月, 2014 1 次提交
  3. 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
  4. 29 11月, 2014 1 次提交
  5. 17 11月, 2014 1 次提交
  6. 29 8月, 2014 1 次提交
  7. 16 8月, 2014 2 次提交
  8. 09 8月, 2014 2 次提交
  9. 10 7月, 2014 1 次提交
  10. 12 5月, 2014 2 次提交
  11. 06 3月, 2014 1 次提交
  12. 25 2月, 2014 1 次提交
    • D
      Avoid Windows 8 Getversion deprecated errors. · a4cc3c80
      Dr. Stephen Henson 提交于
      Windows 8 SDKs complain that GetVersion() is deprecated.
      
      We only use GetVersion like this:
      
      	(GetVersion() < 0x80000000)
      
      which checks if the Windows version is NT based. Use a macro check_winnt()
      which uses GetVersion() on older SDK versions and true otherwise.
      a4cc3c80
  13. 19 2月, 2014 1 次提交
  14. 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
  15. 07 10月, 2013 1 次提交
  16. 20 1月, 2013 1 次提交
  17. 17 12月, 2012 1 次提交
  18. 14 8月, 2012 1 次提交
  19. 01 7月, 2012 1 次提交
  20. 11 6月, 2012 3 次提交
  21. 30 5月, 2012 1 次提交
  22. 17 4月, 2012 2 次提交
  23. 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
  24. 26 2月, 2012 1 次提交
    • D
      PR: 2730 · a36fb725
      Dr. Stephen Henson 提交于
      Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>
      
      VMS fixes: disable SCTP by default.
      a36fb725
  25. 27 12月, 2011 1 次提交
  26. 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
  27. 02 12月, 2011 1 次提交
  28. 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
  29. 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
  30. 25 5月, 2011 1 次提交
    • D
      PR: 2512 · 44ddb27f
      Dr. Stephen Henson 提交于
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Fix BIO_accept so it can be bound to IPv4 or IPv6 sockets consistently.
      44ddb27f
  31. 19 3月, 2011 1 次提交
  32. 27 1月, 2011 1 次提交
  33. 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
  34. 11 12月, 2010 1 次提交