contentauth / c2pa-rs

Rust SDK for the core C2PA (Coalition for Content Provenance and Authenticity) specification
Other
106 stars 45 forks source link

openssl and boringssl conflict #416

Open J-JasonZz opened 5 months ago

J-JasonZz commented 5 months ago

I'm currently trying to access the c2pa-rust SDK on iOS. My iOS project originally depended on boringSSL, and i noticed that the c2pa-rust SDK depended on openSSL. It will cause a crash. How can i fix it, what do you suggest?

gpeacock commented 4 months ago

We currently depend pretty tightly on OpenSSL for Verify, but it will soon be possible to build without openSLL if you just need to sign.