diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-02-05 16:22:43 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-03-13 10:59:34 +0100 |
commit | 0a47c08db07d0a01018aec34d10a294aed79fdd1 (patch) | |
tree | 6958c593a71514ac58d0373f5973746e2416e420 /lib/tls13 | |
parent | e7e89684173c82e5104fe265a93916454f68200f (diff) | |
download | gnutls-0a47c08db07d0a01018aec34d10a294aed79fdd1.tar.gz |
Use https:// for www.gnu.org and www.example.com
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/tls13')
-rw-r--r-- | lib/tls13/anti_replay.c | 2 | ||||
-rw-r--r-- | lib/tls13/anti_replay.h | 2 | ||||
-rw-r--r-- | lib/tls13/certificate.c | 2 | ||||
-rw-r--r-- | lib/tls13/certificate.h | 2 | ||||
-rw-r--r-- | lib/tls13/certificate_request.c | 2 | ||||
-rw-r--r-- | lib/tls13/certificate_request.h | 2 | ||||
-rw-r--r-- | lib/tls13/certificate_verify.c | 2 | ||||
-rw-r--r-- | lib/tls13/certificate_verify.h | 2 | ||||
-rw-r--r-- | lib/tls13/early_data.c | 2 | ||||
-rw-r--r-- | lib/tls13/early_data.h | 2 | ||||
-rw-r--r-- | lib/tls13/encrypted_extensions.c | 2 | ||||
-rw-r--r-- | lib/tls13/encrypted_extensions.h | 2 | ||||
-rw-r--r-- | lib/tls13/finished.c | 2 | ||||
-rw-r--r-- | lib/tls13/finished.h | 2 | ||||
-rw-r--r-- | lib/tls13/hello_retry.c | 2 | ||||
-rw-r--r-- | lib/tls13/hello_retry.h | 2 | ||||
-rw-r--r-- | lib/tls13/key_update.c | 2 | ||||
-rw-r--r-- | lib/tls13/key_update.h | 2 | ||||
-rw-r--r-- | lib/tls13/post_handshake.c | 2 | ||||
-rw-r--r-- | lib/tls13/psk_ext_parser.c | 2 | ||||
-rw-r--r-- | lib/tls13/psk_ext_parser.h | 2 | ||||
-rw-r--r-- | lib/tls13/session_ticket.c | 2 | ||||
-rw-r--r-- | lib/tls13/session_ticket.h | 2 |
23 files changed, 23 insertions, 23 deletions
diff --git a/lib/tls13/anti_replay.c b/lib/tls13/anti_replay.c index a99266928c..f8333c560c 100644 --- a/lib/tls13/anti_replay.c +++ b/lib/tls13/anti_replay.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/anti_replay.h b/lib/tls13/anti_replay.h index 8d9bea4b5c..934454fbd8 100644 --- a/lib/tls13/anti_replay.h +++ b/lib/tls13/anti_replay.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate.c b/lib/tls13/certificate.c index 91d0a7fe68..bd257237f3 100644 --- a/lib/tls13/certificate.c +++ b/lib/tls13/certificate.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate.h b/lib/tls13/certificate.h index 4d2a3237a8..1abecd1230 100644 --- a/lib/tls13/certificate.h +++ b/lib/tls13/certificate.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate_request.c b/lib/tls13/certificate_request.c index 50602e2338..002646ed6b 100644 --- a/lib/tls13/certificate_request.c +++ b/lib/tls13/certificate_request.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate_request.h b/lib/tls13/certificate_request.h index d00e890e87..9a320f465e 100644 --- a/lib/tls13/certificate_request.h +++ b/lib/tls13/certificate_request.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate_verify.c b/lib/tls13/certificate_verify.c index 26c93d2c1d..72b4488115 100644 --- a/lib/tls13/certificate_verify.c +++ b/lib/tls13/certificate_verify.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/certificate_verify.h b/lib/tls13/certificate_verify.h index 03373e70cc..74736b014b 100644 --- a/lib/tls13/certificate_verify.h +++ b/lib/tls13/certificate_verify.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/early_data.c b/lib/tls13/early_data.c index dd977fc410..ccace901b9 100644 --- a/lib/tls13/early_data.c +++ b/lib/tls13/early_data.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/early_data.h b/lib/tls13/early_data.h index ddbd983293..5c55be15c7 100644 --- a/lib/tls13/early_data.h +++ b/lib/tls13/early_data.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/encrypted_extensions.c b/lib/tls13/encrypted_extensions.c index ba63b95337..84c328ff26 100644 --- a/lib/tls13/encrypted_extensions.c +++ b/lib/tls13/encrypted_extensions.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/encrypted_extensions.h b/lib/tls13/encrypted_extensions.h index 88aebdc5f4..be215b9c99 100644 --- a/lib/tls13/encrypted_extensions.h +++ b/lib/tls13/encrypted_extensions.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/finished.c b/lib/tls13/finished.c index 6d88e8feed..35ab87f9af 100644 --- a/lib/tls13/finished.c +++ b/lib/tls13/finished.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/finished.h b/lib/tls13/finished.h index 7b676f1253..b458b469d5 100644 --- a/lib/tls13/finished.h +++ b/lib/tls13/finished.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/hello_retry.c b/lib/tls13/hello_retry.c index cc7fed1885..dd4cba576a 100644 --- a/lib/tls13/hello_retry.c +++ b/lib/tls13/hello_retry.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/hello_retry.h b/lib/tls13/hello_retry.h index 1f21f8b089..8d4bf3c123 100644 --- a/lib/tls13/hello_retry.h +++ b/lib/tls13/hello_retry.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/key_update.c b/lib/tls13/key_update.c index 0c5c93734a..abd7c93ec6 100644 --- a/lib/tls13/key_update.c +++ b/lib/tls13/key_update.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/key_update.h b/lib/tls13/key_update.h index 41038cb3bf..f42a6f620c 100644 --- a/lib/tls13/key_update.h +++ b/lib/tls13/key_update.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/post_handshake.c b/lib/tls13/post_handshake.c index c786d8cae3..97ca287db7 100644 --- a/lib/tls13/post_handshake.c +++ b/lib/tls13/post_handshake.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/psk_ext_parser.c b/lib/tls13/psk_ext_parser.c index b588d6668e..6e3a12f90e 100644 --- a/lib/tls13/psk_ext_parser.c +++ b/lib/tls13/psk_ext_parser.c @@ -17,7 +17,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/psk_ext_parser.h b/lib/tls13/psk_ext_parser.h index fcd6c67d28..52a140990e 100644 --- a/lib/tls13/psk_ext_parser.h +++ b/lib/tls13/psk_ext_parser.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/session_ticket.c b/lib/tls13/session_ticket.c index c40999575b..b8371c5005 100644 --- a/lib/tls13/session_ticket.c +++ b/lib/tls13/session_ticket.c @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ diff --git a/lib/tls13/session_ticket.h b/lib/tls13/session_ticket.h index feab3e2379..63b425e36d 100644 --- a/lib/tls13/session_ticket.h +++ b/lib/tls13/session_ticket.h @@ -16,7 +16,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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/> * */ #ifndef SESSION_TICKET_H |