Hi, On Thu, Dec 3, 2015 at 10:41 PM, Scott Arciszewski <sc...@paragonie.com> wrote:
> Hi internals, > > Compare https://3v4l.org/JW5lp with https://3v4l.org/mdEkO > > Why doesn't GCM work? Can it be fixed? > You are probably referring to this feature request: https://bugs.php.net/bug.php?id=67304 I have been slowly working on it and it should be ready for 7.1 (also including CCM) if all passes. It requires almost complete rewrite of openssl_encrypt and openssl_decrypt. You can see progress here (it's not completed in any case but there is some time till 7.1 wiil get released ... :) ): https://github.com/php/php-src/compare/master...bukka:openssl_aead Cheers Jakub