Open
Description
When using rustls_cert_gen
as a library, the CertificateBuilder::signature_algorithm
function takes KeyPairAlgorithm
as an argument, however the cert
module is private, and cert::KeyPairAlgorithm
is not exported. This means that CertificateBuilder::signature_algorithm
cannot be used (or only used with Default::default()
, the same as not using it).
Happy to open a PR to expose this (there might be other params missing too), just wanted to check if it was intentional.
Metadata
Metadata
Assignees
Labels
No labels
Activity