Skip to content
Snippets Groups Projects
Commit d58c3adf authored by Daniel Kahn Gillmor's avatar Daniel Kahn Gillmor
Browse files

move several other links from http:// to https:// (all tested)

parent c603d995
Branches
Tags
No related merge requests found
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
......
......@@ -13,7 +13,7 @@
*
* Coverity Scan doesn't pick up modifications automatically. The model file
* must be uploaded by an admin in the analysis settings of
* http://scan.coverity.com/projects/200
* https://scan.coverity.com/projects/200
*/
/* empty modeling file for now */
......@@ -14,7 +14,7 @@ URL: https://www.knot-dns.cz
Source0: %{name}_%{version}.orig.tar.xz
%if 0%{GPG_CHECK}
Source1: http://public.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz.asc
Source1: https://secure.nic.cz/files/knot-dns/%{name}-%{version}.tar.xz.asc
# PGP keys used to sign upstream releases
# Export with --armor using command from https://fedoraproject.org/wiki/PackagingDrafts:GPGSignatures
# Don't forget to update %%prep section when adding/removing keys
......
......@@ -33,7 +33,7 @@ support.
- RSA 1024-bit
- RSA 2048-bit
- RSA 4096-bit
* - `Feitian ePass 2003 <http://www.ftsafe.com/product/epass/epass2003>`_
* - `Feitian ePass 2003 <https://www.ftsafe.com/product/epass/epass2003>`_
- |yes|
- |no|
- |no|
......@@ -42,7 +42,7 @@ support.
- |yes|
- |yes|
- |no|
* - `SafeNet Network HSM (Luna SA 4) <http://www.safenet-inc.com/data-encryption/hardware-security-modules-hsms/luna-hsms-key-management/luna-sa-network-hsm/>`_
* - `SafeNet Network HSM (Luna SA 4) <https://safenet.gemalto.com/data-encryption/hardware-security-modules-hsms/luna-hsms-key-management/luna-sa-network-hsm/>`_
- |yes|
- |no|
- |no|
......
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: cairo 1.13.1 (http://cairographics.org)
%%Creator: cairo 1.13.1 (https://www.cairographics.org)
%%CreationDate: Wed Jul 2 14:36:20 2014
%%Pages: 1
%%DocumentData: Clean7Bit
......
......@@ -45,7 +45,7 @@
/*!
* \brief Address family numbers.
*
* http://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml
* https://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml
*/
typedef enum {
KNOT_ADDR_FAMILY_IPV4 = 1, /*!< IP version 4. */
......@@ -55,7 +55,7 @@ typedef enum {
/*!
* \brief DNS operation codes (OPCODEs).
*
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
*/
typedef enum {
KNOT_OPCODE_QUERY = 0, /*!< Standard query. */
......@@ -68,7 +68,7 @@ typedef enum {
/*!
* \brief DNS reply codes (RCODEs).
*
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
*/
typedef enum {
KNOT_RCODE_NOERROR = 0, /*!< No error. */
......@@ -116,7 +116,7 @@ enum knot_ds_algorithm_len
/*!
* \brief Constants for DNSSEC algorithm types.
*
* Source: http://www.iana.org/assignments/ds-rr-types/ds-rr-types.xml
* Source: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xml
*/
typedef enum {
KNOT_DS_ALG_SHA1 = 1,
......@@ -128,7 +128,7 @@ typedef enum {
/*!
* \brief DNSSEC algorithm numbers.
*
* http://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xml
* https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xml
*/
typedef enum {
KNOT_DNSSEC_ALG_RSAMD5 = 1,
......
......@@ -155,7 +155,7 @@ static int dbase_open_env(struct lmdb_env *env, struct knot_db_lmdb_opts *opts)
*
* MDB assumes a unified buffer cache.
*
* See http://www.openldap.org/pub/hyc/mdm-paper.pdf section 3.1,
* See https://www.openldap.org/pub/hyc/mdm-paper.pdf section 3.1,
* references 17, 18, and 19.
*
* From Howard Chu: "This requirement can be relaxed in the
......
......@@ -32,7 +32,7 @@
/*!
* \brief Resource record class codes.
*
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
*/
enum knot_rr_class {
KNOT_CLASS_IN = 1,
......@@ -45,7 +45,7 @@ enum knot_rr_class {
* \brief Resource record type constants.
*
* References:
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* RFC 3597#4
*
* METATYPE: Contains DNS data that can't be in a zone file.
......@@ -123,7 +123,7 @@ enum knot_rr_type {
* \brief Some (OBSOLETE) resource record type constants.
*
* References:
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* https://www.iana.org/assignments/dns-parameters/dns-parameters.xml
* RFC 3597#4
*
* \note These records can contain compressed domain name in rdata so
......
......@@ -310,7 +310,7 @@ typedef struct {
/*!
* \brief Supported EDNS Client Subnet families.
*
* http://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml
* https://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml
*/
static const ecs_family_t ECS_FAMILIES[] = {
ECS_INIT(AF_INET, KNOT_ADDR_FAMILY_IPV4, struct sockaddr_in, sin_addr),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment