diff -up openssl-1.0.2m/doc/apps/ec.pod.manfix openssl-1.0.2m/doc/apps/ec.pod --- openssl-1.0.2m/doc/apps/ec.pod.manfix 2017-11-02 15:32:58.000000000 +0100 +++ openssl-1.0.2m/doc/apps/ec.pod 2017-11-13 09:06:06.372591988 +0100 @@ -94,10 +94,6 @@ prints out the public, private key compo this option prevents output of the encoded version of the key. -=item B<-modulus> - -this option prints out the value of the public key component of the key. - =item B<-pubin> by default a private key is read from the input file: with this option a diff -up openssl-1.0.2m/doc/apps/openssl.pod.manfix openssl-1.0.2m/doc/apps/openssl.pod --- openssl-1.0.2m/doc/apps/openssl.pod.manfix 2017-11-02 15:32:58.000000000 +0100 +++ openssl-1.0.2m/doc/apps/openssl.pod 2017-11-13 09:06:06.372591988 +0100 @@ -163,7 +163,7 @@ Create or examine a netscape certificate Online Certificate Status Protocol utility. -=item L|passwd(1)> +=item L|sslpasswd(1)> Generation of hashed passwords. @@ -187,7 +187,7 @@ Public key algorithm parameter managemen Public key algorithm cryptographic operation utility. -=item L|rand(1)> +=item L|sslrand(1)> Generate pseudo-random bytes. @@ -401,9 +401,9 @@ L, L, L, L, L, L, L, L, L, L, -L, +L, L, L, L, -L, L, L, +L, L, L, L, L, L, L, L, L, diff -up openssl-1.0.2m/doc/apps/s_client.pod.manfix openssl-1.0.2m/doc/apps/s_client.pod --- openssl-1.0.2m/doc/apps/s_client.pod.manfix 2017-11-13 09:06:06.346591381 +0100 +++ openssl-1.0.2m/doc/apps/s_client.pod 2017-11-13 09:07:05.273965939 +0100 @@ -36,6 +36,9 @@ B B [B<-ssl2>] [B<-ssl3>] [B<-tls1>] +[B<-tls1_1>] +[B<-tls1_2>] +[B<-dtls1>] [B<-no_ssl2>] [B<-no_ssl3>] [B<-no_tls1>] @@ -208,7 +211,7 @@ given as a hexadecimal number without le 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> +=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-dtls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> These options require or disable the use of the specified SSL or TLS protocols. By default the initial handshake uses a I method which will diff -up openssl-1.0.2m/doc/apps/s_server.pod.manfix openssl-1.0.2m/doc/apps/s_server.pod --- openssl-1.0.2m/doc/apps/s_server.pod.manfix 2017-11-13 09:06:06.346591381 +0100 +++ openssl-1.0.2m/doc/apps/s_server.pod 2017-11-13 09:07:24.481413978 +0100 @@ -47,6 +47,8 @@ B B [B<-ssl2>] [B<-ssl3>] [B<-tls1>] +[B<-tls1_1>] +[B<-tls1_2>] [B<-no_ssl2>] [B<-no_ssl3>] [B<-no_tls1>] @@ -224,7 +226,7 @@ given as a hexadecimal number without le 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> +=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-dtls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2> These options require or disable the use of the specified SSL or TLS protocols. By default the initial handshake uses a I method which will