Skip to content

Commit a2d71a6

Browse files
committed
Bump picky- crates
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>
1 parent 4c9b7a7 commit a2d71a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tss-esapi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ regex = "1.3.9"
2727
zeroize = { version = "1.5.7", features = ["zeroize_derive"] }
2828
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
2929
oid = { version = "0.2.1", optional = true }
30-
picky-asn1 = { version = "0.3.0", optional = true }
31-
picky-asn1-x509 = { version = "0.6.1", optional = true }
30+
picky-asn1 = { version = "0.7.2", optional = true }
31+
picky-asn1-x509 = { version = "0.11.0", optional = true }
3232
cfg-if = "1.0.0"
3333
strum = { version = "0.25.0", optional = true }
3434
strum_macros = { version = "0.25.0", optional = true }

0 commit comments

Comments
 (0)