Skip to content

Remove session key checksum and padding for v6 ECDH keys

Aron Wussler requested to merge wussler/rfc4880bis:session-key-padding into main

The following MR proposes to remove the checksum and padding for v6 ECDH PKESKs.

This reduces the amount of bytes on the wire by removing an unnecessary checksum (there is already a checksum in the key wrapping algorithm), and lets us use standard AES keywrap implementations when available.

Edited by Daniel Huigens

Merge request reports