RustCrypto / formats

Cryptography-related format encoders/decoders: DER, PEM, PKCS, PKIX
250 stars 134 forks source link

cms: implement a `SignedDataBuilder` for PSS #1519

Closed baloo closed 1 month ago

baloo commented 1 month ago

At the moment, the SignedDataBuilder only supports signature::Signer (ecdsa / rsa pkcs1v15), it would be nice to get support for rsa PSS by adding a build_with_rng method (along with requirement for DynSignatureAlgorithmIdentifier instead of SignatureAlgorithmIdentifier)

baloo commented 1 month ago

cc @bkstein