Skip to content

Commit

Permalink
Bump picky- crates
Browse files Browse the repository at this point in the history
A recent fix [1] in the picky-asn1-der crate highlights an issue that
could lead to faulty results handed off by the abstractions in the
tss-esapi crate. Specifically, mishandling of ASN.1 Integers could
result in invalid encodings of various pieces of data such as elliptic
curve points.

[1] https://github.com/Devolutions/picky-rs/pull/209/files

Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
  • Loading branch information
ionut-arm committed Aug 21, 2023
1 parent 5fbdcaf commit e44eced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ regex = "1.3.9"
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
oid = "0.2.1"
picky-asn1 = "0.3.0"
picky-asn1-x509 = "0.6.1"
picky-asn1 = "0.7.2"
picky-asn1-x509 = "0.11.0"

[dev-dependencies]
env_logger = "0.9.0"
Expand Down

0 comments on commit e44eced

Please sign in to comment.