You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maurice: OpenSSL is required as long as the code is verifying. By default the SDK verifies any signature it generates. In a future build check after sign will be optional (it will increase performance for volume signers). When it is not required then we can do build without OpenSSL.
The text was updated successfully, but these errors were encountered:
Per Slack discussion...
@DaveStein asks:
We have remote signing support in the open source stuff but it's not documented.
The API is documented in the rust docs. We just don’t have a guide for it.
TO DO: Add a short mention to Signing manifests with link to the Rust API doc and also an FAQ if you want.
API doc: https://docs.rs/c2pa/latest/c2pa/trait.RemoteSigner.html
Maurice: OpenSSL is required as long as the code is verifying. By default the SDK verifies any signature it generates. In a future build check after sign will be optional (it will increase performance for volume signers). When it is not required then we can do build without OpenSSL.
The text was updated successfully, but these errors were encountered: