1. 20 Dec, 2015 1 commit
  2. 19 Dec, 2015 6 commits
  3. 18 Dec, 2015 1 commit
  4. 16 Dec, 2015 1 commit
  5. 14 Dec, 2015 2 commits
  6. 13 Dec, 2015 1 commit
  7. 10 Dec, 2015 4 commits
  8. 09 Dec, 2015 1 commit
  9. 08 Dec, 2015 5 commits
  10. 07 Dec, 2015 4 commits
  11. 03 Dec, 2015 10 commits
  12. 02 Dec, 2015 2 commits
  13. 01 Dec, 2015 1 commit
    • Matt Caswell's avatar
      Remove cookie validation return value trick · 94f98a90
      Matt Caswell authored
      
      
      In the DTLS ClientHello processing the return value is stored in |ret| which
      by default is -1. |ret| is only updated to a positive value once we are past
      all points where we could hit an error. We wish to return 1 on success or 2
      on success *and* we have validated the DTLS cookie. Previously on successful
      validation of the cookie we were setting |ret| to -2, and then once we were
      past all error points we set |ret = -ret|. This is non-obvious behaviour and
      could be error prone. This commit tries to make this a bit more intuitive.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      94f98a90
  14. 30 Nov, 2015 1 commit