Skip to content
  1. Sep 21, 2018
  2. Sep 20, 2018
  3. Sep 19, 2018
    • Benjamin Kaduk's avatar
      Reset TLS 1.3 ciphers in SSL_CTX_set_ssl_version() · 1766493b
      Benjamin Kaduk authored
      
      
      Historically SSL_CTX_set_ssl_version() has reset the cipher list
      to the default.  Splitting TLS 1.3 ciphers to be tracked separately
      caused a behavior change, in that TLS 1.3 cipher configuration was
      preserved across calls to SSL_CTX_set_ssl_version().  To restore commensurate
      behavior with the historical behavior, set the ciphersuites to the default as
      well as setting the cipher list to the default.
      
      Closes: #7226
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7270)
      
      (cherry picked from commit 2340ed277b7c5365e83a32eb7d5fa32c4071fb21)
      1766493b
  4. Sep 18, 2018
  5. Sep 17, 2018
  6. Sep 16, 2018
  7. Sep 15, 2018
  8. Sep 13, 2018
  9. Sep 12, 2018
  10. Sep 11, 2018
  11. Sep 10, 2018
  12. Sep 09, 2018