Given that we use OCB already for some time in 2.3 and thus Gpg4win 4 and that decryption support is available for even longer in 2.2 and 2.3, its time to also allow encryption using OCB mode and create the keys with the AEAD feature flag set.
Description
Description
Revisions and Commits
Revisions and Commits
rG GnuPG | |||
rG0a355b2fe7d8 gpg: Add compatibility flag "vsd-allow-ocb" | |||
rGa545e14e8a74 gpg: Support OCB encryption. |
Related Objects
Related Objects
- Mentioned In
- T6307: Release GnuPG 2.2.42
Event Timeline
Comment Actions
Works, setting "compatibility-flags vsd-allow-ocb" in the gpg.conf causes new keys to be generated with the AEAD feature flag OCB. And encryption to that key then uses OCB mode as long as the compatibility-flags is set.