AESGCM256 mode uses incorrect algorithm identifier (A128GCM)

Issue #3 resolved
David Illsley created an issue

Comments (4)

  1. Brian Campbell repo owner

    fixed with df3e6c1 that just changes the A128GCM literal to A256GCM

    though note that the GCM content encryption algorithms aren't currently supported and even with this Aes256GcmContentEncryptionAlgorithm doesn't actually work

  2. Brian Campbell repo owner

    FWIW, I just checked in 2fea31d which adds initial support for the GCM content encryption algorithms. More work to be done there but GCM should be supported in the next release (hopefully in the next few weeks) as long as the underlying JCE provider supports it (which Bouncy Castle does as of v1.50).

  3. Log in to comment