Skip to content
Snippets Groups Projects
  1. Dec 17, 2014
  2. Dec 16, 2014
  3. Dec 15, 2014
  4. Dec 05, 2014
  5. Dec 03, 2014
    • Matt Caswell's avatar
      There are a number of instances throughout the code where the constant 28 is · ccecdb13
      Matt Caswell authored
      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: default avatarTim Hudson <tjh@openssl.org>
      (cherry picked from commit 0d3ae34d)
      ccecdb13
  6. Nov 28, 2014
  7. Nov 20, 2014
  8. Nov 17, 2014
  9. Nov 13, 2014
  10. Nov 12, 2014
  11. Nov 11, 2014
  12. Nov 10, 2014
  13. Oct 30, 2014
  14. Oct 29, 2014
  15. Oct 28, 2014
  16. Oct 17, 2014
  17. Oct 15, 2014
  18. Oct 06, 2014
  19. Sep 29, 2014
    • Dr. Stephen Henson's avatar
      Add additional DigestInfo checks. · 5df07a72
      Dr. Stephen Henson authored
      
      Reencode DigestInto in DER and check against the original: this
      will reject any improperly encoded DigestInfo structures.
      
      Note: this is a precautionary measure, there is no known attack
      which can exploit this.
      
      Thanks to Brian Smith for reporting this issue.
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      5df07a72
  20. Sep 25, 2014
  21. Sep 24, 2014
  22. Sep 23, 2014
Loading