robrichards / xmlseclibs

A PHP library for XML Security
BSD 3-Clause "New" or "Revised" License
387 stars 181 forks source link

Migration from mcrypt PHP extension to OpenSSL #120

Closed RauchF closed 7 years ago

RauchF commented 7 years ago

Hello,

as you are probably aware, the mcrypt PHP extension has been deprecated as of PHP 7.1.0 and will be removed with PHP 7.2.0. Since 7.1 is the current latest stable PHP version, I would like to suggest migration to the openssl extension.

As part of this, it probably should be investigated whether the OpenSSL version used in PHP 5.3 supports all used ciphers.

What do you think of this?

thijskh commented 7 years ago

This is a duplicate of #55 and #101. I believe your help is welcome there to get that tested and merged.

RauchF commented 7 years ago

Oh, sorry. Somehow I overlooked them when I searched for mcrypt. :see_no_evil:

I'll go over to #101 and participate there :)