Skip to content

Commit

Permalink
doc: specify what the authenticode-verify feature is for
Browse files Browse the repository at this point in the history
  • Loading branch information
vthib committed Jun 9, 2024
1 parent 1bee46e commit 5096820
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions boreal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ cuckoo = ["dep:serde_json", "yara/module-cuckoo"]
# Enables the "pe.signatures" module field.
# The `object` feature must also be enabled to get access to the "pe" module.
authenticode = ["dep:const-oid", "dep:der", "dep:md-5", "dep:sha1", "dep:sha2"]

# Enables the "pe.is_signed", "pe.signatures[*].verified" and
# "pe.signatures[*].countersignatures[*].verified" module fields.
authenticode-verify = ["dep:rsa", "dep:dsa", "dep:p256", "dep:p384", "dep:spki", "md-5?/oid", "sha1?/oid", "sha2?/oid"]

# Adds an API to scan files using memory maps.
Expand Down

0 comments on commit 5096820

Please sign in to comment.