1. 04 Oct, 2018 2 commits
  2. 02 Oct, 2018 2 commits
  3. 26 Sep, 2018 2 commits
  4. 25 Sep, 2018 1 commit
  5. 24 Sep, 2018 3 commits
  6. 23 Sep, 2018 1 commit
    • Bernd Edlinger's avatar
      Create the .rnd file it it does not exist · 1fd6afb5
      Bernd Edlinger authored
      
      
      It's a bit annoying, since some commands try to read a .rnd file,
      and print an error message if the file does not exist.
      
      But previously a .rnd file was created on exit, and that does no longer
      happen.
      
      Fixed by continuing in app_RAND_load_conf regardless of the error in
      RAND_load_file.
      
      If the random number generator is still not initalized on exit, the
      function RAND_write_file will fail and no .rnd file would be created.
      
      Remove RANDFILE from openssl.cnf
      
      Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
      (Merged from https://github.com/openssl/openssl/pull/7217)
      
      (cherry picked from commit 0f58220973a02248ca5c69db59e615378467b9c8)
      1fd6afb5
  7. 21 Sep, 2018 5 commits
  8. 20 Sep, 2018 4 commits
  9. 19 Sep, 2018 1 commit
    • 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
  10. 18 Sep, 2018 2 commits
  11. 17 Sep, 2018 2 commits
  12. 16 Sep, 2018 4 commits
  13. 15 Sep, 2018 1 commit
  14. 13 Sep, 2018 3 commits
  15. 12 Sep, 2018 5 commits
  16. 11 Sep, 2018 2 commits