Skip to content

Introduce padding mechanisms to combat traffic analysis

Daniel Kahn Gillmor requested to merge padding into main

This series tries to address #55 (closed) by describing padding mechanisms for dealing with both certificates and AEAD encrypted messages.

My goals were:

  • backward compatibility for certificates
  • simplicity for AEAD
  • avoid attempting to define any padding policies, just supplying mechanism.

Merge request reports