Skip to content

Commit c4e1ea9

Browse files
rex4539Fabcien
authored andcommitted
[SECP256K1] Fix insecure links
Summary: Backport of [[bitcoin-core/secp256k1#858 | secp256k1#858]] Update our specific files as well. Test Plan: Check it returns nothing: git grep http:// Reviewers: #bitcoin_abc, PiRK Reviewed By: #bitcoin_abc, PiRK Differential Revision: https://reviews.bitcoinabc.org/D9379
1 parent 6b08d5e commit c4e1ea9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+393
-393
lines changed

src/secp256k1/build-aux/m4/ax_prog_cc_for_build.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# http://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
2+
# https://www.gnu.org/software/autoconf-archive/ax_prog_cc_for_build.html
33
# ===========================================================================
44
#
55
# SYNOPSIS

src/secp256k1/contrib/lax_der_parsing.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <string.h>
88
#include <secp256k1.h>

src/secp256k1/contrib/lax_der_parsing.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
/****
88
* Please do not link this file directly. It is not part of the libsecp256k1

src/secp256k1/contrib/lax_der_privatekey_parsing.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014, 2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014, 2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <string.h>
88
#include <secp256k1.h>

src/secp256k1/contrib/lax_der_privatekey_parsing.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014, 2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014, 2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
/****
88
* Please do not link this file directly. It is not part of the libsecp256k1

src/secp256k1/include/secp256k1_multiset.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2017 Tomas van der Wansem *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2017 Tomas van der Wansem *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77

88
#ifndef _SECP256K1_MULTISET__

src/secp256k1/sage/group_prover.sage

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# as we assume that all constraints in it are complementary with each other.
4343
#
4444
# Based on the sage verification scripts used in the Explicit-Formulas Database
45-
# by Tanja Lange and others, see http://hyperelliptic.org/EFD
45+
# by Tanja Lange and others, see https://hyperelliptic.org/EFD
4646

4747
class fastfrac:
4848
"""Fractions over rings."""

src/secp256k1/src/asm/field_10x26_arm.s

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@ vim: set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab syntax=armasm:
2-
/**********************************************************************
3-
* Copyright (c) 2014 Wladimir J. van der Laan *
4-
* Distributed under the MIT software license, see the accompanying *
5-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
6-
**********************************************************************/
2+
/***********************************************************************
3+
* Copyright (c) 2014 Wladimir J. van der Laan *
4+
* Distributed under the MIT software license, see the accompanying *
5+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
6+
***********************************************************************/
77
/*
88
ARM implementation of field_10x26 inner loops.
99

src/secp256k1/src/assumptions.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2020 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2020 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ASSUMPTIONS_H
88
#define SECP256K1_ASSUMPTIONS_H

src/secp256k1/src/basic-config.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013, 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013, 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_BASIC_CONFIG_H
88
#define SECP256K1_BASIC_CONFIG_H

src/secp256k1/src/bench.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_BENCH_H
88
#define SECP256K1_BENCH_H

src/secp256k1/src/bench_ecdh.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Pieter Wuille, Andrew Poelstra *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Pieter Wuille, Andrew Poelstra *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <string.h>
88

src/secp256k1/src/bench_ecmult.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2017 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2017 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66
#include <stdio.h>
77

88
#include "include/secp256k1.h"

src/secp256k1/src/bench_internal.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014-2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014-2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66
#include <stdio.h>
77

88
#include "include/secp256k1.h"

src/secp256k1/src/bench_multiset.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2017 Tomas van der Wansem *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2017 Tomas van der Wansem *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include "include/secp256k1.h"
88
#include "include/secp256k1_multiset.h"

src/secp256k1/src/bench_recover.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014-2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014-2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include "include/secp256k1.h"
88
#include "include/secp256k1_recovery.h"

src/secp256k1/src/bench_schnorrsig.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2018-2020 Andrew Poelstra, Jonas Nick *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <string.h>
88
#include <stdlib.h>

src/secp256k1/src/bench_sign.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include "include/secp256k1.h"
88
#include "util.h"

src/secp256k1/src/bench_verify.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#include <stdio.h>
88
#include <string.h>

src/secp256k1/src/ecdsa.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013, 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013, 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECDSA_H
88
#define SECP256K1_ECDSA_H

src/secp256k1/src/ecdsa_impl.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013-2015 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013-2015 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77

88
#ifndef SECP256K1_ECDSA_IMPL_H

src/secp256k1/src/eckey.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013, 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013, 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECKEY_H
88
#define SECP256K1_ECKEY_H

src/secp256k1/src/eckey_impl.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013, 2014 Pieter Wuille *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013, 2014 Pieter Wuille *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECKEY_IMPL_H
88
#define SECP256K1_ECKEY_IMPL_H

src/secp256k1/src/ecmult.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2013, 2014, 2017 Pieter Wuille, Andrew Poelstra *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2013, 2014, 2017 Pieter Wuille, Andrew Poelstra *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECMULT_H
88
#define SECP256K1_ECMULT_H

src/secp256k1/src/ecmult_const.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Andrew Poelstra *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Andrew Poelstra *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECMULT_CONST_H
88
#define SECP256K1_ECMULT_CONST_H

src/secp256k1/src/ecmult_const_impl.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/**********************************************************************
2-
* Copyright (c) 2015 Pieter Wuille, Andrew Poelstra *
3-
* Distributed under the MIT software license, see the accompanying *
4-
* file COPYING or http://www.opensource.org/licenses/mit-license.php.*
5-
**********************************************************************/
1+
/***********************************************************************
2+
* Copyright (c) 2015 Pieter Wuille, Andrew Poelstra *
3+
* Distributed under the MIT software license, see the accompanying *
4+
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5+
***********************************************************************/
66

77
#ifndef SECP256K1_ECMULT_CONST_IMPL_H
88
#define SECP256K1_ECMULT_CONST_IMPL_H

0 commit comments

Comments
 (0)