1. 27 Oct, 2018 5 commits
  2. 26 Oct, 2018 5 commits
  3. 25 Oct, 2018 7 commits
  4. 24 Oct, 2018 2 commits
  5. 23 Oct, 2018 5 commits
  6. 20 Oct, 2018 1 commit
  7. 19 Oct, 2018 4 commits
  8. 18 Oct, 2018 1 commit
  9. 17 Oct, 2018 3 commits
  10. 16 Oct, 2018 1 commit
    • Matthew Whitehead's avatar
      x509asn1: Fix SAN IP address verification · df54b14f
      Matthew Whitehead authored
      For IP addresses in the subject alternative name field, the length
      of the IP address (and hence the number of bytes to perform a
      memcmp on) is incorrectly calculated to be zero. The code previously
      subtracted q from name.end. where in a successful case q = name.end
      and therefore addrlen equalled 0. The change modifies the code to
      subtract name.beg from name.end to calculate the length correctly.
      
      The issue only affects libcurl with GSKit SSL, not other SSL backends.
      The issue is not a security issue as IP verification would always fail.
      
      Fixes #3102
      Closes #3141
      df54b14f
  11. 15 Oct, 2018 1 commit
  12. 14 Oct, 2018 1 commit
  13. 13 Oct, 2018 1 commit
  14. 12 Oct, 2018 3 commits