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
base: c2842e5ad427
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: fa28c1544db7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 10, 2020

  1. python3Packages.cryptography: 3.2.1 -> 3.3.1

    Backward incompatible changes:
    - Support for Python 3.5 has been removed due to low usage and
      maintenance burden.
    - The GCM and AESGCM now require 64-bit to 1024-bit (8 byte to 128 byte)
      initialization vectors. This change is to conform with an upcoming
      OpenSSL release that will no longer support sizes outside this window.
    - When deserializing asymmetric keys we now raise ValueError rather than
      UnsupportedAlgorithm when an unsupported cipher is used. This change
      is to conform with an upcoming OpenSSL release that will no longer
      distinguish between error types.
    - We no longer allow loading of finite field Diffie-Hellman parameters
      of less than 512 bits in length. This change is to conform with an
      upcoming OpenSSL release that no longer supports smaller sizes. These
      keys were already wildly insecure and should not have been used in any
      application outside of testing.
    primeos committed Dec 10, 2020
    Copy the full SHA
    44b7d77 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Merge pull request #106549 from primeos/cryptography

    python3Packages.cryptography: 3.2.1 -> 3.3.1
    primeos committed Dec 14, 2020
    Copy the full SHA
    fa28c15 View commit details
    Browse the repository at this point in the history