PHP Crypto 0.3.1 released

The new bug fixing release 0.3.1 of PHP Crypto has just been released. It fixes segfault on PHP 5 in setting KDF key length and PBKDF2 iterations.

PHP Crypto 0.3.0 released

The PHP Crypto extension version 0.3.0 has been released. It fixes build with PHP 7.1 and introduce KDF and PBKDF2 classes.

PHP GnuPG 1.4.0

The final stable version of PHP GnuPG introducing PHP 7 support has been released. There are no changes since the last RC.

PHP GnuPG 1.4.0RC2 released

The next release for PHP GnuPG 1.4.0 was released. It fixes ZTS issue with invalid context for a password callback.

Addition of EVP_ENCODE_CTX_copy

I just contributed EVP_ENCODE_CTX_copy to the OpenSSL.

OpenSSL

I have been using OpenSSL for some time and recently started contributing to the library.

PHP GnuPG 1.4.0RC1 released

The first RC with PHP 7 support has been released.

PHP FANN 1.1.1 released

New bug fixing release of FANN has just been released. It fixes a segfault after calling fann_destroy.

PHP GnuPG

The PHP GnuPG extension is a wrapper around GpgME library. I have taken over maintenership of this extension and implemented support for PHP 7. The extension has a new home on Github

PHP FANN 1.1.0 released

The final stable version of PHP FANN introducing PHP 7 support has been released.