summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src')
-rw-r--r--lib/libssl/src/crypto/ec/ec_curve.c4
-rw-r--r--lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.36
-rw-r--r--lib/libssl/src/ssl/t1_lib.c4
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libssl/src/crypto/ec/ec_curve.c b/lib/libssl/src/crypto/ec/ec_curve.c
index 9278e5593b4..f852ccaee3e 100644
--- a/lib/libssl/src/crypto/ec/ec_curve.c
+++ b/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 <a.yousar@informatik.hu-berlin.de>
* 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/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3 b/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3
index 771b49a0b25..e82f7b14a0b 100644
--- a/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.3
+++ b/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/lib/libssl/src/ssl/t1_lib.c b/lib/libssl/src/ssl/t1_lib.c
index f3522a02bec..78553139141 100644
--- a/lib/libssl/src/ssl/t1_lib.c
+++ b/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);