From e11a59757e997c4effb65f1ad3aa27df9dff42f5 Mon Sep 17 00:00:00 2001 From: mmcc <> Date: Thu, 10 Mar 2016 23:21:46 +0000 Subject: http -> https for a few more IETF URLs in comments or man pages --- src/lib/libcrypto/ec/ec_curve.c | 4 ++-- src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 | 6 +++--- src/lib/libssl/src/crypto/ec/ec_curve.c | 4 ++-- src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 | 6 +++--- src/lib/libssl/src/ssl/t1_lib.c | 4 ++-- src/lib/libssl/t1_lib.c | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/ec/ec_curve.c b/src/lib/libcrypto/ec/ec_curve.c index 9278e5593b..f852ccaee3 100644 --- a/src/lib/libcrypto/ec/ec_curve.c +++ b/src/lib/libcrypto/ec/ec_curve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_curve.c,v 1.12 2015/06/20 13:26:08 jsing Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.13 2016/03/10 23:21:46 mmcc Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -2209,7 +2209,7 @@ static const struct { /* These curves were added by Annie Yousar * For the definition of RFC 5639 curves see - * http://www.ietf.org/rfc/rfc5639.txt + * https://www.ietf.org/rfc/rfc5639.txt * These curves are generated verifiable at random, nevertheless the seed is * omitted as parameter because the generation mechanism is different from * those defined in ANSI X9.62. diff --git a/src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 b/src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 index 771b49a0b2..e82f7b14a0 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.3 2016/03/10 23:21:46 mmcc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: March 10 2016 $ .Dt SSL_CTX_SET_MAX_CERT_LIST 3 .Os .Sh NAME @@ -74,7 +74,7 @@ See for example the work on and .%T "TLS Delegation Protocol" at -.Lk http://www.ietf.org/ +.Lk https://www.ietf.org/ and .Lk http://www.globus.org/ . .Pp diff --git a/src/lib/libssl/src/crypto/ec/ec_curve.c b/src/lib/libssl/src/crypto/ec/ec_curve.c index 9278e5593b..f852ccaee3 100644 --- a/src/lib/libssl/src/crypto/ec/ec_curve.c +++ b/src/lib/libssl/src/crypto/ec/ec_curve.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_curve.c,v 1.12 2015/06/20 13:26:08 jsing Exp $ */ +/* $OpenBSD: ec_curve.c,v 1.13 2016/03/10 23:21:46 mmcc Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -2209,7 +2209,7 @@ static const struct { /* These curves were added by Annie Yousar * For the definition of RFC 5639 curves see - * http://www.ietf.org/rfc/rfc5639.txt + * https://www.ietf.org/rfc/rfc5639.txt * These curves are generated verifiable at random, nevertheless the seed is * omitted as parameter because the generation mechanism is different from * those defined in ANSI X9.62. diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 index 771b49a0b2..e82f7b14a0 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 @@ -1,7 +1,7 @@ .\" -.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ +.\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.3 2016/03/10 23:21:46 mmcc Exp $ .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: March 10 2016 $ .Dt SSL_CTX_SET_MAX_CERT_LIST 3 .Os .Sh NAME @@ -74,7 +74,7 @@ See for example the work on and .%T "TLS Delegation Protocol" at -.Lk http://www.ietf.org/ +.Lk https://www.ietf.org/ and .Lk http://www.globus.org/ . .Pp diff --git a/src/lib/libssl/src/ssl/t1_lib.c b/src/lib/libssl/src/ssl/t1_lib.c index f3522a02be..7855313914 100644 --- a/src/lib/libssl/src/ssl/t1_lib.c +++ b/src/lib/libssl/src/ssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for * elliptic_curve_list, but the examples use two bytes. - * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html + * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html * resolves this to two bytes. */ s2n(curveslen * 2, ret); diff --git a/src/lib/libssl/t1_lib.c b/src/lib/libssl/t1_lib.c index f3522a02be..7855313914 100644 --- a/src/lib/libssl/t1_lib.c +++ b/src/lib/libssl/t1_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ +/* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for * elliptic_curve_list, but the examples use two bytes. - * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html + * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html * resolves this to two bytes. */ s2n(curveslen * 2, ret); -- cgit v1.2.3-55-g6feb