Skip to content

Commit

Permalink
Merge pull request #196 from GrahamCampbell/update-http-links
Browse files Browse the repository at this point in the history
Replace all `http://` links with the `https://` URL they redirect to
  • Loading branch information
paragonie-security authored Feb 2, 2025
2 parents b745ae4 + ccbaf5b commit 8f1be6c
Show file tree
Hide file tree
Showing 49 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Exhibit A - Source Code Form License Notice

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.

If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/CannotCloneKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class CannotCloneKey extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/CannotPerformOperation.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class CannotPerformOperation extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/CannotSerializeKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class CannotSerializeKey extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/ConfigDirectiveNotFound.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class ConfigDirectiveNotFound extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/FileAccessDenied.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class FileAccessDenied extends FileError implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/FileError.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class FileError extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/FileModified.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class FileModified extends FileError implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/HaliteAlert.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class HaliteAlert extends Exception implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/HaliteAlertInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
interface HaliteAlertInterface extends Throwable
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidDigestLength.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidDigestLength extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidFlags.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidFlags extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidKey extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidMessage extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidSalt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidSalt extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidSignature.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidSignature extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/Alerts/InvalidType.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class InvalidType extends HaliteAlert implements HaliteAlertInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Asymmetric/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite\Asymmetric
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class Config extends BaseConfig
{
Expand Down
4 changes: 2 additions & 2 deletions src/Asymmetric/Crypto.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite\Asymmetric
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class Crypto
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/EncryptionPublicKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class EncryptionPublicKey extends PublicKey
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/EncryptionSecretKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class EncryptionSecretKey extends SecretKey
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/PublicKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class PublicKey extends Key
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/SecretKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class SecretKey extends Key
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/SignaturePublicKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class SignaturePublicKey extends PublicKey
{
Expand Down
2 changes: 1 addition & 1 deletion src/Asymmetric/SignatureSecretKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class SignatureSecretKey extends SecretKey
{
Expand Down
4 changes: 2 additions & 2 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*
* @property string|bool $ENCODING
*
Expand Down
4 changes: 2 additions & 2 deletions src/Contract/StreamInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite\Contract
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
interface StreamInterface
{
Expand Down
4 changes: 2 additions & 2 deletions src/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*
* @codeCoverageIgnore
*/
Expand Down
4 changes: 2 additions & 2 deletions src/EncryptionKeyPair.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class EncryptionKeyPair extends KeyPair
{
Expand Down
4 changes: 2 additions & 2 deletions src/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class File
{
Expand Down
4 changes: 2 additions & 2 deletions src/Halite.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class Halite
{
Expand Down
4 changes: 2 additions & 2 deletions src/Key.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class Key
{
Expand Down
4 changes: 2 additions & 2 deletions src/KeyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class KeyFactory
{
Expand Down
4 changes: 2 additions & 2 deletions src/KeyPair.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
class KeyPair
{
Expand Down
4 changes: 2 additions & 2 deletions src/Password.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@
* This library makes heavy use of return-type declarations,
* which are a PHP 7 only feature. Read more about them here:
*
* @ref http://php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
* @ref https://www.php.net/manual/en/functions.returning-values.php#functions.returning-values.type-declaration
*
* @package ParagonIE\Halite
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at https://www.mozilla.org/en-US/MPL/2.0/.
*/
final class Password
{
Expand Down
Loading

0 comments on commit 8f1be6c

Please sign in to comment.