We need to guarantee that our public keys and signatures in the build scripts are encoded in DER format. Relying on Serde to serialize it into a DER format is not good because that's an implementation detail.
We should replace the Serde serialization of public keys and signatures in the build scripts with the appropriate DER encoding functions.
We need to guarantee that our public keys and signatures in the build scripts are encoded in DER format. Relying on Serde to serialize it into a DER format is not good because that's an implementation detail.
We should replace the Serde serialization of public keys and signatures in the build scripts with the appropriate DER encoding functions.