BrianSipos / dtn-bpsec-cose

DTN Bundle Protocol Security (BPSec) COSE Context
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Align AAD encoding with RFC 9173 for consistency #10

Closed BrianSipos closed 2 years ago

BrianSipos commented 2 years ago

The current AAD structure (for both MAC/Sign and Encrypt) contains the same information as that of the Default security contexts of RFC 9173 but encodes it in a slightly different way. The RFC 9173 method should be used directly if possible.

BrianSipos commented 2 years ago

This is fixed in latest main branch.