Skip to content

Commit

Permalink
Merge pull request #87708 from aszlig/firefox-nss-3.52-fix
Browse files Browse the repository at this point in the history
firefox: Add patch to fix AES GCM IV bit size
  • Loading branch information
andir committed May 13, 2020
2 parents a9e3b11 + 8fb4997 commit 8ba41a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/networking/browsers/firefox/common.nix
Expand Up @@ -94,6 +94,11 @@ stdenv.mkDerivation ({

patches = [
./env_var_for_system_dir.patch
# Fix for NSS 3.52 (add missing CK_GCM_PARMS field)
(fetchpatch {
url = "https://hg.mozilla.org/mozilla-central/raw-rev/463069687b3d";
sha256 = "00yhz67flnkww3rbry0kqn6z6bm7vxfb2sgf7qikgbjcm3ysvpsm";
})
]
++ patches;

Expand Down

0 comments on commit 8ba41a1

Please sign in to comment.