VirusTotal / yara

The pattern matching swiss knife
https://virustotal.github.io/yara/
BSD 3-Clause "New" or "Revised" License
8.13k stars 1.42k forks source link

Do not init authenticode-parser when using BoringSSL #1924

Closed vthib closed 1 year ago

vthib commented 1 year ago

authenticode-parser is compatible with OpenSSL only. Most of the preprocessor directives already handle this, except for the call to initialize_authenticode_parser. This was causing a link failure when trying to use YARA with BoringSSL.