lua-http icon indicating copy to clipboard operation
lua-http copied to clipboard

Support Expect-CT header

Open daurnimator opened this issue 8 years ago • 0 comments

Client side support

  • [x] Support for Expect-CT header in lpeg_patterns (Tracking issue: https://github.com/daurnimator/lpeg_patterns/issues/11)
  • [ ] Track known expect-ct hosts
  • [ ] Support report-uri
    • This requires json library
    • May want to turn off by default for privacy?
    • UAs SHOULD limit the rate at which they send reports. For example, it is unnecessary to send the same report to the same "report-uri" more than once.

  • [ ] Come up with a CT Policy
    • Google's
    • Need to include default log providers? See https://www.certificate-transparency.org/known-logs

Server side support

  • Probably need https://github.com/wahern/luaossl/issues/105

daurnimator avatar Oct 28 '17 06:10 daurnimator