Skip to main content

Module csrattrs

Module csrattrs 

Source
Expand description

CSR Attributes response per RFC 7030 §4.5.

The /csrattrs operation returns a list of attributes and OID hints that clients should include in their CSRs. Critical for advertising ML-DSA and ML-KEM support to clients.

Modules§

composite_ml_dsa_oids
Composite ML-DSA algorithm OIDs (2.16.840.1.114027.80.5.2.X).
ml_dsa_oids
ML-DSA algorithm OIDs per FIPS 204.
ml_kem_oids
ML-KEM algorithm OIDs per FIPS 203.
x509_attr_oids
Standard X.509 attribute OIDs commonly used in CSRs.

Structs§

CsrAttribute
CSR attribute hint (RFC 7030 §4.5.2).
CsrAttrsBuilder
Builder for constructing CSR attributes responses.
CsrAttrsResponse
CSR Attributes response (RFC 7030 §4.5.2).