omg-dds / dds-security

Validation of interoperability of products compliant with OMG DDS-SECURITY standard.
Other
14 stars 8 forks source link

Fix governance signature #15

Closed colmenero closed 4 months ago

colmenero commented 4 months ago

When I tried running the example, I got signature verification errors for the Governance Document.

We updated the Governance Document recently in: https://github.com/omg-dds/dds-security/commit/626e8aaeb10f053b2b646c4fca5e166f1f427dad

To be honest, I ran the same command that the pull request specifies:

openssl smime -sign -in TESTONLY_governance.xml -text -out TESTONLY_governance_signed.p7s -signer TESTONLY_permissions_ca_cert.pem -inkey permissions_ca_files/private/TESTONLY_permissions_ca_private_key.pem

But got a different result. Running the example works with it.