Skip to main content

Module est

Module est 

Source
Expand description

EST operation router combining all RFC 7030 endpoints.

Builds the sub-router for EST operations with:

  • Content-Type enforcement middleware (reject wrong content types per RFC 7030 §4)
  • Base64 transfer encoding enforcement per RFC 8951
  • Error response formatting per RFC 7030 §4.2.3

Modules§

content_types
EST content types defined in RFC 7030 §4.

Functions§

decode_est_base64
Decode a base64-encoded EST request body.
encode_est_base64
Encode DER bytes as base64 for an EST response body.
est_error_response
Build an EST error response per RFC 7030 §4.2.3.
est_router
Build the EST sub-router with all RFC 7030 operation endpoints.