diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-08-25 00:23:33 +0200 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-08-29 15:45:57 +0200 |
commit | 846bb431d271997efd447d5f7caed9031a9e786b (patch) | |
tree | 19370c4b2fd619c63ccc7e84bf629c26d3590ada /tests/libdnssec | |
parent | configure: link pthread and dl with knotd only (diff) | |
download | knot-846bb431d271997efd447d5f7caed9031a9e786b.tar.xz knot-846bb431d271997efd447d5f7caed9031a9e786b.zip |
use https://www.gnu.org instead of http://www.gnu.org
www.gnu.org has offered https for years now.
Diffstat (limited to 'tests/libdnssec')
-rw-r--r-- | tests/libdnssec/sample_keys.h | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_binary.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_crypto.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_key.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_key_algorithm.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_key_ds.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_keyid.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_keystore_pkcs11.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_keystore_pkcs8.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_keystore_pkcs8_dir.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_keytag.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_list.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_nsec_bitmap.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_nsec_hash.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_random.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_shared_bignum.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_shared_dname.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_sign.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_sign_der.c | 2 | ||||
-rw-r--r-- | tests/libdnssec/test_tsig.c | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/tests/libdnssec/sample_keys.h b/tests/libdnssec/sample_keys.h index c788ed510..0a7558316 100644 --- a/tests/libdnssec/sample_keys.h +++ b/tests/libdnssec/sample_keys.h @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #pragma once diff --git a/tests/libdnssec/test_binary.c b/tests/libdnssec/test_binary.c index cab318515..abba6eb99 100644 --- a/tests/libdnssec/test_binary.c +++ b/tests/libdnssec/test_binary.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <stdint.h> diff --git a/tests/libdnssec/test_crypto.c b/tests/libdnssec/test_crypto.c index 617637b60..04d8e3e92 100644 --- a/tests/libdnssec/test_crypto.c +++ b/tests/libdnssec/test_crypto.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_key.c b/tests/libdnssec/test_key.c index a291de4d9..d40b04e7d 100644 --- a/tests/libdnssec/test_key.c +++ b/tests/libdnssec/test_key.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_key_algorithm.c b/tests/libdnssec/test_key_algorithm.c index edffbaa2f..185d41b34 100644 --- a/tests/libdnssec/test_key_algorithm.c +++ b/tests/libdnssec/test_key_algorithm.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_key_ds.c b/tests/libdnssec/test_key_ds.c index 25d7c9d0a..17131af60 100644 --- a/tests/libdnssec/test_key_ds.c +++ b/tests/libdnssec/test_key_ds.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_keyid.c b/tests/libdnssec/test_keyid.c index 15bfe983f..a0b723208 100644 --- a/tests/libdnssec/test_keyid.c +++ b/tests/libdnssec/test_keyid.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_keystore_pkcs11.c b/tests/libdnssec/test_keystore_pkcs11.c index c83eb8286..1556b1cad 100644 --- a/tests/libdnssec/test_keystore_pkcs11.c +++ b/tests/libdnssec/test_keystore_pkcs11.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_keystore_pkcs8.c b/tests/libdnssec/test_keystore_pkcs8.c index b7c74e705..bf8e87d58 100644 --- a/tests/libdnssec/test_keystore_pkcs8.c +++ b/tests/libdnssec/test_keystore_pkcs8.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/tests/libdnssec/test_keystore_pkcs8_dir.c b/tests/libdnssec/test_keystore_pkcs8_dir.c index 124b8c361..8748300b1 100644 --- a/tests/libdnssec/test_keystore_pkcs8_dir.c +++ b/tests/libdnssec/test_keystore_pkcs8_dir.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/tests/libdnssec/test_keytag.c b/tests/libdnssec/test_keytag.c index f71426edd..a8155fe98 100644 --- a/tests/libdnssec/test_keytag.c +++ b/tests/libdnssec/test_keytag.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_list.c b/tests/libdnssec/test_list.c index cd0a0602b..f409638d4 100644 --- a/tests/libdnssec/test_list.c +++ b/tests/libdnssec/test_list.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <stdint.h> diff --git a/tests/libdnssec/test_nsec_bitmap.c b/tests/libdnssec/test_nsec_bitmap.c index 37676fe0a..2737bc9c3 100644 --- a/tests/libdnssec/test_nsec_bitmap.c +++ b/tests/libdnssec/test_nsec_bitmap.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/tests/libdnssec/test_nsec_hash.c b/tests/libdnssec/test_nsec_hash.c index 47e4501a0..595a314ce 100644 --- a/tests/libdnssec/test_nsec_hash.c +++ b/tests/libdnssec/test_nsec_hash.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/tests/libdnssec/test_random.c b/tests/libdnssec/test_random.c index 7c86aa6d5..d2c6867cf 100644 --- a/tests/libdnssec/test_random.c +++ b/tests/libdnssec/test_random.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <stdint.h> diff --git a/tests/libdnssec/test_shared_bignum.c b/tests/libdnssec/test_shared_bignum.c index 0e8f8d52c..2099358c5 100644 --- a/tests/libdnssec/test_shared_bignum.c +++ b/tests/libdnssec/test_shared_bignum.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_shared_dname.c b/tests/libdnssec/test_shared_dname.c index 8eb93cf88..c636d27b6 100644 --- a/tests/libdnssec/test_shared_dname.c +++ b/tests/libdnssec/test_shared_dname.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <stdbool.h> diff --git a/tests/libdnssec/test_sign.c b/tests/libdnssec/test_sign.c index 1f61d96dd..970ca4a7c 100644 --- a/tests/libdnssec/test_sign.c +++ b/tests/libdnssec/test_sign.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <string.h> diff --git a/tests/libdnssec/test_sign_der.c b/tests/libdnssec/test_sign_der.c index 04bfeac5e..1514066ef 100644 --- a/tests/libdnssec/test_sign_der.c +++ b/tests/libdnssec/test_sign_der.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> diff --git a/tests/libdnssec/test_tsig.c b/tests/libdnssec/test_tsig.c index 91674becf..50d91da10 100644 --- a/tests/libdnssec/test_tsig.c +++ b/tests/libdnssec/test_tsig.c @@ -11,7 +11,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <tap/basic.h> |