Skip to content

Commit 2970012

Browse files
committed
Enable the compression-deflate option for sequoia-openpgp
Inline signatures in CompressedData packets cannot be recursed without this option, causing signature parsing to silently return no results in some cases. Signed-off-by: Daniel Alley <dalley@redhat.com>
1 parent d7363d7 commit 2970012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package.edition = "2024"
2525
anyhow = "1"
2626
chrono = "0.4"
2727
once_cell = "1.21"
28-
sequoia-openpgp = { version = "2", default-features = false, features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"] }
28+
sequoia-openpgp = { version = "2", default-features = false, features = [ "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto", "compression-deflate"] }
2929

3030
[dependencies.pyo3]
3131
version = "0.28"

0 commit comments

Comments
 (0)