RustCrypto / formats

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

CSR builder discoverability #1577

Open tarcieri opened 5 hours ago

tarcieri commented 5 hours ago

The CSR builder is called x509_cert::builder::RequestBuilder.

It's located outside of x509_cert::request and doesn't have CSR anywhere in its name, nor is it mentioned in the request module.

cc @baloo

tarcieri commented 5 hours ago

In general perhaps we could use a section on CSRs / PKCS#10 in the toplevel documentation