rustls / rcgen

Generate X.509 certificates, CSRs
Other
346 stars 108 forks source link

lib: export csr::CertificateSigningRequest #255

Closed cpu closed 8 months ago

cpu commented 8 months ago

This type was introduced in 790a45ea0b7543fa5d4afd7f5a26377582f86e7c and is meant to be part of the public API, but the csr module is not exported. Therefore we have to re-export the type in lib.rs.

Noticed while preparing https://github.com/rustls/rcgen/pull/254

cpu commented 8 months ago

ci / Documentation (stable) (pull_request) Failing after 1m

Ah, need to document it now :laughing: