Skip to content

Commit

Permalink
change: update cryptography to 43.0.0
Browse files Browse the repository at this point in the history
43.0.0 introduces deterministic ECDSA (RFC 6979), which we would like to
support. Updating also solves some dependabot alerts, even though they
did not affect crypto-condor directly.

This version does remove support for OpenSSL less than 1.1.1e [1], we
will see if this generates incompatibilities for users.

[1]: https://cryptography.io/en/latest/changelog/#v43-0-0
  • Loading branch information
JulioLoayzaM committed Sep 3, 2024
1 parent abf1f82 commit c75811d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 30 deletions.
62 changes: 33 additions & 29 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python = "^3.10"
pycryptodome = "^3.17"
protobuf = "^4.22.3"
typer = { version = "^0.9.0", extras = ["all"] }
cryptography = "^41.0.1"
cryptography = "^43.0.0"
attrs = "^23.1.0"
cffi = "^1.16.0"
strenum = "^0.4.15"
Expand Down

0 comments on commit c75811d

Please sign in to comment.