Skip to content
  1. Dec 28, 2015
  2. Dec 27, 2015
  3. Dec 22, 2015
  4. Dec 20, 2015
  5. Dec 19, 2015
  6. Dec 18, 2015
  7. Dec 16, 2015
  8. Dec 14, 2015
  9. Dec 10, 2015
  10. Dec 09, 2015
  11. Dec 08, 2015
  12. Dec 07, 2015
  13. Dec 03, 2015
  14. Dec 02, 2015
  15. Nov 30, 2015
    • Matt Caswell's avatar
      Return errors even if the cookie validation has succeeded · 41d049e1
      Matt Caswell authored
      
      
      In the DTLS ClientHello processing the return value is stored in |ret| which
      by default is -1. 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. Unfortunately if we later encounter an
      error then we can end up returning a successful (positive) return code from
      the function because we already set |ret| to a positive value.
      
      This does not appear to have a security consequence because the handshake
      just fails at a later point.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      41d049e1
  16. Nov 24, 2015