On Wed, Apr 27, 2016 at 1:00 PM, Arne Schwabe <a...@rfc2549.org> wrote: > Am 17.04.16 um 21:35 schrieb Steffan Karger: >> #ifdef HAVE_AEAD_CIPHER_MODES > > Are there actually mBedTLS >=2.0 without this?
It's possible to compile mbed TLS without GCM, yes. Though I could imagine getting rid of HAVE_AEAD_CIPHER_MODES, and just fail if GCM support is missing. If there are more in favour of that approach, I'll either send a v2, or a follow-up patch. > P.S.: This was probably one of the most boring reviews I did (for most > part of the changes). Hehe, yes, I can imagine. Writing this patch wasn't exactly exciting either ;) Let's hope mbed TLS sticks to this naming scheme for a while... -Steffan