Comment # 6
on bug 8395
from Alex Badea
(In reply to comment #5)
> Created attachment 12177 [details]
> Patch for adding pseudo authentication validaiton for AES-GCM-ICV8
>
> There isn't any 64bit option so AES-GCM with an ICV size of 8 bytes can't be
> validated.
Nice :)
> -#define IPSEC_AUTH_ANY_96BIT 8
> -#define IPSEC_AUTH_ANY_128BIT 9
> +#define IPSEC_AUTH_ANY_64BIT 8
> +#define IPSEC_AUTH_ANY_96BIT 9
These constants may be stored in the UAT on-disk, so we can't change their
meaning. You should add the new one at the end.
You are receiving this mail because:
- You are watching all bug changes.