Document default client -psk_identity
authorRich Salz <rsalz@openssl.org>
Fri, 2 Jun 2017 20:05:37 +0000 (16:05 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 5 Jun 2017 18:24:21 +0000 (14:24 -0400)
Document that -psk is required to use PSK cipher

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3607)
(cherry picked from commit 9d772829c9e4f202460acb43f9e073841a7cb9db)

doc/apps/s_client.pod
doc/apps/s_server.pod

index 43989d0ca23cabb5a19b1c415609d02bd5410c9a..b0d8814395ba97c408f52551386a12741f50faf5 100644 (file)
@@ -346,12 +346,14 @@ Can be used to override the implicit B<-ign_eof> after B<-quiet>.
 =item B<-psk_identity identity>
 
 Use the PSK identity B<identity> when using a PSK cipher suite.
+The default value is "Client_identity" (without the quotes).
 
 =item B<-psk key>
 
 Use the PSK key B<key> when using a PSK cipher suite. The key is
 given as a hexadecimal number without leading 0x, for example -psk
 1a2b3c4d.
+This option must be provided in order to use a PSK cipher.
 
 =item B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>
 
index ad718679c25b9cfb9d158ed569bb0e3117e11a27..ee57f701e9e2a8ec9c1d7418b121e9751c409c13 100644 (file)
@@ -323,6 +323,7 @@ Use the PSK identity hint B<hint> when using a PSK cipher suite.
 Use the PSK key B<key> when using a PSK cipher suite. The key is
 given as a hexadecimal number without leading 0x, for example -psk
 1a2b3c4d.
+This option must be provided in order to use a PSK cipher.
 
 =item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>