Compare commits

..

No commits in common. "1fbc84cb0676421ff2ce978964b7b991035d2452" and "82d8f821df2242800094232e45d2889cd5e5aba5" have entirely different histories.

View file

@ -181,6 +181,4 @@ Each chunk is decrypted using AEAD using the message key and an IV with appended
## SED ## SED
The Symmetrically Encrypted Data packet predates the SEIPD packet and is nowadays deprecated. Legacy mode: may be decrypted, but not produced.
Due to the lack of integrity protection, this packet is susceptible to a whole class of attacks where the attacker modifies the ciphertext.
Therefore, implementations MUST NOT produce this packet and are encouraged not to accept incoming SED packages from untrusted sources.