diff options
author | mmcc <> | 2016-03-10 23:21:46 +0000 |
---|---|---|
committer | mmcc <> | 2016-03-10 23:21:46 +0000 |
commit | e11a59757e997c4effb65f1ad3aa27df9dff42f5 (patch) | |
tree | 9067055f8278a8e3db5078fa2fc11f07437f851b | |
parent | f8bf93d18b54d6b7997aedeaa55d8dcb227ce8c3 (diff) | |
download | openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.tar.gz openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.tar.bz2 openbsd-e11a59757e997c4effb65f1ad3aa27df9dff42f5.zip |
http -> https for a few more IETF URLs in comments or man pages
-rw-r--r-- | src/lib/libcrypto/ec/ec_curve.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_max_cert_list.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ec/ec_curve.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 | 6 | ||||
-rw-r--r-- | src/lib/libssl/src/ssl/t1_lib.c | 4 | ||||
-rw-r--r-- | src/lib/libssl/t1_lib.c | 4 |
6 files changed, 14 insertions, 14 deletions
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 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.12 2015/06/20 13:26:08 jsing Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.13 2016/03/10 23:21:46 mmcc Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -2209,7 +2209,7 @@ static const struct { | |||
2209 | 2209 | ||
2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> | 2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> |
2211 | * For the definition of RFC 5639 curves see | 2211 | * For the definition of RFC 5639 curves see |
2212 | * http://www.ietf.org/rfc/rfc5639.txt | 2212 | * https://www.ietf.org/rfc/rfc5639.txt |
2213 | * These curves are generated verifiable at random, nevertheless the seed is | 2213 | * These curves are generated verifiable at random, nevertheless the seed is |
2214 | * omitted as parameter because the generation mechanism is different from | 2214 | * omitted as parameter because the generation mechanism is different from |
2215 | * those defined in ANSI X9.62. | 2215 | * 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 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.3 2016/03/10 23:21:46 mmcc Exp $ |
3 | .\" | 3 | .\" |
4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: March 10 2016 $ |
5 | .Dt SSL_CTX_SET_MAX_CERT_LIST 3 | 5 | .Dt SSL_CTX_SET_MAX_CERT_LIST 3 |
6 | .Os | 6 | .Os |
7 | .Sh NAME | 7 | .Sh NAME |
@@ -74,7 +74,7 @@ See for example the work on | |||
74 | and | 74 | and |
75 | .%T "TLS Delegation Protocol" | 75 | .%T "TLS Delegation Protocol" |
76 | at | 76 | at |
77 | .Lk http://www.ietf.org/ | 77 | .Lk https://www.ietf.org/ |
78 | and | 78 | and |
79 | .Lk http://www.globus.org/ . | 79 | .Lk http://www.globus.org/ . |
80 | .Pp | 80 | .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 @@ | |||
1 | /* $OpenBSD: ec_curve.c,v 1.12 2015/06/20 13:26:08 jsing Exp $ */ | 1 | /* $OpenBSD: ec_curve.c,v 1.13 2016/03/10 23:21:46 mmcc Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -2209,7 +2209,7 @@ static const struct { | |||
2209 | 2209 | ||
2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> | 2210 | /* These curves were added by Annie Yousar <a.yousar@informatik.hu-berlin.de> |
2211 | * For the definition of RFC 5639 curves see | 2211 | * For the definition of RFC 5639 curves see |
2212 | * http://www.ietf.org/rfc/rfc5639.txt | 2212 | * https://www.ietf.org/rfc/rfc5639.txt |
2213 | * These curves are generated verifiable at random, nevertheless the seed is | 2213 | * These curves are generated verifiable at random, nevertheless the seed is |
2214 | * omitted as parameter because the generation mechanism is different from | 2214 | * omitted as parameter because the generation mechanism is different from |
2215 | * those defined in ANSI X9.62. | 2215 | * 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 @@ | |||
1 | .\" | 1 | .\" |
2 | .\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.2 2014/12/02 14:11:01 jmc Exp $ | 2 | .\" $OpenBSD: SSL_CTX_set_max_cert_list.3,v 1.3 2016/03/10 23:21:46 mmcc Exp $ |
3 | .\" | 3 | .\" |
4 | .Dd $Mdocdate: December 2 2014 $ | 4 | .Dd $Mdocdate: March 10 2016 $ |
5 | .Dt SSL_CTX_SET_MAX_CERT_LIST 3 | 5 | .Dt SSL_CTX_SET_MAX_CERT_LIST 3 |
6 | .Os | 6 | .Os |
7 | .Sh NAME | 7 | .Sh NAME |
@@ -74,7 +74,7 @@ See for example the work on | |||
74 | and | 74 | and |
75 | .%T "TLS Delegation Protocol" | 75 | .%T "TLS Delegation Protocol" |
76 | at | 76 | at |
77 | .Lk http://www.ietf.org/ | 77 | .Lk https://www.ietf.org/ |
78 | and | 78 | and |
79 | .Lk http://www.globus.org/ . | 79 | .Lk http://www.globus.org/ . |
80 | .Pp | 80 | .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 @@ | |||
1 | /* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) | |||
774 | 774 | ||
775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for | 775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for |
776 | * elliptic_curve_list, but the examples use two bytes. | 776 | * elliptic_curve_list, but the examples use two bytes. |
777 | * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html | 777 | * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html |
778 | * resolves this to two bytes. | 778 | * resolves this to two bytes. |
779 | */ | 779 | */ |
780 | s2n(curveslen * 2, ret); | 780 | 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 @@ | |||
1 | /* $OpenBSD: t1_lib.c,v 1.85 2015/09/12 16:10:08 doug Exp $ */ | 1 | /* $OpenBSD: t1_lib.c,v 1.86 2016/03/10 23:21:46 mmcc Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -774,7 +774,7 @@ ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned char *limit) | |||
774 | 774 | ||
775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for | 775 | /* NB: draft-ietf-tls-ecc-12.txt uses a one-byte prefix for |
776 | * elliptic_curve_list, but the examples use two bytes. | 776 | * elliptic_curve_list, but the examples use two bytes. |
777 | * http://www1.ietf.org/mail-archive/web/tls/current/msg00538.html | 777 | * https://www1.ietf.org/mail-archive/web/tls/current/msg00538.html |
778 | * resolves this to two bytes. | 778 | * resolves this to two bytes. |
779 | */ | 779 | */ |
780 | s2n(curveslen * 2, ret); | 780 | s2n(curveslen * 2, ret); |