Skip to content
  1. May 11, 2017
  2. Apr 24, 2017
  3. Apr 04, 2017
  4. Mar 25, 2017
  5. Mar 17, 2017
  6. Mar 02, 2017
  7. Feb 28, 2017
  8. Feb 21, 2017
  9. Feb 16, 2017
  10. Feb 10, 2017
  11. Feb 08, 2017
  12. Feb 07, 2017
  13. Feb 03, 2017
  14. Feb 01, 2017
  15. Jan 26, 2017
    • Andy Polyakov's avatar
      crypto/evp: harden AEAD ciphers. · 2198b3a5
      Andy Polyakov authored
      
      
      Originally a crash in 32-bit build was reported CHACHA20-POLY1305
      cipher. The crash is triggered by truncated packet and is result
      of excessive hashing to the edge of accessible memory. Since hash
      operation is read-only it is not considered to be exploitable
      beyond a DoS condition. Other ciphers were hardened.
      
      Thanks to Robert Święcki for report.
      
      CVE-2017-3731
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      2198b3a5
    • Andy Polyakov's avatar
      crypto/evp: harden RC4_MD5 cipher. · 8e204996
      Andy Polyakov authored
      
      
      Originally a crash in 32-bit build was reported CHACHA20-POLY1305
      cipher. The crash is triggered by truncated packet and is result
      of excessive hashing to the edge of accessible memory (or bogus
      MAC value is produced if x86 MD5 assembly module is involved). Since
      hash operation is read-only it is not considered to be exploitable
      beyond a DoS condition.
      
      Thanks to Robert Święcki for report.
      
      CVE-2017-3731
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      8e204996
  16. Jan 25, 2017
  17. Jan 24, 2017
  18. Jan 08, 2017
  19. Dec 22, 2016
  20. Dec 20, 2016
  21. Nov 25, 2016
  22. Nov 17, 2016
  23. Nov 10, 2016
  24. Nov 03, 2016
  25. Oct 28, 2016
  26. Oct 18, 2016
  27. Sep 07, 2016