Pull request #11: PHPCRYPTO-41Merge in LIB/tornelib-php-crypto from PHPCRYPTO-41 to master
* commit '5b984043963fc3b7c9bccedc3f24cecef4e50339':
Only test mcrypt when mcrypt is available.
Reorganized functions. Added priv/pub-key to Crypto (for future use).
PHPCRYPTO-41: Init special tests with priv/pub.
Making sure tests are running even if components is missing (bzcompress is missing on github platform for PHP 5.6, and until the yml is fixed we'll first check for the available method).
Pull request #4: Develop/6.1Merge in LIB/tornelib-php-crypto from develop/6.1 to master
* commit '56aa7e8073c50c2f9b10c377c2b09fc3b2321a18':
Making it possible to run mcrypt over openssl up to PHP 7.1 Also fixed an issue where PHP versions are compared up instead of down for mcrypt.
Docblocks update.
unit-file
No coverage-xml allowed.
IO depencey goes to tag instead.
Minor changes in 6.1.0-crypto.
Removed o...
Pull request #8: Extra error handling controls added in xml-parser.Merge in LIB/tornelib-php-crypto from fixes/6.0.25-io-inproper-exceptions-handling to master
For NETCURL-284
* commit 'bf59e69db92714fc4a90fad496bc7f305b2ed0b4':
Extra error handling controls added in xml-parser.
Pull request #7: Deprecated classes removed, causing tests crash as they are using them.Merge in LIB/tornelib-php-crypto from develop/6.0 to master
* commit '62bcf9e96e680468b09704606f26c7517ce78dec':
Deprecated classes removed, causing tests crash as they are using them.
Pull request #5: Last update of 6.0 that goes to master branches.Merge in LIB/tornelib-php-crypto from develop/6.0 to master
* commit '1cd939cc5c5c97e88f21fe5a20632b729f3d7ecc':
Last update of 6.0 that goes to master branches.
* Switched all function controls to use Security::getCurrentFunctionState - this makes it easier to check if functions really are available.* Checking openssl vs mcrypt vs PHP >=7.1/<=7.0 availability. Will throw execeptions if openssl is absent and mcrypt is present in PHP 7.1 platforms.
* Updated compression class.
* Added docblocks.
* Added minor test to check openssl presence.