Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a8e2838a29cb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: abd33333de74
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 22, 2020

  1. openssl: 1.1.1f → 1.1.1g

    Fixes: CVE-2020-1967
    
    Segmentation fault in SSL_check_chain (CVE-2020-1967)
    =====================================================
    
    Severity: High
    
    Server or client applications that call the SSL_check_chain() function during or
    after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a
    result of incorrect handling of the "signature_algorithms_cert" TLS extension.
    The crash occurs if an invalid or unrecognised signature algorithm is received
    from the peer. This could be exploited by a malicious peer in a Denial of
    Service attack.
    
    OpenSSL version 1.1.1d, 1.1.1e, and 1.1.1f are affected by this issue.  This
    issue did not affect OpenSSL versions prior to 1.1.1d.
    
    Affected OpenSSL 1.1.1 users should upgrade to 1.1.1g
    
    This issue was found by Bernd Edlinger and reported to OpenSSL on 7th April
    2020. It was found using the new static analysis pass being implemented in GCC,
    - -fanalyzer. Additional analysis was performed by Matt Caswell and Benjamin
    Kaduk.
    
    (cherry picked from commit bb4f468)
    mweinelt committed Apr 22, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ab06bb1 View commit details
  2. Merge pull request #85734 from mweinelt/20.03/openssl1.1.1g

    [20.03] openssl: 1.1.1f → 1.1.1g
    worldofpeace authored Apr 22, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    abd3333 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/openssl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openssl/default.nix
Original file line number Diff line number Diff line change
@@ -152,8 +152,8 @@ in {
};

openssl_1_1 = common {
version = "1.1.1f";
sha256 = "186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35";
version = "1.1.1g";
sha256 = "0ikdcc038i7jk8h7asq5xcn8b1xc2rrbc88yfm4hqbz3y5s4gc6x";
patches = [
./1.1/nix-ssl-cert-file.patch