Skip to content

Commit e44eced

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 <[email protected]>
1 parent 5fbdcaf commit e44eced

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
@@ -24,8 +24,8 @@ regex = "1.3.9"
2424
zeroize = { version = "1.1.0", features = ["zeroize_derive"] }
2525
tss-esapi-sys = { path = "../tss-esapi-sys", version = "0.4.0" }
2626
oid = "0.2.1"
27-
picky-asn1 = "0.3.0"
28-
picky-asn1-x509 = "0.6.1"
27+
picky-asn1 = "0.7.2"
28+
picky-asn1-x509 = "0.11.0"
2929

3030
[dev-dependencies]
3131
env_logger = "0.9.0"

0 commit comments

Comments
 (0)