Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always include Content-Transfer-Encoding #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. Always include Content-Transfer-Encoding

    * Content-Transfer-Encoding does not appear to be enforced in
      requests, only in responses [1]
    
    * That said, it does appear in an *example* of client enrollment
      in the spec [2].
    
    * Testing with server http://testrfc7030.com/ does not require
      Content-Transfer-Encoding in the request. Test server set up
      with globalsign/est [3] does require the header and will fail
      enrollment without it.
    
    [1] https://datatracker.ietf.org/doc/html/rfc7030
    [2] https://datatracker.ietf.org/doc/html/rfc7030#appendix-A.3
    [3] https://github.com/globalsign/est
    kissen committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    aad9cfb View commit details
    Browse the repository at this point in the history