1. 09 8月, 2014 2 次提交
  2. 10 7月, 2014 1 次提交
  3. 12 5月, 2014 2 次提交
  4. 06 3月, 2014 1 次提交
  5. 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
  6. 19 2月, 2014 1 次提交
  7. 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
  8. 07 10月, 2013 1 次提交
  9. 20 1月, 2013 1 次提交
  10. 17 12月, 2012 1 次提交
  11. 14 8月, 2012 1 次提交
  12. 01 7月, 2012 1 次提交
  13. 11 6月, 2012 3 次提交
  14. 30 5月, 2012 1 次提交
  15. 17 4月, 2012 2 次提交
  16. 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
  17. 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
  18. 27 12月, 2011 1 次提交
  19. 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
  20. 02 12月, 2011 1 次提交
  21. 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
  22. 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
  23. 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
  24. 19 3月, 2011 1 次提交
  25. 27 1月, 2011 1 次提交
  26. 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
  27. 11 12月, 2010 1 次提交
  28. 27 7月, 2010 1 次提交
  29. 12 6月, 2010 1 次提交
  30. 31 5月, 2010 1 次提交
  31. 29 4月, 2010 1 次提交
  32. 22 4月, 2010 1 次提交
  33. 28 3月, 2010 1 次提交
    • D
      PR: 1763 · 3ac75e21
      Dr. Stephen Henson 提交于
      Remove useless num = 0 assignment.
      
      Remove redundant cases on sock_ctrl(): default case handles them.
      3ac75e21
  34. 23 3月, 2010 1 次提交
  35. 16 3月, 2010 1 次提交