Update composer dependencies
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 19 Jan 2022 14:52:40 +0000 (15:52 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 19 Jan 2022 14:52:40 +0000 (15:52 +0100)
23 files changed:
wcfsetup/install/files/lib/system/api/composer.lock
wcfsetup/install/files/lib/system/api/composer/installed.json
wcfsetup/install/files/lib/system/api/composer/installed.php
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitattributes [new file with mode: 0644]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitignore [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.travis.yml [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/LICENSE.txt
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/README.md
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/phpunit.xml.dist [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/psalm.xml [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/src/Base32.php
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/src/Base64.php
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/src/Binary.php
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/src/Hex.php
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32HexTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32Test.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64Test.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/EncodingTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/HexTest.php [deleted file]
wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/RFC4648Test.php [deleted file]

index 1379737bcf819580948c0beee70faefa6422b27f..080c70de73115a0c23ad183931d7e0e7b0e56619 100644 (file)
         },
         {
             "name": "paragonie/constant_time_encoding",
-            "version": "v2.4.0",
+            "version": "v2.5.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/paragonie/constant_time_encoding.git",
-                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
+                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
-                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
+                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
+                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
                 "shasum": ""
             },
             "require": {
                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
                 "source": "https://github.com/paragonie/constant_time_encoding"
             },
-            "time": "2020-12-06T15:14:20+00:00"
+            "time": "2022-01-17T05:32:27+00:00"
         },
         {
             "name": "pear/net_idna2",
index d61ac062debb32dd1b1a122adf4bc2617700434a..35c861fd35ddccdffc9c5d144abcf5015ef6253d 100644 (file)
         },
         {
             "name": "paragonie/constant_time_encoding",
-            "version": "v2.4.0",
-            "version_normalized": "2.4.0.0",
+            "version": "v2.5.0",
+            "version_normalized": "2.5.0.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/paragonie/constant_time_encoding.git",
-                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
+                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
-                "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
+                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
+                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
                 "shasum": ""
             },
             "require": {
                 "phpunit/phpunit": "^6|^7|^8|^9",
                 "vimeo/psalm": "^1|^2|^3|^4"
             },
-            "time": "2020-12-06T15:14:20+00:00",
+            "time": "2022-01-17T05:32:27+00:00",
             "type": "library",
             "installation-source": "dist",
             "autoload": {
index 7357598f680edfc25df5459f6f1560837c125c13..6e4ca25521a11da8d432675bbe591fa359901217 100644 (file)
             'dev_requirement' => false,
         ),
         'paragonie/constant_time_encoding' => array(
-            'pretty_version' => 'v2.4.0',
-            'version' => '2.4.0.0',
+            'pretty_version' => 'v2.5.0',
+            'version' => '2.5.0.0',
             'type' => 'library',
             'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
             'aliases' => array(),
-            'reference' => 'f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c',
+            'reference' => '9229e15f2e6ba772f0c55dd6986c563b937170a8',
             'dev_requirement' => false,
         ),
         'pear/net_idna2' => array(
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitattributes b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitattributes
new file mode 100644 (file)
index 0000000..cb40fe2
--- /dev/null
@@ -0,0 +1,9 @@
+# Path-based git attributes
+# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
+
+# This way, the files would be available in the repository but it would not be downloaded when the package is required by another project.
+/.github            export-ignore
+/.gitignore         export-ignore
+/tests              export-ignore
+/phpunit.xml.dist   export-ignore
+/psalm.xml          export-ignore
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitignore b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.gitignore
deleted file mode 100644 (file)
index e0caea8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-.idea/
-vendor/
\ No newline at end of file
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.travis.yml b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/.travis.yml
deleted file mode 100644 (file)
index 117c114..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-language: php
-sudo: false
-
-matrix:
-  fast_finish: true
-  include:
-    - php: "7.1"
-    - php: "7.2"
-    - php: "7.3"
-    - php: "7.4"
-    - php: "8.0"
-    - php: "nightly"
-  allow_failures:
-    - php: "nightly"
-    - php: "7.4"
-    - php: "8.0"
-
-install:
-    - composer self-update
-    - composer update
-
-script:
-    - vendor/bin/phpunit
-    - vendor/bin/psalm
index f424f5ecc9df5970b7d5c112ccc37cb300bb9fae..91acaca67302efaef0f7f5f941ecbb09886a0ba3 100644 (file)
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2016 - 2020 Paragon Initiative Enterprises
+Copyright (c) 2016 - 2022 Paragon Initiative Enterprises
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
index d7db2a2d071f470c4e8f21fa460ec4520499a236..cedddd8633ec96781bc8ed07aaa65418e7114121 100644 (file)
@@ -1,6 +1,6 @@
 # Constant-Time Encoding
 
-[![Build Status](https://travis-ci.org/paragonie/constant_time_encoding.svg?branch=master)](https://travis-ci.org/paragonie/constant_time_encoding)
+[![Build Status](https://github.com/paragonie/constant_time_encoding/actions/workflows/ci.yml/badge.svg)](https://github.com/paragonie/constant_time_encoding/actions)
 [![Latest Stable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/stable)](https://packagist.org/packages/paragonie/constant_time_encoding)
 [![Latest Unstable Version](https://poser.pugx.org/paragonie/constant_time_encoding/v/unstable)](https://packagist.org/packages/paragonie/constant_time_encoding)
 [![License](https://poser.pugx.org/paragonie/constant_time_encoding/license)](https://packagist.org/packages/paragonie/constant_time_encoding)
@@ -36,7 +36,7 @@ composer require paragonie/constant_time_encoding
 ## How to Use
 
 ```php
-use \ParagonIE\ConstantTime\Encoding;
+use ParagonIE\ConstantTime\Encoding;
 
 // possibly (if applicable): 
 // require 'vendor/autoload.php';
@@ -63,8 +63,8 @@ If you only need a particular variant, you can just reference the
 required class like so:
 
 ```php
-use \ParagonIE\ConstantTime\Base64;
-use \ParagonIE\ConstantTime\Base32;
+use ParagonIE\ConstantTime\Base64;
+use ParagonIE\ConstantTime\Base32;
 
 $data = random_bytes(32);
 echo Base64::encode($data), "\n";
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/phpunit.xml.dist b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/phpunit.xml.dist
deleted file mode 100644 (file)
index 4d09034..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="true" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
-  <coverage processUncoveredFiles="true">
-    <include>
-      <directory suffix=".php">./src</directory>
-    </include>
-  </coverage>
-  <testsuites>
-    <testsuite name="Constant Time Encoding Test Suite">
-      <directory suffix="Test.php">./tests</directory>
-    </testsuite>
-  </testsuites>
-</phpunit>
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/psalm.xml b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/psalm.xml
deleted file mode 100644 (file)
index 0a17264..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0"?>
-<psalm
-    useDocblockTypes="true"
-    totallyTyped="true"
->
-    <projectFiles>
-        <directory name="src" />
-    </projectFiles>
-</psalm>
index 7784bafbf5e7d5db9a60618616d57f05c5bd1cd5..b4f2de1452acf79b4df5c2e4bf48c5d11c1ddbae 100644 (file)
@@ -60,13 +60,13 @@ abstract class Base32 implements EncoderInterface
     /**
      * Encode into Base32 (RFC 4648)
      *
-     * @param string $src
+     * @param string $binString
      * @return string
      * @throws \TypeError
      */
-    public static function encode(string $src): string
+    public static function encode(string $binString): string
     {
-        return static::doEncode($src, false, true);
+        return static::doEncode($binString, false, true);
     }
     /**
      * Encode into Base32 (RFC 4648)
@@ -367,7 +367,6 @@ abstract class Base32 implements EncoderInterface
                 $err |= ($c0) >> 8;
             }
         }
-        /** @var bool $check */
         $check = ($err === 0);
         if (!$check) {
             throw new \RangeException(
index 4739e4895dde6ee816a280335a2466e996f6e9ef..dd16938f22754fc217184da64ba384114ed7dc11 100644 (file)
@@ -38,13 +38,13 @@ abstract class Base64 implements EncoderInterface
      *
      * Base64 character set "[A-Z][a-z][0-9]+/"
      *
-     * @param string $src
+     * @param string $binString
      * @return string
      * @throws \TypeError
      */
-    public static function encode(string $src): string
+    public static function encode(string $binString): string
     {
-        return static::doEncode($src, true);
+        return static::doEncode($binString, true);
     }
 
     /**
@@ -196,11 +196,10 @@ abstract class Base64 implements EncoderInterface
                     ((($c0 << 2) | ($c1 >> 4)) & 0xff)
                 );
                 $err |= ($c0 | $c1) >> 8;
-            } elseif ($i < $srcLen && $strictPadding) {
+            } elseif ($strictPadding) {
                 $err |= 1;
             }
         }
-        /** @var bool $check */
         $check = ($err === 0);
         if (!$check) {
             throw new \RangeException(
index 38dbc4e66076ec94fe5995884b437aea6faa7ea9..add0522896ce1b39f14fbdea8868f7e1f43f1c13 100644 (file)
@@ -46,6 +46,8 @@ abstract class Binary
     public static function safeStrlen(string $str): int
     {
         if (\function_exists('mb_strlen')) {
+            // mb_strlen in PHP 7.x can return false.
+            /** @psalm-suppress RedundantCast */
             return (int) \mb_strlen($str, '8bit');
         } else {
             return \strlen($str);
@@ -60,7 +62,7 @@ abstract class Binary
      * @staticvar boolean $exists
      * @param string $str
      * @param int $start
-     * @param int $length
+     * @param ?int $length
      * @return string
      * @throws \TypeError
      */
index b1b05a098e675ee3c0be615d50c4bb49fea0bfa1..4c2732862dcbb607f756b41e8bd8e90142cdc07c 100644 (file)
@@ -41,15 +41,12 @@ abstract class Hex implements EncoderInterface
      */
     public static function encode(string $binString): string
     {
-        /** @var string $hex */
         $hex = '';
         $len = Binary::safeStrlen($binString);
         for ($i = 0; $i < $len; ++$i) {
             /** @var array<int, int> $chunk */
             $chunk = \unpack('C', Binary::safeSubstr($binString, $i, 1));
-            /** @var int $c */
             $c = $chunk[1] & 0xf;
-            /** @var int $b */
             $b = $chunk[1] >> 4;
 
             $hex .= pack(
@@ -71,17 +68,13 @@ abstract class Hex implements EncoderInterface
      */
     public static function encodeUpper(string $binString): string
     {
-        /** @var string $hex */
         $hex = '';
-        /** @var int $len */
         $len = Binary::safeStrlen($binString);
 
         for ($i = 0; $i < $len; ++$i) {
             /** @var array<int, int> $chunk */
             $chunk = \unpack('C', Binary::safeSubstr($binString, $i, 2));
-            /** @var int $c */
             $c = $chunk[1] & 0xf;
-            /** @var int $b */
             $b = $chunk[1] >> 4;
 
             $hex .= pack(
@@ -104,15 +97,10 @@ abstract class Hex implements EncoderInterface
      */
     public static function decode(string $encodedString, bool $strictPadding = false): string
     {
-        /** @var int $hex_pos */
         $hex_pos = 0;
-        /** @var string $bin */
         $bin = '';
-        /** @var int $c_acc */
         $c_acc = 0;
-        /** @var int $hex_len */
         $hex_len = Binary::safeStrlen($encodedString);
-        /** @var int $state */
         $state = 0;
         if (($hex_len & 1) !== 0) {
             if ($strictPadding) {
@@ -129,15 +117,10 @@ abstract class Hex implements EncoderInterface
         $chunk = \unpack('C*', $encodedString);
         while ($hex_pos < $hex_len) {
             ++$hex_pos;
-            /** @var int $c */
             $c = $chunk[$hex_pos];
-            /** @var int $c_num */
             $c_num = $c ^ 48;
-            /** @var int $c_num0 */
             $c_num0 = ($c_num - 10) >> 8;
-            /** @var int $c_alpha */
             $c_alpha = ($c & ~32) - 55;
-            /** @var int $c_alpha0 */
             $c_alpha0 = (($c_alpha - 10) ^ ($c_alpha - 16)) >> 8;
 
             if (($c_num0 | $c_alpha0) === 0) {
@@ -145,7 +128,6 @@ abstract class Hex implements EncoderInterface
                     'Expected hexadecimal character'
                 );
             }
-            /** @var int $c_val */
             $c_val = ($c_num0 & $c_num) | ($c_alpha & $c_alpha0);
             if ($state === 0) {
                 $c_acc = $c_val * 16;
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32HexTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32HexTest.php
deleted file mode 100644 (file)
index ed19f33..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base32Hex;
-
-class Base32HexTest extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base32Hex::encode()
-     * @covers Base32Hex::decode()
-     * @covers Base32Hex::encodeUpper()
-     * @covers Base32Hex::decodeUpper()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base32Hex::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base32Hex::decode($enc)
-                );
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $unpadded,
-                    Base32Hex::encodeUnpadded($random)
-                );
-                $this->assertSame(
-                    $random,
-                    Base32Hex::decode($unpadded)
-                );
-
-                $enc = Base32Hex::encodeUpper($random);
-                $this->assertSame(
-                    $random,
-                    Base32Hex::decodeUpper($enc)
-                );                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $unpadded,
-                    Base32Hex::encodeUpperUnpadded($random)
-                );
-                $this->assertSame(
-                    $random,
-                    Base32Hex::decodeUpper($unpadded)
-                );
-            }
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32Test.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base32Test.php
deleted file mode 100644 (file)
index 65e8e7c..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base32;
-
-class Base32Test extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base32::encode()
-     * @covers Base32::decode()
-     * @covers Base32::encodeUpper()
-     * @covers Base32::decodeUpper()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base32::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base32::decode($enc)
-                );
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $unpadded,
-                    Base32::encodeUnpadded($random)
-                );
-                $this->assertSame(
-                    $random,
-                    Base32::decode($unpadded)
-                );
-
-                $enc = Base32::encodeUpper($random);
-                $this->assertSame(
-                    $random,
-                    Base32::decodeUpper($enc)
-                );
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $unpadded,
-                    Base32::encodeUpperUnpadded($random)
-                );
-                $this->assertSame(
-                    $random,
-                    Base32::decodeUpper($unpadded)
-                );
-            }
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashOrderedTest.php
deleted file mode 100644 (file)
index f7dc828..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base64DotSlashOrdered;
-
-class Base64DotSlashOrderedTest extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base64DotSlashOrdered::encode()
-     * @covers Base64DotSlashOrdered::decode()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base64DotSlashOrdered::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base64DotSlashOrdered::decode($enc)
-                );
-
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $random,
-                    Base64DotSlashOrdered::decode($unpadded)
-                );
-                $this->assertSame(
-                    $random,
-                    Base64DotSlashOrdered::decode($unpadded)
-                );
-            }
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64DotSlashTest.php
deleted file mode 100644 (file)
index 257a3d5..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base64DotSlash;
-
-class Base64DotSlashTest extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base64DotSlash::encode()
-     * @covers Base64DotSlash::decode()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base64DotSlash::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base64DotSlash::decode($enc)
-                );
-
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $random,
-                    Base64DotSlash::decode($unpadded)
-                );
-                $this->assertSame(
-                    $random,
-                    Base64DotSlash::decode($unpadded)
-                );
-            }
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64Test.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64Test.php
deleted file mode 100644 (file)
index 16ab47d..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base64;
-
-class Base64Test extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base64::encode()
-     * @covers Base64::decode()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base64::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base64::decode($enc)
-                );
-                $this->assertSame(
-                    \base64_encode($random),
-                    $enc
-                );
-
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $random,
-                    Base64::decode($unpadded)
-                );
-                $this->assertSame(
-                    $random,
-                    Base64::decode($unpadded)
-                );
-            }
-        }
-        $str = 'MIIFzzCCBLegAwIBAgIDAfdlMA0GCSqGSIb3DQEBBQUAMHMxCzAJBgNVBAYTAlBM' .
-            'MSgwJgYDVQQKDB9LcmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMSQwIgYDVQQ' .
-            'DDBtDT1BFIFNaQUZJUiAtIEt3YWxpZmlrb3dhbnkxFDASBgNVBAUTC05yIHdwaXN1Oi' .
-            'A2MB4XDTExMTEwOTA2MDAwMFoXDTEzMTEwOTA2MDAwMFowgdkxCzAJBgNVBAYTAlBMM' .
-            'RwwGgYDVQQKDBNVcnrEhWQgTWlhc3RhIEdkeW5pMRswGQYDVQQFExJQRVNFTDogNjEw' .
-            'NjA2MDMxMTgxGTAXBgNVBAMMEEplcnp5IFByemV3b3Jza2kxTzBNBgNVBBAwRgwiQWw' .
-            'uIE1hcnN6YcWCa2EgUGnFgnN1ZHNraWVnbyA1Mi81NAwNODEtMzgyIEdkeW5pYQwGUG' .
-            '9sc2thDAlwb21vcnNraWUxDjAMBgNVBCoMBUplcnp5MRMwEQYDVQQEDApQcnpld29yc' .
-            '2tpMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCMm5vjGqHPthJCMqKpqssSISRo' .
-            's0PYDTcEQzyyurfX67EJWKtZj6HNwuDMEGJ02iBNZfjUl7r8dIi28bSKhNlsfycXZKY' .
-            'RcIjp0+r5RqtR2auo9GQ6veKb61DEAGIqaR+uLLcJVTHCu0w9oXLGbRlGth5eNoj03C' .
-            'xXVAH2IfhbNwIDAQABo4IChzCCAoMwDAYDVR0TAQH/BAIwADCCAUgGA1UdIAEB/wSCA' .
-            'TwwggE4MIIBNAYJKoRoAYb3IwEBMIIBJTCB3QYIKwYBBQUHAgIwgdAMgc1EZWtsYXJh' .
-            'Y2phIHRhIGplc3Qgb8Wbd2lhZGN6ZW5pZW0gd3lkYXdjeSwgxbxlIHRlbiBjZXJ0eWZ' .
-            'pa2F0IHpvc3RhxYIgd3lkYW55IGpha28gY2VydHlmaWthdCBrd2FsaWZpa293YW55IH' .
-            'pnb2RuaWUgeiB3eW1hZ2FuaWFtaSB1c3Rhd3kgbyBwb2RwaXNpZSBlbGVrdHJvbmlje' .
-            'm55bSBvcmF6IHRvd2FyenlzesSFY3ltaSBqZWogcm96cG9yesSFZHplbmlhbWkuMEMG' .
-            'CCsGAQUFBwIBFjdodHRwOi8vd3d3Lmtpci5jb20ucGwvY2VydHlmaWthY2phX2tsdWN' .
-            '6eS9wb2xpdHlrYS5odG1sMAkGA1UdCQQCMAAwIQYDVR0RBBowGIEWai5wcnpld29yc2' .
-            'tpQGdkeW5pYS5wbDAOBgNVHQ8BAf8EBAMCBkAwgZ4GA1UdIwSBljCBk4AU3TGldJXip' .
-            'N4oGS3ZYmnBDMFs8gKhd6R1MHMxCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9LcmFqb3dh' .
-            'IEl6YmEgUm96bGljemVuaW93YSBTLkEuMSQwIgYDVQQDDBtDT1BFIFNaQUZJUiAtIEt' .
-            '3YWxpZmlrb3dhbnkxFDASBgNVBAUTC05yIHdwaXN1OiA2ggJb9jBIBgNVHR8EQTA/MD' .
-            '2gO6A5hjdodHRwOi8vd3d3Lmtpci5jb20ucGwvY2VydHlmaWthY2phX2tsdWN6eS9DU' .
-            'kxfT1pLMzIuY3JsMA0GCSqGSIb3DQEBBQUAA4IBAQBYPIqnAreyeql7/opJjcar/qWZ' .
-            'y9ruhB2q0lZFsJOhwgMnbQXzp/4vv93YJqcHGAXdHP6EO8FQX47mjo2ZKQmi+cIHJHL' .
-            'ONdX/3Im+M17V0iNAh7Z1lOSfTRT+iiwe/F8phcEaD5q2RmvYusR7zXZq/cLL0If0hX' .
-            'oPZ/EHQxjN8pxzxiUx6bJAgturnIMEfRNesxwghdr1dkUjOhGLf3kHVzgM6j3VAM7oF' .
-            'mMUb5y5s96Bzl10DodWitjOEH0vvnIcsppSxH1C1dCAi0o9f/1y2XuLNhBNHMAyTqpY' .
-            'PX8Yvav1c+Z50OMaSXHAnTa20zv8UtiHbaAhwlifCelUMj93S';
-        
-        try {
-            Base64::decode($str, true);
-            $this->fail('Strict padding not enforced');
-        } catch (\Exception $ex) {
-
-            $this->assertSame(
-                Base64::decode($str),
-                \base64_decode($str)
-            );
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/Base64UrlSafeTest.php
deleted file mode 100644 (file)
index 136ed61..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
-<?php
-
-use ParagonIE\ConstantTime\Base64UrlSafe;
-use ParagonIE\ConstantTime\Binary;
-
-/**
- * Class Base64UrlSafeTest
- */
-class Base64UrlSafeTest extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Base64UrlSafe::encode()
-     * @covers Base64UrlSafe::decode()
-     *
-     * @throws Exception
-     * @throws TypeError
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Base64UrlSafe::encode($random);
-                $this->assertSame(
-                    $random,
-                    Base64UrlSafe::decode($enc)
-                );
-                $this->assertSame(
-                    \strtr(\base64_encode($random), '+/', '-_'),
-                    $enc
-                );
-
-                $unpadded = \rtrim($enc, '=');
-                $this->assertSame(
-                    $unpadded,
-                    Base64UrlSafe::encodeUnpadded($random)
-                );
-                $this->assertSame(
-                    $random,
-                    Base64UrlSafe::decode($unpadded)
-                );
-            }
-        }
-
-        $random = \random_bytes(1 << 20);
-        $enc = Base64UrlSafe::encode($random);
-        $this->assertTrue(Binary::safeStrlen($enc) > 65536);
-        $this->assertSame(
-            $random,
-            Base64UrlSafe::decode($enc)
-        );
-        $this->assertSame(
-            \strtr(\base64_encode($random), '+/', '-_'),
-            $enc
-        );
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/EncodingTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/EncodingTest.php
deleted file mode 100644 (file)
index 6f774d8..0000000
+++ /dev/null
@@ -1,307 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base32;
-use \ParagonIE\ConstantTime\Base32Hex;
-use \ParagonIE\ConstantTime\Base64;
-use \ParagonIE\ConstantTime\Base64DotSlash;
-use \ParagonIE\ConstantTime\Base64DotSlashOrdered;
-use \ParagonIE\ConstantTime\Base64UrlSafe;
-use \ParagonIE\ConstantTime\Encoding;
-use \ParagonIE\ConstantTime\Hex;
-
-class EncodingTest extends PHPUnit\Framework\TestCase
-{
-    public function testBase32Encode()
-    {
-        $this->assertSame(
-            Encoding::base32Encode("\x00"),
-            'aa======'
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\x00\x00"),
-            'aaaa===='
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\x00\x00\x00"),
-            'aaaaa==='
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\x00\x00\x00\x00"),
-            'aaaaaaa='
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\x00\x00\x00\x00\x00"),
-            'aaaaaaaa'
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\x00\x00\x0F\xFF\xFF"),
-            'aaaa7777'
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\xFF\xFF\xF0\x00\x00"),
-            '7777aaaa'
-        );
-
-        $this->assertSame(
-            Encoding::base32Encode("\xce\x73\x9c\xe7\x39"),
-            'zzzzzzzz'
-        );
-        $this->assertSame(
-            Encoding::base32Encode("\xd6\xb5\xad\x6b\x5a"),
-            '22222222'
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00"),
-            'AA======'
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00\x00"),
-            'AAAA===='
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00\x00\x00"),
-            'AAAAA==='
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00\x00\x00\x00"),
-            'AAAAAAA='
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00\x00\x00\x00\x00"),
-            'AAAAAAAA'
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\x00\x00\x0F\xFF\xFF"),
-            'AAAA7777'
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\xFF\xFF\xF0\x00\x00"),
-            '7777AAAA'
-        );
-
-        $this->assertSame(
-            Base32::encodeUpper("\xce\x73\x9c\xe7\x39"),
-            'ZZZZZZZZ'
-        );
-        $this->assertSame(
-            Base32::encodeUpper("\xd6\xb5\xad\x6b\x5a"),
-            '22222222'
-        );
-    }
-
-    public function testBase32Hex()
-    {
-        $this->assertSame(
-            Base32Hex::encode("\x00"),
-            '00======'
-        );
-        $this->assertSame(
-            Base32Hex::encode("\x00\x00"),
-            '0000===='
-        );
-        $this->assertSame(
-            Base32Hex::encode("\x00\x00\x00"),
-            '00000==='
-        );
-        $this->assertSame(
-            Base32Hex::encode("\x00\x00\x00\x00"),
-            '0000000='
-        );
-        $this->assertSame(
-            Base32Hex::encode("\x00\x00\x00\x00\x00"),
-            '00000000'
-        );
-        $this->assertSame(
-            Base32Hex::encode("\x00\x00\x0F\xFF\xFF"),
-            '0000vvvv'
-        );
-        $this->assertSame(
-            Base32Hex::encode("\xFF\xFF\xF0\x00\x00"),
-            'vvvv0000'
-        );
-
-
-    }
-
-    /**
-     * Based on test vectors from RFC 4648
-     */
-    public function testBase32Decode()
-    {
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaaaa======')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaaaaaa====')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaaaaaaa===')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaaaaaaaaa=')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaaaaaaaaaa')
-        );
-        $this->assertSame(
-            "\x00",
-            Encoding::base32Decode('aa======')
-        );
-        $this->assertSame(
-            "\x00\x00",
-            Encoding::base32Decode('aaaa====')
-        );
-        $this->assertSame(
-            "\x00\x00\x00",
-            Encoding::base32Decode('aaaaa===')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaa=')
-        );
-        $this->assertSame(
-            "\x00\x00\x00\x00\x00",
-            Encoding::base32Decode('aaaaaaaa')
-        );
-        $this->assertSame(
-            "\x00\x00\x0F\xFF\xFF",
-            Encoding::base32Decode('aaaa7777')
-        );
-        $this->assertSame(
-            "\xFF\xFF\xF0\x00\x00",
-            Encoding::base32Decode('7777aaaa')
-        );
-        $this->assertSame(
-            "\xce\x73\x9c\xe7\x39",
-            Encoding::base32Decode('zzzzzzzz')
-        );
-        $this->assertSame(
-            "\xd6\xb5\xad\x6b\x5a",
-            Encoding::base32Decode('22222222')
-        );
-        $this->assertSame(
-            'foobar',
-            Encoding::base32Decode('mzxw6ytboi======')
-        );
-
-        $rand = random_bytes(9);
-        $enc = Encoding::base32Encode($rand);
-
-        $this->assertSame(
-            Encoding::base32Encode($rand),
-            Encoding::base32Encode(Encoding::base32Decode($enc))
-        );
-        $this->assertSame(
-            $rand,
-            Encoding::base32Decode($enc)
-        );
-    }
-
-    /**
-     * @covers Encoding::hexDecode()
-     * @covers Encoding::hexEncode()
-     * @covers Encoding::base32Decode()
-     * @covers Encoding::base32Encode()
-     * @covers Encoding::base64Decode()
-     * @covers Encoding::base64Encode()
-     * @covers Encoding::base64DotSlashDecode()
-     * @covers Encoding::base64DotSlashEncode()
-     * @covers Encoding::base64DotSlashOrderedDecode()
-     * @covers Encoding::base64DotSlashOrderedEncode()
-     */
-    public function testBasicEncoding()
-    {
-        // Re-run the test at least 3 times for each length
-        for ($j = 0; $j < 3; ++$j) {
-            for ($i = 1; $i < 84; ++$i) {
-                $rand = random_bytes($i);
-                $enc = Encoding::hexEncode($rand);
-                $this->assertSame(
-                    \bin2hex($rand),
-                    $enc,
-                    "Hex Encoding - Length: " . $i
-                );
-                $this->assertSame(
-                    $rand,
-                    Encoding::hexDecode($enc),
-                    "Hex Encoding - Length: " . $i
-                );
-
-                // Uppercase variant:
-                $enc = Hex::encodeUpper($rand);
-                $this->assertSame(
-                    \strtoupper(\bin2hex($rand)),
-                    $enc,
-                    "Hex Encoding - Length: " . $i
-                );
-                $this->assertSame(
-                    $rand,
-                    Hex::decode($enc),
-                    "HexUpper Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base32Encode($rand);
-                $this->assertSame(
-                    $rand,
-                    Encoding::base32Decode($enc),
-                    "Base32 Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base32EncodeUpper($rand);
-                $this->assertSame(
-                    $rand,
-                    Encoding::base32DecodeUpper($enc),
-                    "Base32Upper Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base32HexEncode($rand);
-                $this->assertSame(
-                    bin2hex($rand),
-                    bin2hex(Encoding::base32HexDecode($enc)),
-                    "Base32Hex Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base32HexEncodeUpper($rand);
-                $this->assertSame(
-                    bin2hex($rand),
-                    bin2hex(Encoding::base32HexDecodeUpper($enc)),
-                    "Base32HexUpper Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base64Encode($rand);
-                $this->assertSame(
-                    $rand,
-                    Encoding::base64Decode($enc),
-                    "Base64 Encoding - Length: " . $i
-                );
-
-                $enc = Encoding::base64EncodeDotSlash($rand);
-                $this->assertSame(
-                    $rand,
-                    Encoding::base64DecodeDotSlash($enc),
-                    "Base64 DotSlash Encoding - Length: " . $i
-                );
-                $enc = Encoding::base64EncodeDotSlashOrdered($rand);
-                $this->assertSame(
-                    $rand,
-                    Encoding::base64DecodeDotSlashOrdered($enc),
-                    "Base64 Ordered DotSlash Encoding - Length: " . $i
-                );
-
-                $enc = Base64UrlSafe::encode($rand);
-                $this->assertSame(
-                    \strtr(\base64_encode($rand), '+/', '-_'),
-                    $enc
-                );
-                $this->assertSame(
-                    $rand,
-                    Base64UrlSafe::decode($enc)
-                );
-            }
-        }
-    }
-}
\ No newline at end of file
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/HexTest.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/HexTest.php
deleted file mode 100644 (file)
index 5c31f6d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Hex;
-
-class HexTest extends PHPUnit\Framework\TestCase
-{
-    /**
-     * @covers Hex::encode()
-     * @covers Hex::decode()
-     * @covers Hex::encodeUpper()
-     */
-    public function testRandom()
-    {
-        for ($i = 1; $i < 32; ++$i) {
-            for ($j = 0; $j < 50; ++$j) {
-                $random = \random_bytes($i);
-
-                $enc = Hex::encode($random);
-                $this->assertSame(
-                    $random,
-                    Hex::decode($enc)
-                );
-                $this->assertSame(
-                    \bin2hex($random),
-                    $enc
-                );
-
-                $enc = Hex::encodeUpper($random);
-                $this->assertSame(
-                    $random,
-                    Hex::decode($enc)
-                );
-                $this->assertSame(
-                    \strtoupper(\bin2hex($random)),
-                    $enc
-                );
-            }
-        }
-    }
-}
diff --git a/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/RFC4648Test.php b/wcfsetup/install/files/lib/system/api/paragonie/constant_time_encoding/tests/RFC4648Test.php
deleted file mode 100644 (file)
index a6653de..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-<?php
-use \ParagonIE\ConstantTime\Base32;
-use \ParagonIE\ConstantTime\Base32Hex;
-use \ParagonIE\ConstantTime\Base64;
-use \ParagonIE\ConstantTime\Base64DotSlash;
-use \ParagonIE\ConstantTime\Base64DotSlashOrdered;
-use \ParagonIE\ConstantTime\Encoding;
-use \ParagonIE\ConstantTime\Hex;
-
-/**
- * Class RFC4648Test
- *
- * @ref https://tools.ietf.org/html/rfc4648#section-10
- */
-class RFC4648Test extends PHPUnit\Framework\TestCase
-{
-    public function testVectorBase64()
-    {
-        $this->assertSame(Base64::encode(''), '');
-        $this->assertSame(Base64::encode('f'), 'Zg==');
-        $this->assertSame(Base64::encode('fo'), 'Zm8=');
-        $this->assertSame(Base64::encode('foo'), 'Zm9v');
-        $this->assertSame(Base64::encode('foob'), 'Zm9vYg==');
-        $this->assertSame(Base64::encode('fooba'), 'Zm9vYmE=');
-        $this->assertSame(Base64::encode('foobar'), 'Zm9vYmFy');
-    }
-
-    public function testVectorBase32()
-    {
-        $this->assertSame(Base32::encode(''), '');
-        $this->assertSame(Base32::encode('f'), 'my======');
-        $this->assertSame(Base32::encode('fo'), 'mzxq====');
-        $this->assertSame(Base32::encode('foo'), 'mzxw6===');
-        $this->assertSame(Base32::encode('foob'), 'mzxw6yq=');
-        $this->assertSame(Base32::encode('fooba'), 'mzxw6ytb');
-        $this->assertSame(Base32::encode('foobar'), 'mzxw6ytboi======');
-
-        $this->assertSame(Base32::encodeUpper(''), '');
-        $this->assertSame(Base32::encodeUpper('f'), 'MY======');
-        $this->assertSame(Base32::encodeUpper('fo'), 'MZXQ====');
-        $this->assertSame(Base32::encodeUpper('foo'), 'MZXW6===');
-        $this->assertSame(Base32::encodeUpper('foob'), 'MZXW6YQ=');
-        $this->assertSame(Base32::encodeUpper('fooba'), 'MZXW6YTB');
-        $this->assertSame(Base32::encodeUpper('foobar'), 'MZXW6YTBOI======');
-    }
-
-    public function testVectorBase32Hex()
-    {
-        $this->assertSame(Base32Hex::encode(''), '');
-        $this->assertSame(Base32Hex::encode('f'), 'co======');
-        $this->assertSame(Base32Hex::encode('fo'), 'cpng====');
-        $this->assertSame(Base32Hex::encode('foo'), 'cpnmu===');
-        $this->assertSame(Base32Hex::encode('foob'), 'cpnmuog=');
-        $this->assertSame(Base32Hex::encode('fooba'), 'cpnmuoj1');
-        $this->assertSame(Base32Hex::encode('foobar'), 'cpnmuoj1e8======');
-
-        $this->assertSame(Base32Hex::encodeUpper(''), '');
-        $this->assertSame(Base32Hex::encodeUpper('f'), 'CO======');
-        $this->assertSame(Base32Hex::encodeUpper('fo'), 'CPNG====');
-        $this->assertSame(Base32Hex::encodeUpper('foo'), 'CPNMU===');
-        $this->assertSame(Base32Hex::encodeUpper('foob'), 'CPNMUOG=');
-        $this->assertSame(Base32Hex::encodeUpper('fooba'), 'CPNMUOJ1');
-        $this->assertSame(Base32Hex::encodeUpper('foobar'), 'CPNMUOJ1E8======');
-    }
-
-    public function testVectorBase16()
-    {
-        $this->assertSame(Hex::encode(''), '');
-        $this->assertSame(Hex::encode('f'), '66');
-        $this->assertSame(Hex::encode('fo'), '666f');
-        $this->assertSame(Hex::encode('foo'), '666f6f');
-        $this->assertSame(Hex::encode('foob'), '666f6f62');
-        $this->assertSame(Hex::encode('fooba'), '666f6f6261');
-        $this->assertSame(Hex::encode('foobar'), '666f6f626172');
-
-        $this->assertSame(Hex::encodeUpper(''), '');
-        $this->assertSame(Hex::encodeUpper('f'), '66');
-        $this->assertSame(Hex::encodeUpper('fo'), '666F');
-        $this->assertSame(Hex::encodeUpper('foo'), '666F6F');
-        $this->assertSame(Hex::encodeUpper('foob'), '666F6F62');
-        $this->assertSame(Hex::encodeUpper('fooba'), '666F6F6261');
-        $this->assertSame(Hex::encodeUpper('foobar'), '666F6F626172');
-    }
-}