diff options
author | jsing <> | 2014-11-07 13:13:08 +0000 |
---|---|---|
committer | jsing <> | 2014-11-07 13:13:08 +0000 |
commit | b7dcc276ffdece2ae0185fe313c2917fda047478 (patch) | |
tree | 871b415ae8f15689ed977e30bb3e4d736c902991 /src | |
parent | 88cf2820fafa430dc891c23333424543d7e58801 (diff) | |
download | openbsd-b7dcc276ffdece2ae0185fe313c2917fda047478.tar.gz openbsd-b7dcc276ffdece2ae0185fe313c2917fda047478.tar.bz2 openbsd-b7dcc276ffdece2ae0185fe313c2917fda047478.zip |
Document the -servername option for openssl(1) s_client.
Based on a diff from Rusty (rustyl at outband dot net) and OpenSSL.
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 23f5fff885..74dc59b11e 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.4 2014/10/01 13:15:40 sthen Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.5 2014/11/07 13:13:08 jsing Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: October 1 2014 $ | 115 | .Dd $Mdocdate: November 7 2014 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -6617,6 +6617,7 @@ which it can be seen agrees with the recovered value above. | |||
6617 | .Op Fl psk_identity Ar identity | 6617 | .Op Fl psk_identity Ar identity |
6618 | .Op Fl quiet | 6618 | .Op Fl quiet |
6619 | .Op Fl reconnect | 6619 | .Op Fl reconnect |
6620 | .Op Fl servername Ar name | ||
6620 | .Op Fl showcerts | 6621 | .Op Fl showcerts |
6621 | .Op Fl ssl3 | 6622 | .Op Fl ssl3 |
6622 | .Op Fl starttls Ar protocol | 6623 | .Op Fl starttls Ar protocol |
@@ -6773,6 +6774,10 @@ as well. | |||
6773 | .It Fl reconnect | 6774 | .It Fl reconnect |
6774 | Reconnects to the same server 5 times using the same session ID; this can | 6775 | Reconnects to the same server 5 times using the same session ID; this can |
6775 | be used as a test that session caching is working. | 6776 | be used as a test that session caching is working. |
6777 | .It Fl servername Ar name | ||
6778 | Include the TLS Server Name Indication (SNI) extension in the ClientHello | ||
6779 | message, using the specified server | ||
6780 | .Ar name . | ||
6776 | .It Fl showcerts | 6781 | .It Fl showcerts |
6777 | Display the whole server certificate chain: normally only the server | 6782 | Display the whole server certificate chain: normally only the server |
6778 | certificate itself is displayed. | 6783 | certificate itself is displayed. |