X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fman1%2Fs_client.pod;h=24ef1e4bc3ad4fc5364adb8df8cef11fae5d9d28;hp=bbb86c2e22e6ca4efdb08bdea57a1aa8fa38552c;hb=254b58fd7335fa3c58e2535d46658109ffd8bdcd;hpb=dc8da7b1b8ba276f179ea1232c9df764dcd38775;ds=sidebyside diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod index bbb86c2e22..24ef1e4bc3 100644 --- a/doc/man1/s_client.pod +++ b/doc/man1/s_client.pod @@ -89,6 +89,8 @@ B B [B<-bugs>] [B<-comp>] [B<-no_comp>] +[B<-sigalgs sigalglist>] +[B<-curves curvelist>] [B<-cipher cipherlist>] [B<-serverpref>] [B<-starttls protocol>] @@ -435,6 +437,19 @@ OpenSSL 1.1.0. only provide a brief summary of connection parameters instead of the normal verbose output. +=item B<-sigalgs sigalglist> + +Specifies the list of signature algorithms that are sent by the client. +The server selects one entry in the list based on its preferences. +For example strings, see L + +=item B<-curves curvelist> + +Specifies the list of supported curves to be sent by the client. The curve is +is ultimately selected by the server. For a list of all curves, use: + + $ openssl ecparam -list_curves + =item B<-cipher cipherlist> this allows the cipher list sent by the client to be modified. Although